HQL에서 SQL로의 번역을 이해할 수 없습니다. 왜 나의 단순함List products = session.createQuery("FROM Shopping").list(); 에 다음 오류가 발생합니다. java.sql.SQL 예외:'필드 목록'의 알 수 없는 열 'shopping0_.product' 다음은 지도 파일 Shopping.hbm.xml 입니다. This class contains the employee detail. 표는 다음과 같습니다. +----------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+-------------+------+-----..