mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
Fix Javadocs comments for Query.getHibernateMaxResults() method
This commit is contained in:
parent
095f0fb6c6
commit
70381b8c84
@ -135,7 +135,7 @@ default Query setHibernateFirstResult(int firstRow) {
|
||||
* @see #setMaxResults(int) (int)
|
||||
* @see #setHibernateMaxResults(int) (int)
|
||||
*
|
||||
* @deprecated {@link #setMaxResults(int)} should be used instead.
|
||||
* @deprecated {@link #getMaxResults(int)} should be used instead.
|
||||
*/
|
||||
@Deprecated
|
||||
default Integer getHibernateMaxResults() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user