Uses of Class
org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Packages that use SqmFunctionRegistry Package Description 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.jpamodelgen.validation Validation for HQL queries.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.internal 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.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.testing.boot -
-
Uses of SqmFunctionRegistry in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
SessionFactoryOptionsBuilder. getCustomSqmFunctionRegistry()
SqmFunctionRegistry
BootstrapContextImpl. getFunctionRegistry()
SqmFunctionRegistry
InFlightMetadataCollectorImpl. getFunctionRegistry()
SqmFunctionRegistry
MetadataImpl. getFunctionRegistry()
Methods in org.hibernate.boot.internal with parameters of type SqmFunctionRegistry Modifier and Type Method Description void
SessionFactoryOptionsBuilder. applySqmFunctionRegistry(SqmFunctionRegistry sqmFunctionRegistry)
-
Uses of SqmFunctionRegistry in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
FunctionContributions. getFunctionRegistry()
The registry into which the contributions should be made. -
Uses of SqmFunctionRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
AbstractDelegatingSessionFactoryOptions. getCustomSqmFunctionRegistry()
SqmFunctionRegistry
AbstractDelegatingMetadata. getFunctionRegistry()
SqmFunctionRegistry
BootstrapContext. getFunctionRegistry()
TheSqmFunctionRegistry
belonging to thisBootstrapContext
.SqmFunctionRegistry
MetadataImplementor. getFunctionRegistry()
Access to theSqmFunctionRegistry
belonging to theBootstrapContext
-
Uses of SqmFunctionRegistry in org.hibernate.jpamodelgen.validation
Methods in org.hibernate.jpamodelgen.validation that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
MockSessionFactory. getFunctionRegistry()
SqmFunctionRegistry
MockSessionFactory. getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type SqmFunctionRegistry Modifier and Type Method Description void
PersistentClass. assignCheckConstraintsToTable(Dialect dialect, TypeConfiguration types, SqmFunctionRegistry functions)
String
Column. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
String
Formula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
String
Selectable. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
-
Uses of SqmFunctionRegistry in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
MappingModelCreationProcess. getSqmFunctionRegistry()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SqmFunctionRegistry Modifier and Type Method Description static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMappings
SelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
-
Uses of SqmFunctionRegistry in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
RuntimeModelCreationContext. getFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
QueryEngineImpl. getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
QueryEngineOptions. getCustomSqmFunctionRegistry()
User supplied registry of SQM functions available for use in HQL and CriteriaSqmFunctionRegistry
QueryEngine. getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type SqmFunctionRegistry Modifier and Type Method Description String
SelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
void
SqmFunctionRegistry. overlay(SqmFunctionRegistry registryToOverly)
Overlay the functions registered here on top of the incoming registry, potentially overriding its registrations -
Uses of SqmFunctionRegistry in org.hibernate.query.sqm.produce.function
Constructors in org.hibernate.query.sqm.produce.function with parameters of type SqmFunctionRegistry Constructor Description NamedFunctionDescriptorBuilder(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String functionName)
PatternFunctionDescriptorBuilder(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String pattern)
-
Uses of SqmFunctionRegistry in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type SqmFunctionRegistry Modifier and Type Method Description static List<String>
Template. collectColumnNames(String sql, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
static String
Template. renderWhereStringTemplate(String sqlWhereString, String placeholder, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
Takes the where condition provided in the mapping attribute and interpolates the alias.static String
Template. renderWhereStringTemplate(String sqlWhereString, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
-
Uses of SqmFunctionRegistry in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return SqmFunctionRegistry Modifier and Type Method Description SqmFunctionRegistry
BootstrapContextImpl. getFunctionRegistry()
-