Uses of Class
org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
Packages that use AbstractSimpleLimitHandler
-
Uses of AbstractSimpleLimitHandler in org.hibernate.dialect.pagination
Subclasses of AbstractSimpleLimitHandler in org.hibernate.dialect.paginationModifier and TypeClassDescriptionclass
ALimitHandler
for HSQL prior to 2.0.class
Limit handler for MySQL and CUBRID which support the syntaxLIMIT n
andLIMIT m, n
.class
ALimitHandler
for databases like PostgreSQL, H2, and HSQL that support the syntaxLIMIT n OFFSET m
.