Uses of Class
org.hibernate.query.sqm.function.SqmFunctionRegistry
Package
Description
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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for
SqmFunctionDescriptor
handling.This package contains helper classes for rendering SQL fragments and SQL statements.
-
Uses of SqmFunctionRegistry in org.hibernate.boot.internal
Modifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getCustomSqmFunctionRegistry()
BootstrapContextImpl.getFunctionRegistry()
InFlightMetadataCollectorImpl.getFunctionRegistry()
MetadataImpl.getFunctionRegistry()
Modifier and TypeMethodDescriptionvoid
SessionFactoryOptionsBuilder.applySqmFunctionRegistry
(SqmFunctionRegistry sqmFunctionRegistry) -
Uses of SqmFunctionRegistry in org.hibernate.boot.model
Modifier and TypeMethodDescriptionFunctionContributions.getFunctionRegistry()
The registry into which the contributions should be made. -
Uses of SqmFunctionRegistry in org.hibernate.boot.spi
Modifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getCustomSqmFunctionRegistry()
AbstractDelegatingMetadata.getFunctionRegistry()
BootstrapContext.getFunctionRegistry()
TheSqmFunctionRegistry
belonging to thisBootstrapContext
.MetadataImplementor.getFunctionRegistry()
Access to theSqmFunctionRegistry
belonging to theBootstrapContext
-
Uses of SqmFunctionRegistry in org.hibernate.dialect.function
ModifierConstructorDescriptionDynamicDispatchFunction
(SqmFunctionRegistry functionRegistry, String... functionNames) -
Uses of SqmFunctionRegistry in org.hibernate.mapping
Modifier and TypeMethodDescriptionvoid
PersistentClass.assignCheckConstraintsToTable
(Dialect dialect, TypeConfiguration types, SqmFunctionRegistry functions) Column.getTemplate
(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry) Formula.getTemplate
(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry) Selectable.getTemplate
(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry) -
Uses of SqmFunctionRegistry in org.hibernate.metamodel.mapping.internal
Modifier and TypeMethodDescriptionstatic 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
-
Uses of SqmFunctionRegistry in org.hibernate.processor.validation
Modifier and TypeMethodDescriptionMockSessionFactory.getFunctionRegistry()
MockSessionFactory.getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.internal
-
Uses of SqmFunctionRegistry in org.hibernate.query.spi
Modifier and TypeMethodDescriptionQueryEngineOptions.getCustomSqmFunctionRegistry()
User supplied registry of SQM functions available for use in HQL and CriteriaQueryEngine.getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.sqm.function
Modifier and TypeMethodDescriptionSelfRenderingFunctionSqlAstExpression.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
ModifierConstructorDescriptionNamedFunctionDescriptorBuilder
(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String functionName) PatternFunctionDescriptorBuilder
(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String pattern) -
Uses of SqmFunctionRegistry in org.hibernate.sql
Modifier and TypeMethodDescriptionTemplate.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