程序包 org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies
-
接口概要 接口 说明 LimitHandler Contract defining dialect-specific LIMIT clause handling. -
类概要 类 说明 AbstractLimitHandler Default implementation ofLimitHandlerinterface.CUBRIDLimitHandler Limit handler for CUBRIDFirstLimitHandler Informix10LimitHandler LegacyFirstLimitHandler LegacyLimitHandler Limit handler that delegates all operations to the underlying dialect.LimitHelper A helper for dealing with LimitHandler implementationsNoopLimitHandler Handler not supporting query LIMIT clause.SQL2008StandardLimitHandler LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.SQLServer2005LimitHandler LIMIT clause handler compatible with SQL Server 2005 and later.SQLServer2012LimitHandler LIMIT clause handler compatible with SQL Server 2012 and later.SybaseASE157LimitHandler This limit handler is very conservative and is only triggered in simple cases involving a select or select distinct.TopLimitHandler