In HQL/JPQL, you don’t make reference to database column names, you reference property names instead.
Use syncStatus
in the query, not sync_status
.
solved org.hibernate.QueryException: could not resolve property:
In HQL/JPQL, you don’t make reference to database column names, you reference property names instead.
Use syncStatus
in the query, not sync_status
.
solved org.hibernate.QueryException: could not resolve property: