Uses of Class
org.hibernate.query.sqm.function.SqmFunctionRegistry
Packages that use 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.-
Uses of SqmFunctionRegistry in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SqmFunctionRegistryModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getCustomSqmFunctionRegistry()
BootstrapContextImpl.getFunctionRegistry()
InFlightMetadataCollectorImpl.getFunctionRegistry()
MetadataImpl.getFunctionRegistry()
Methods in org.hibernate.boot.internal with parameters of type SqmFunctionRegistryModifier and TypeMethodDescriptionvoid
SessionFactoryOptionsBuilder.applySqmFunctionRegistry
(SqmFunctionRegistry sqmFunctionRegistry) -
Uses of SqmFunctionRegistry in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return SqmFunctionRegistryModifier and TypeMethodDescriptionFunctionContributions.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 SqmFunctionRegistryModifier 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
Constructors in org.hibernate.dialect.function with parameters of type SqmFunctionRegistryModifierConstructorDescriptionDynamicDispatchFunction
(SqmFunctionRegistry functionRegistry, String... functionNames) -
Uses of SqmFunctionRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type SqmFunctionRegistryModifier and TypeMethodDescriptionColumn.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
Methods in org.hibernate.metamodel.mapping.internal that return SqmFunctionRegistryMethods in org.hibernate.metamodel.mapping.internal with parameters of type SqmFunctionRegistryModifier 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) Deprecated.static SelectableMappings
SelectableMappingsImpl.from
(String containingTableExpression, Value value, int[] propertyOrder, MappingContext mappingContext, 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 -
Uses of SqmFunctionRegistry in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return SqmFunctionRegistryModifier and TypeMethodDescriptionMockSessionFactory.getFunctionRegistry()
MockSessionFactory.getSqmFunctionRegistry()
-
Uses of SqmFunctionRegistry in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return SqmFunctionRegistry -
Uses of SqmFunctionRegistry in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SqmFunctionRegistryModifier 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
Methods in org.hibernate.query.sqm.function with parameters of type SqmFunctionRegistryModifier 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
Constructors in org.hibernate.query.sqm.produce.function with parameters of type SqmFunctionRegistryModifierConstructorDescriptionNamedFunctionDescriptorBuilder
(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String functionName) NamedSetReturningFunctionDescriptorBuilder
(SqmFunctionRegistry registry, String registrationKey, String functionName, SetReturningFunctionTypeResolver typeResolver) PatternFunctionDescriptorBuilder
(SqmFunctionRegistry registry, String registrationKey, FunctionKind functionKind, String pattern) -
Uses of SqmFunctionRegistry in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return SqmFunctionRegistry -
Uses of SqmFunctionRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return SqmFunctionRegistryModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getFunctionRegistry()
Constructors in org.hibernate.testing.orm.junit with parameters of type SqmFunctionRegistryModifierConstructorDescriptionFakeMetadataBuildingContext
(TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
SelectableMappingsImpl.from(String, Value, int[], MappingContext, TypeConfiguration, boolean[], boolean[], Dialect, SqmFunctionRegistry, RuntimeModelCreationContext)