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.
|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
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 |
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.
|
Class and Description |
---|
LimitHandler
Contract defining dialect-specific LIMIT clause handling.
|
Class and Description |
---|
LimitHandler
Contract defining dialect-specific LIMIT clause handling.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.