This commit is contained in:
Gavin King 2024-03-10 09:05:17 +01:00
parent 710d7acb6d
commit 4a70a23212
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* <p>
* The classes {@link org.hibernate.query.Order}, {@link org.hibernate.query.Page},
* {@link org.hibernate.query.KeyedPage}, and {@link org.hibernate.query.KeyedResultList}
* define an API for dynamic ordering and key-based pagination. These are
* define an API for dynamic ordering and key-based pagination. These
* classes are especially useful as parameters of generated
* {@link org.hibernate.annotations.processing.Find @Find} and
* {@link org.hibernate.annotations.processing.HQL @HQL} methods.