Package | Description |
---|---|
org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
Modifier and Type | Class and Description |
---|---|
class |
CUBRIDLimitHandler
Limit handler for CUBRID
|
class |
FirstLimitHandler |
class |
Informix10LimitHandler |
class |
LegacyFirstLimitHandler |
class |
LegacyLimitHandler
Limit handler that delegates all operations to the underlying dialect.
|
class |
NoopLimitHandler
Handler not supporting query LIMIT clause.
|
class |
SQL2008StandardLimitHandler
LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.
|
class |
SQLServer2005LimitHandler
LIMIT clause handler compatible with SQL Server 2005 and later.
|
class |
SQLServer2012LimitHandler
LIMIT clause handler compatible with SQL Server 2012 and later.
|
class |
SybaseASE157LimitHandler
This limit handler is very conservative and is only triggered in simple cases involving a select or select distinct.
|
class |
TopLimitHandler |
Copyright © 2019 JBoss by Red Hat. All rights reserved.