In Hibernate ORM 5.1, org.hibernate.Query.getFirstResult() and getMaxResults() return Integer. In 5.3, these methods return int, as specified by JPA. In addition there are some special cases that are supported in 5.1, but not in 5.3. To be continued... |