类的使用
org.hibernate.dialect.pagination.AbstractLimitHandler
-
使用AbstractLimitHandler的程序包 程序包 说明 org.hibernate.dialect.pagination Support for Dialect-specific pagination strategies -
-
org.hibernate.dialect.pagination中AbstractLimitHandler的使用
org.hibernate.dialect.pagination中AbstractLimitHandler的子类 修饰符和类型 类 说明 classCUBRIDLimitHandlerLimit handler for CUBRIDclassFirstLimitHandlerclassInformix10LimitHandlerclassLegacyFirstLimitHandlerclassLegacyLimitHandlerLimit handler that delegates all operations to the underlying dialect.classNoopLimitHandlerHandler not supporting query LIMIT clause.classSQL2008StandardLimitHandlerLIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.classSQLServer2005LimitHandlerLIMIT clause handler compatible with SQL Server 2005 and later.classSQLServer2012LimitHandlerLIMIT clause handler compatible with SQL Server 2012 and later.classSybaseASE157LimitHandlerThis limit handler is very conservative and is only triggered in simple cases involving a select or select distinct.classTopLimitHandler
-