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 interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.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.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.spatial org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.oracle org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.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.metamodel.spi Class Description SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances. -
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 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 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.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances.