unknown collection expression type [org.hibernate.query.criteria.internal.path.SingularAttributePath]unknown collection expression type [org.hibernate.query.criteria.internal.path.SingularAttributePath]unknown collection expression type [org.hibernate.<em
@Query("select e from Meeting e where e.meetingName like %:query%" )
2.@Query( nativeQuery = true, value ="select * from meeting as m where m.meeting_name like &
我想知道是否有可能在不使用@Query注释的情况下创建一个JPA,以便从我正在查询的对象内部的对象属性中获取结果。Parameter value [1] did not match expected type [project.model.oc.Ocorrencia (n/a)] 我已经使用这里的https://docs.spring.io/spring-data/jpa/docs/current/reference/