Uses of Package
org.hibernate.query.sqm.function
-
Packages that use org.hibernate.query.sqm.function Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.envers.function org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.spi org.hibernate.query.sqm.function org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling.org.hibernate.query.sqm.tree.expression org.hibernate.spatial org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.oracle org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.testing.boot -
Classes in org.hibernate.query.sqm.function used by org.hibernate.boot Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.boot.internal Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.boot.model Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.boot.spi Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.cfg Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.dialect.function Class Description AbstractSqmFunctionDescriptor AbstractSqmSelfRenderingFunctionDescriptor FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.NamedSqmFunctionDescriptor Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.SelfRenderingFunctionSqlAstExpression Representation of a function call in the SQL AST for impls that know how to render themselves.SelfRenderingSqmAggregateFunction SelfRenderingSqmFunction SelfRenderingSqmOrderedSetAggregateFunction SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.envers.function Class Description AbstractSqmFunctionDescriptor SelfRenderingSqmFunction SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.mapping Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.metamodel.mapping.internal Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.metamodel.mapping.ordering.ast Class Description FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.SelfRenderingFunctionSqlAstExpression Representation of a function call in the SQL AST for impls that know how to render themselves. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.query.spi Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.query.sqm.function Class Description AbstractSqmFunctionDescriptor AbstractSqmSelfRenderingFunctionDescriptor FunctionKind The kind of a function e.g.FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.MultipatternSqmFunctionDescriptor Support for overloaded functions defined in terms of a list of patterns, one for each possible function arity.SelfRenderingAggregateFunctionSqlAstExpression Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.SelfRenderingFunctionSqlAstExpression Representation of a function call in the SQL AST for impls that know how to render themselves.SelfRenderingSqmAggregateFunction SelfRenderingSqmFunction SelfRenderingSqmOrderedSetAggregateFunction SelfRenderingSqmWindowFunction SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.query.sqm.produce.function Class Description FunctionKind The kind of a function e.g.SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.query.sqm.tree.expression Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.spatial Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.spatial.dialect.hana Class Description AbstractSqmFunctionDescriptor AbstractSqmSelfRenderingFunctionDescriptor FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.NamedSqmFunctionDescriptor Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.spatial.dialect.oracle Class Description AbstractSqmFunctionDescriptor AbstractSqmSelfRenderingFunctionDescriptor FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.NamedSqmFunctionDescriptor Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Classes in org.hibernate.query.sqm.function used by org.hibernate.sql Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.sql.ast.spi Class Description AbstractSqmSelfRenderingFunctionDescriptor -
Classes in org.hibernate.query.sqm.function used by org.hibernate.testing.boot Class Description SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function.