Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 96e6476199051c012a090e3c9189d382e52fb910
https://github.com/hibernate/hibernate-orm/commit/96e6476199051c012a090e3...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M
tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/AnnotationMetaEntity.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/QueryMethod.java
Log Message:
-----------
HHH-16633 no need to cast to SelectionQuery to call setPage()
Commit: 7c67097fb04fda0a26f5473b14b4f6ad3b9be841
https://github.com/hibernate/hibernate-orm/commit/7c67097fb04fda0a26f5473...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/Page.java
Log Message:
-----------
HHH-16815 fixes to Page class
- prevent construction of negative Pages
- add Page.isFirst()
- fix impl of Page.previous()
Compare:
https://github.com/hibernate/hibernate-orm/compare/0c1a49604eb9...7c67097...