| Rrader, org.hibernate.Criteria is considered deprecated: http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#appendix-legacy-criteria It is very unlikely that this will be fixed. You are better off moving to JPA javax.persistence.criteria.CriteriaQuery. |