Uses of Class
org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
-
Packages that use AbstractSimpleLimitHandler Package Description org.hibernate.dialect.pagination Support forDialect-specific pagination strategies. -
-
Uses of AbstractSimpleLimitHandler in org.hibernate.dialect.pagination
Subclasses of AbstractSimpleLimitHandler in org.hibernate.dialect.pagination Modifier and Type Class Description classLegacyHSQLLimitHandlerALimitHandlerfor HSQL prior to 2.0.classLimitLimitHandlerLimit handler for MySQL and CUBRID which support the syntaxLIMIT nandLIMIT m, n.classLimitOffsetLimitHandlerALimitHandlerfor databases like PostgreSQL, H2, and HSQL that support the syntaxLIMIT n OFFSET m.
-