|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.dialect.function | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
org.hibernate.dialect | This package abstracts the SQL dialect of the underlying database. |
org.hibernate.dialect.function | A framework for defining database-specific SQL functions that are available via the dialect. |
org.hibernate.engine.spi | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
org.hibernate.sql | This package defines helper classes for rendering SQL fragments and SQL statements. |
org.hibernate.sql.ordering.antlr |
Classes in org.hibernate.dialect.function used by org.hibernate.cfg | |
---|---|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
Classes in org.hibernate.dialect.function used by org.hibernate.criterion | |
---|---|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
Classes in org.hibernate.dialect.function used by org.hibernate.dialect | |
---|---|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
Classes in org.hibernate.dialect.function used by org.hibernate.dialect.function | |
---|---|
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 trim
function itself. |
|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
|
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG function |
|
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function |
|
StandardAnsiSqlAggregationFunctions.MaxFunction
|
|
StandardAnsiSqlAggregationFunctions.MinFunction
|
|
StandardAnsiSqlAggregationFunctions.SumFunction
|
|
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 TRIM functions |
|
TrimFunctionTemplate.Options
|
|
TrimFunctionTemplate.Specification
|
Classes in org.hibernate.dialect.function used by org.hibernate.engine.spi | |
---|---|
SQLFunctionRegistry
|
Classes in org.hibernate.dialect.function used by org.hibernate.hql.internal.ast.tree | |
---|---|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
Classes in org.hibernate.dialect.function used by org.hibernate.hql.internal.ast.util | |
---|---|
SQLFunction
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL. |
Classes in org.hibernate.dialect.function used by org.hibernate.internal | |
---|---|
SQLFunctionRegistry
|
Classes in org.hibernate.dialect.function used by org.hibernate.mapping | |
---|---|
SQLFunctionRegistry
|
Classes in org.hibernate.dialect.function used by org.hibernate.sql | |
---|---|
SQLFunctionRegistry
|
Classes in org.hibernate.dialect.function used by org.hibernate.sql.ordering.antlr | |
---|---|
SQLFunctionRegistry
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |