| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
| org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
| Class and Description |
|---|
| LimitHandler
Contract defining dialect-specific LIMIT clause handling.
|
| Class and Description |
|---|
| AbstractLimitHandler
Default implementation of
LimitHandler interface. |
| CUBRIDLimitHandler
Limit handler for CUBRID
|
| FirstLimitHandler |
| Informix10LimitHandler |
| LegacyFirstLimitHandler |
| LimitHandler
Contract defining dialect-specific LIMIT clause handling.
|
| NoopLimitHandler
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.
|
| Class and Description |
|---|
| LimitHandler
Contract defining dialect-specific LIMIT clause handling.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.