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.
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
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 TypeMethodDescriptionvoidSessionFactoryOptionsBuilder.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()TheSqmFunctionRegistrybelonging to thisBootstrapContext.MetadataImplementor.getFunctionRegistry()Access to theSqmFunctionRegistrybelonging 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 TypeMethodDescriptionvoidPersistentClass.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
Methods in org.hibernate.metamodel.mapping.internal that return SqmFunctionRegistryMethods in org.hibernate.metamodel.mapping.internal with parameters of type SqmFunctionRegistryModifier and TypeMethodDescriptionstatic SelectableMappingSelectableMappingImpl.from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMappingSelectableMappingImpl.from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMappingSelectableMappingImpl.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 SelectableMappingSelectableMappingImpl.from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMappingsSelectableMappingsImpl.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 -
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) voidSqmFunctionRegistry.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) 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 SqmFunctionRegistryModifier and TypeMethodDescriptionTemplate.collectColumnNames(String sql, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry) static StringTemplate.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 StringTemplate.renderWhereStringTemplate(String sqlWhereString, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)