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 Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.dialect.function org.hibernate.mapping org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.spi org.hibernate.query.sqm.function org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.tree.expression org.hibernate.sql org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL AST -
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.model Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptorinstances -
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 forSqmFunctionDescriptorinstances -
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 forSqmFunctionDescriptors 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.mapping Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptorinstances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.metamodel.mapping.ordering.ast Class Description FunctionRenderingSupport Support forSqmFunctionDescriptors 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 forSqmFunctionDescriptorinstances -
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 forSqmFunctionDescriptors 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 forSqmFunctionDescriptorinstances -
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 forSqmFunctionDescriptorinstances -
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.sql Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptorinstances -
Classes in org.hibernate.query.sqm.function used by org.hibernate.sql.ast.spi Class Description AbstractSqmSelfRenderingFunctionDescriptor