Uses of Class
org.hibernate.dialect.pagination.OffsetFetchLimitHandler
Packages that use OffsetFetchLimitHandler
-
Uses of OffsetFetchLimitHandler in org.hibernate.dialect.pagination
Subclasses of OffsetFetchLimitHandler in org.hibernate.dialect.paginationModifier and TypeClassDescriptionclass
ALimitHandler
for DB2 11.1 which supports the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLY
andOFFSET n ROWS FETCH NEXT m ROWS ONLY
, with the only wrinkle being that this clause comes after theFOR UPDATE
and other similar clauses.class
ALimitHandler
compatible with SQL Server 2012 which introduced support for the ANSI SQL standard syntaxOFFSET m ROWS FETCH NEXT n ROWS ONLY
, though this syntax is considered part of theORDER BY
clause, and with the wrinkle that bothORDER BY
and theOFFSET
clause are required.Fields in org.hibernate.dialect.pagination declared as OffsetFetchLimitHandlerModifier and TypeFieldDescriptionstatic final OffsetFetchLimitHandler
OffsetFetchLimitHandler.INSTANCE