程序包的使用
org.hibernate.dialect.function
-
使用org.hibernate.dialect.function的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi 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 -
org.hibernate.boot使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.boot.internal使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.boot.spi使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.cfg使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.criterion使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.dialect使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.dialect.function使用的org.hibernate.dialect.function中的类 类 说明 AbstractAnsiTrimEmulationFunction ASQLFunctionproviding 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.CastFunction ANSI-SQL stylecast(foo as type)where the type is a Hibernate typeNoArgSQLFunction A function which takes no argumentsSQLFunction 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 functionStandardAnsiSqlAggregationFunctions.CountFunction Definition of a standard ANSI SQL compliant COUNT functionStandardAnsiSqlAggregationFunctions.MaxFunction Definition of a standard ANSI SQL compliant MAX functionStandardAnsiSqlAggregationFunctions.MinFunction Definition of a standard ANSI SQL compliant MIN functionStandardAnsiSqlAggregationFunctions.SumFunction Definition of a standard ANSI SQL compliant SUM functionStandardSQLFunction 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 functionsTrimFunctionTemplate.Options TrimFunctionTemplate.Specification -
org.hibernate.engine.spi使用的org.hibernate.dialect.function中的类 类 说明 SQLFunctionRegistry Defines a registry for SQLFunction instances -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.hql.internal.ast.util使用的org.hibernate.dialect.function中的类 类 说明 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. -
org.hibernate.internal使用的org.hibernate.dialect.function中的类 类 说明 SQLFunctionRegistry Defines a registry for SQLFunction instances -
org.hibernate.mapping使用的org.hibernate.dialect.function中的类 类 说明 SQLFunctionRegistry Defines a registry for SQLFunction instances -
org.hibernate.sql使用的org.hibernate.dialect.function中的类 类 说明 SQLFunctionRegistry Defines a registry for SQLFunction instances -
org.hibernate.sql.ordering.antlr使用的org.hibernate.dialect.function中的类 类 说明 SQLFunctionRegistry Defines a registry for SQLFunction instances