Hibernate tips

org.hibernate.QueryException: could not resolve property

QueryException in Hibernate can be caused by several thinks. One of them is associated with entities fields access. If you define a field that can't be accessed (no getter defined for private fields, ...

Continue Reading →