下面是运行此查询时收到的异常消息。请告诉我错误是什么?select w.tagName,w.tagDescription, f.chosenDate from TagEntity w LEFT JOIN TagFavouriteEntity f ON w.tagId=f.tagIdSyntax error parsing the query [select w.tagName,w.tagDescription, f.chosenDate from TagEntity w LEFT JOIN TagFavouriteEntity f ON w.tagId=f.tagId],
我正在使用flight_management_system,在这里我有三个实体UserEntity、FlightEntity和BookEntity。UserEnity与BookEntity相关联,FlightEntity与BookEntity相关联。当我试图运行我的项目时,我在eclipse中出现了错误。Caused by: org.hibernate.QueryException: could not resolve property: flightName of: com.flightbook.entity.FlightEntity实体
public class