Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.spi | |
org.hibernate.cfg |
<p>
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.criterion |
<p>
A framework for defining restriction criteria and order criteria.
|
org.hibernate.dialect |
<p>
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.function |
<p>
A framework for defining database-specific SQL functions
that are available via the dialect.
|
org.hibernate.engine.spi | |
org.hibernate.mapping |
<p>
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.sql |
<p>
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.sql.ordering.antlr |
Class and Description |
---|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
Class and Description |
---|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
Class and Description |
---|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
Class and Description |
---|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
Class and Description |
---|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
Class and Description |
---|
AbstractAnsiTrimEmulationFunction
A
SQLFunction providing support for implementing TRIM functionality
(as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full <tt>trim</tt>
function itself. |
CastFunction
ANSI-SQL style
cast(foo as type) where the type is a Hibernate type |
NoArgSQLFunction
A function which takes no arguments
|
SQLFunction
Provides support routines for the HQL functions as used
in the various SQL Dialects
|
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant <tt>AVG</tt> function
|
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant <tt>COUNT</tt> function
|
StandardAnsiSqlAggregationFunctions.MaxFunction
Definition of a standard ANSI SQL compliant <tt>MAX</tt> function
|
StandardAnsiSqlAggregationFunctions.MinFunction
Definition of a standard ANSI SQL compliant <tt>MIN</tt> function
|
StandardAnsiSqlAggregationFunctions.SumFunction
Definition of a standard ANSI SQL compliant <tt>SUM</tt> function
|
StandardSQLFunction
Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL.
|
TrimFunctionTemplate
Defines the basic template support for <tt>TRIM</tt> functions
|
TrimFunctionTemplate.Options |
TrimFunctionTemplate.Specification |
Class and Description |
---|
SQLFunctionRegistry
Defines a registry for SQLFunction instances
|
Class and Description |
---|
SQLFunctionRegistry
Defines a registry for SQLFunction instances
|
Class and Description |
---|
SQLFunctionRegistry
Defines a registry for SQLFunction instances
|
Class and Description |
---|
SQLFunctionRegistry
Defines a registry for SQLFunction instances
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.