Uses of Class
org.hibernate.type.spi.TypeConfiguration
-
Packages that use TypeConfiguration Package Description org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.convert.spi org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.relational org.hibernate.boot.spi org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.engine.spi org.hibernate.envers.function org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.spi org.hibernate.persister.spi org.hibernate.query.internal org.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.query.spi org.hibernate.query.sqm org.hibernate.query.sqm.function org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.expression org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.ast.tree.from org.hibernate.sql.exec.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.testing.boot org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.descriptor.sql.spi org.hibernate.type.internal org.hibernate.type.spi org.hibernate.usertype An API for user-defined custom types. -
-
Uses of TypeConfiguration in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BootstrapContextImpl. getTypeConfiguration()
TypeConfiguration
InFlightMetadataCollectorImpl. getTypeConfiguration()
TypeConfiguration
MetadataBuilderImpl. getTypeConfiguration()
TypeConfiguration
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getTypeConfiguration()
TypeConfiguration
MetadataImpl. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
FunctionContributions. getTypeConfiguration()
Access to type informationTypeConfiguration
TypeContributions. getTypeConfiguration()
Constructors in org.hibernate.boot.model with parameters of type TypeConfiguration Constructor Description TypeBeanInstanceProducer(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JpaAttributeConverterCreationContext. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BasicValueBinder. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type TypeConfiguration Modifier and Type Method Description static <T> BasicValue.Resolution<T>
InferredBasicValueResolver. from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, Dialect dialect, TypeConfiguration typeConfiguration)
static <E> VersionResolution<E>
VersionResolution. from(Function<TypeConfiguration,Type> implicitJavaTypeAccess, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, TimeZoneStorageType timeZoneStorageType, TypeConfiguration typeConfiguration, MetadataBuildingContext context)
static <E extends Enum<E>,N extends Number>
InferredBasicValueResolution<E,?>InferredBasicValueResolver. fromEnum(EnumJavaType<E> enumJavaType, BasicJavaType<N> explicitJavaType, JdbcType explicitJdbcType, JdbcTypeIndicators stdIndicators, TypeConfiguration typeConfiguration)
static <T> InferredBasicValueResolution<T,T>
InferredBasicValueResolver. fromTemporal(TemporalJavaType<T> reflectedJtd, BasicJavaType<?> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, JdbcTypeIndicators stdIndicators, TypeConfiguration typeConfiguration)
Constructors in org.hibernate.boot.model.process.internal with parameters of type TypeConfiguration Constructor Description NamedConverterResolution(JavaType<J> domainJtd, JavaType<?> relationalJtd, JdbcType jdbcType, JpaAttributeConverter<J,?> valueConverter, MutabilityPlan<J> mutabilityPlan, TypeConfiguration typeConfiguration)
Constructor parameters in org.hibernate.boot.model.process.internal with type arguments of type TypeConfiguration Constructor Description NamedBasicTypeResolution(JavaType<J> domainJtd, BasicType basicType, BasicValueConverter valueConverter, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, MetadataBuildingContext context)
-
Uses of TypeConfiguration in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
Database. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
AbstractDelegatingMetadata. getTypeConfiguration()
TypeConfiguration
AbstractDelegatingMetadataBuildingOptions. getTypeConfiguration()
TypeConfiguration
BootstrapContext. getTypeConfiguration()
TypeConfiguration
MetadataBuildingOptions. getTypeConfiguration()
TypeConfiguration
MetadataImplementor. getTypeConfiguration()
Access to the TypeConfigurationConstructors in org.hibernate.boot.spi with parameters of type TypeConfiguration Constructor Description BasicTypeRegistration(UserType<?> type, String[] keys, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeConfiguration Modifier and Type Method Description <T> JavaType<T>
DB2StructJdbcType. getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration)
<T> JavaType<T>
OracleStructJdbcType. getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration)
<T> JavaType<T>
PostgreSQLStructJdbcType. getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration)
String
DB2Dialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)
String
DerbyDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)
String
Dialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)
Given aTypes
type code, determine an appropriate null value to use in a select clause.String
HSQLDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)
String
PostgreSQLDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)
protected Integer
CockroachDialect. resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration)
protected Integer
Dialect. resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration)
Resolves theSqlTypes
type code for the given column type name as reported by the database and the base type name (i.e.protected Integer
Dialect. resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration)
Resolves theSqlTypes
type code for the given column type name as reported by the database, ornull
if it can't be resolved.protected Integer
H2Dialect. resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration)
protected Integer
H2Dialect. resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration)
protected Integer
HSQLDialect. resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration)
protected Integer
PostgreSQLDialect. resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration)
JdbcType
OracleArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
-
Uses of TypeConfiguration in org.hibernate.dialect.aggregate
-
Uses of TypeConfiguration in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type TypeConfiguration Modifier and Type Method Description protected <T> SelfRenderingSqmFunction<T>
CastStrEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
CoalesceIfnullEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction
ExtractFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
FormatFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
InsertSubstringOverlayEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
LocatePositionEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
LpadRpadPadEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
NvlCoalesceEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
TransactSQLStrFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmOrderedSetAggregateFunction<T>
HypotheticalSetWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmOrderedSetAggregateFunction<T>
InverseDistributionFunction. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmOrderedSetAggregateFunction<T>
InverseDistributionWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected ReturnableType<?>
InverseDistributionFunction.SelfRenderingInverseDistributionFunction. resolveResultType(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
SessionFactoryDelegatingImpl. getTypeConfiguration()
TypeConfiguration
SessionFactoryImplementor. getTypeConfiguration()
default TypeConfiguration
SharedSessionContractImplementor. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.envers.function
Methods in org.hibernate.envers.function with parameters of type TypeConfiguration Modifier and Type Method Description protected <T> SelfRenderingSqmFunction<T>
OrderByFragmentFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.internal
Methods in org.hibernate.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
SessionFactoryImpl. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
IdentifierLoadAccessImpl. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BasicValue. getTypeConfiguration()
Methods in org.hibernate.mapping with parameters of type TypeConfiguration Modifier and Type Method Description String
Column. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)
Deprecated.String
Column. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
String
Formula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
String
Selectable. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
Method parameters in org.hibernate.mapping with type arguments of type TypeConfiguration Modifier and Type Method Description void
BasicValue. setExplicitJavaTypeAccess(Function<TypeConfiguration,BasicJavaType> explicitJavaTypeAccess)
void
BasicValue. setExplicitJdbcTypeAccess(Function<TypeConfiguration,JdbcType> jdbcTypeAccess)
void
BasicValue. setExplicitMutabilityPlanAccess(Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess)
void
BasicValue. setImplicitJavaTypeAccess(Function<TypeConfiguration,Type> implicitJavaTypeAccess)
-
Uses of TypeConfiguration in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
MappingMetamodel. getTypeConfiguration()
TheTypeConfiguration
this metamodel is associated with -
Uses of TypeConfiguration in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
MetadataContext. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
SimpleNaturalIdMapping. getTypeConfiguration()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type TypeConfiguration Modifier and Type Method Description static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, String selectableName, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
static SelectableMappings
SelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
-
Uses of TypeConfiguration in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JpaMetamodel. getTypeConfiguration()
todo (6.0) : should we expose JpaMetamodel from TypeConfiguration? -
Uses of TypeConfiguration in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JpaMetamodelImpl. getTypeConfiguration()
TypeConfiguration
MappingMetamodelImpl. getTypeConfiguration()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type TypeConfiguration Constructor Description AnyDiscriminatorConverter(MetaType modelPart, BasicType discriminatorBasicType, TypeConfiguration typeConfiguration)
AnyMappingDomainTypeImpl(AnyType anyType, JavaType<Class> baseJtd, TypeConfiguration typeConfiguration)
JpaMetamodelImpl(TypeConfiguration typeConfiguration, JpaCompliance jpaCompliance)
MappingMetamodelImpl(SessionFactoryImplementor sessionFactory, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return TypeConfiguration Modifier and Type Method Description default TypeConfiguration
RuntimeModelCreationContext. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return TypeConfiguration Modifier and Type Method Description default TypeConfiguration
PersisterCreationContext. getTypeConfiguration()
Deprecated. -
Uses of TypeConfiguration in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
QueryParameterBindingImpl. getTypeConfiguration()
Methods in org.hibernate.query.internal with parameters of type TypeConfiguration Modifier and Type Method Description JdbcMapping
BindingTypeHelper. resolveBindType(Object value, JdbcMapping baseType, TypeConfiguration typeConfiguration)
BindableType<?>
BindingTypeHelper. resolveDateTemporalTypeVariant(Class<?> javaType, BindableType<?> baseType, TypeConfiguration typeConfiguration)
BindableType
BindingTypeHelper. resolveTimestampTemporalTypeVariant(Class javaType, BindableType baseType, TypeConfiguration typeConfiguration)
BindableType
BindingTypeHelper. resolveTimeTemporalTypeVariant(Class javaType, BindableType baseType, TypeConfiguration typeConfiguration)
void
QueryParameterBindingImpl. setBindValues(Collection<? extends T> values, jakarta.persistence.TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
ResultSetMappingSqlSelection. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
SqlSelection
DomainResultCreationStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
QueryEngine. getTypeConfiguration()
TypeConfiguration
QueryParameterBindingTypeResolver. getTypeConfiguration()
Methods in org.hibernate.query.spi with parameters of type TypeConfiguration Modifier and Type Method Description void
QueryParameterBinding. setBindValues(Collection<? extends T> values, jakarta.persistence.TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration)
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.Constructors in org.hibernate.query.spi with parameters of type TypeConfiguration Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry)
-
Uses of TypeConfiguration in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return TypeConfiguration Modifier and Type Method Description default TypeConfiguration
NodeBuilder. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
SelfRenderingFunctionSqlAstExpression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
default <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)
but also accepts a filter predicate.<T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
default <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)
but also accepts a filter predicate.protected <T> SelfRenderingSqmAggregateFunction<T>
AbstractSqmFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.<T> SelfRenderingSqmAggregateFunction<T>
AbstractSqmSelfRenderingFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Instantiate this template with the given arguments and expected return type.default <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateSqmExpression(ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Convenience for no argumentsdefault <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateSqmExpression(SqmTypedNode<?> argument, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Convenience for single argumentprotected abstract <T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Return an SQM node or subtree representing an invocation of this function with the given arguments.protected <T> SelfRenderingSqmFunction<T>
AbstractSqmSelfRenderingFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
JdbcEscapeFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmFunction<T>
MultipatternSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmAggregateFunction<T>
AbstractSqmFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.<T> SelfRenderingSqmOrderedSetAggregateFunction<T>
AbstractSqmSelfRenderingFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
protected <T> SelfRenderingSqmWindowFunction<T>
AbstractSqmFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
Return an SQM node or subtree representing an invocation of this window function with the given arguments.protected <T> SelfRenderingSqmWindowFunction<T>
AbstractSqmSelfRenderingFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
<T> SelfRenderingSqmFunction<T>
AbstractSqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
default <T> SelfRenderingSqmFunction<T>
SqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)
LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)
but also accepts a filter predicate.String
SelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerBinaryTernaryPattern(String name, BasicType<?> type, String pattern2, String pattern3, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, TypeConfiguration typeConfiguration)
Register a binary/ternary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerNullaryUnaryPattern(String name, BasicType type, String pattern0, String pattern1, FunctionParameterType parameterType, TypeConfiguration typeConfiguration)
Register a nullary/unary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerTernaryQuaternaryPattern(String name, BasicType<?> type, String pattern3, String pattern4, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, FunctionParameterType parameterType4, TypeConfiguration typeConfiguration)
Register a ternary/quaternary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerUnaryBinaryPattern(String name, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)
Register a unary/binary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerUnaryBinaryPattern(String name, BasicType<?> type, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)
Register a unary/binary function.protected ReturnableType<?>
SelfRenderingSqmFunction. resolveResultType(TypeConfiguration typeConfiguration)
Constructors in org.hibernate.query.sqm.function with parameters of type TypeConfiguration Constructor Description MultipatternSqmFunctionDescriptor(String name, SqmFunctionDescriptor[] functions, BasicType<?> type, TypeConfiguration typeConfiguration, FunctionParameterType... parameterTypes)
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.MultipatternSqmFunctionDescriptor(String name, SqmFunctionDescriptor[] functions, TypeConfiguration typeConfiguration, FunctionParameterType... parameterTypes)
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template. -
Uses of TypeConfiguration in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type TypeConfiguration Modifier and Type Method Description static JdbcMapping
StandardFunctionReturnTypeResolvers. extractArgumentJdbcMapping(TypeConfiguration typeConfiguration, List<? extends SqmTypedNode<?>> arguments, int position)
static FunctionArgumentTypeResolver
StandardFunctionArgumentTypeResolvers. impliedOrInvariant(TypeConfiguration typeConfiguration, FunctionParameterType type)
static FunctionArgumentTypeResolver
StandardFunctionArgumentTypeResolvers. invariant(TypeConfiguration typeConfiguration, FunctionParameterType type)
static FunctionArgumentTypeResolver
StandardFunctionArgumentTypeResolvers. invariant(TypeConfiguration typeConfiguration, FunctionParameterType... types)
ReturnableType<?>
FunctionReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)
Resolve the return type for a function given its context-implied type and the arguments to this call. -
Uses of TypeConfiguration in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BaseSqmToSqlAstConverter. getTypeConfiguration()
Methods in org.hibernate.query.sqm.sql with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
SqlSelection
BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
DiscriminatorPathInterpretation. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
SqlSelection
SqlAstProcessingStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
SqlSelection
SqlAstQueryPartProcessingStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type TypeConfiguration Modifier and Type Method Description static <T> SqmExpressible<T>
SqmExpressionHelper. toSqmType(BindableType<T> anticipatedType, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type TypeConfiguration Modifier and Type Method Description 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 TypeConfiguration in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
SqlSelectionProducer. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
Create a SqlSelection for the given JDBC ResultSet positionSqlSelection
SqlExpressionResolver. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)
Resolve the SqlSelection for the given expression -
Uses of TypeConfiguration in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type TypeConfiguration Modifier and Type Method Description default SqlSelection
Expression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
DelegatingTableGroup. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelection
AbstractJdbcParameter. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)
<J> BasicType<J>
JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata. resolveType(int position, JavaType<J> explicitJavaType, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type TypeConfiguration Modifier and Type Method Description default <J> BasicType<J>
ResultSetAccess. resolveType(int position, JavaType<J> explicitJavaType, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type TypeConfiguration Modifier and Type Method Description <J> BasicType<J>
JdbcValuesMetadata. resolveType(int position, JavaType<J> explicitJavaType, TypeConfiguration typeConfiguration)
Determine the mapping to use for a particular position in the result -
Uses of TypeConfiguration in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
BootstrapContextImpl. getTypeConfiguration()
-
Uses of TypeConfiguration in org.hibernate.type
Methods in org.hibernate.type that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
EnumType. getTypeConfiguration()
protected TypeConfiguration
EntityType. scope()
Methods in org.hibernate.type with parameters of type TypeConfiguration Modifier and Type Method Description JdbcType
EnumType. getJdbcType(TypeConfiguration typeConfiguration)
static void
StandardBasicTypes. prime(TypeConfiguration typeConfiguration)
void
EnumType. setTypeConfiguration(TypeConfiguration typeConfiguration)
Constructors in org.hibernate.type with parameters of type TypeConfiguration Constructor Description AnyType(TypeConfiguration typeConfiguration, Type discriminatorType, Type identifierType, boolean lazy)
BasicTypeRegistry(TypeConfiguration typeConfiguration)
CustomType(UserType<J> userType, String[] registrationKeys, TypeConfiguration typeConfiguration)
CustomType(UserType<J> userType, TypeConfiguration typeConfiguration)
EntityType(TypeConfiguration typeConfiguration, String entityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy)
Constructs the requested entity type mapping.EnumType(Class<T> enumClass, EnumValueConverter<T,?> enumValueConverter, TypeConfiguration typeConfiguration)
ManyToOneType(String name, TypeConfiguration typeConfiguration)
ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName)
Creates a many-to-one association type with the given referenced entity.ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean lazy)
Creates a many-to-one association type with the given referenced entity and the given laziness characteristicManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)
OneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)
SpecialOneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)
-
Uses of TypeConfiguration in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JavaType.CoercionContext. getTypeConfiguration()
Methods in org.hibernate.type.descriptor.java with parameters of type TypeConfiguration Modifier and Type Method Description default JavaType<T>
JavaType. createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration)
Creates theJavaType
for the givenParameterizedType
based on thisJavaType
registered for the raw type.protected <X> TemporalJavaType<X>
AbstractTemporalJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarDateJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarTimeJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
DateJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
InstantJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
JdbcDateJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
JdbcTimestampJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
LocalDateJavaType. forDatePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
AbstractTemporalJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarDateJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarTimeJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
DateJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
InstantJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
JdbcTimeJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
LocalTimeJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
OffsetTimeJavaType. forTimePrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
AbstractTemporalJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarDateJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
CalendarTimeJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
DateJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
InstantJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
JdbcTimestampJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
LocalDateTimeJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
OffsetDateTimeJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
protected <X> TemporalJavaType<X>
ZonedDateTimeJavaType. forTimestampPrecision(TypeConfiguration typeConfiguration)
BasicType<?>
AbstractArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation)
BasicType<?>
ArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)
BasicType<?>
BasicPluralJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)
Creates a container type for the given element type<X> TemporalJavaType<X>
AbstractTemporalJavaType. resolveTypeForPrecision(jakarta.persistence.TemporalType precision, TypeConfiguration typeConfiguration)
<X> TemporalJavaType<X>
TemporalJavaType. resolveTypeForPrecision(jakarta.persistence.TemporalType precision, TypeConfiguration typeConfiguration)
Resolve the appropriate TemporalJavaType for the given precision "relative" to this type. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfiguration Modifier and Type Method Description JavaType<C>
CollectionJavaType. createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration)
<J> JavaType<J>
RegistryHelper. createTypeDescriptor(Type javaType, Supplier<MutabilityPlan<J>> fallbackMutabilityPlanResolver, TypeConfiguration typeConfiguration)
<J> MutabilityPlan<J>
RegistryHelper. determineMutabilityPlan(Type javaType, TypeConfiguration typeConfiguration)
BasicType<?>
BasicCollectionJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation)
Constructors in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfiguration Constructor Description JavaTypeRegistry(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JdbcTypeIndicators. getTypeConfiguration()
Provides access to theTypeConfiguration
for access to various type system related registries. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
JdbcTypeRegistry. getTypeConfiguration()
Constructors in org.hibernate.type.descriptor.jdbc.spi with parameters of type TypeConfiguration Constructor Description JdbcTypeRegistry(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.descriptor.sql.spi
Constructors in org.hibernate.type.descriptor.sql.spi with parameters of type TypeConfiguration Constructor Description DdlTypeRegistry(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type TypeConfiguration Modifier and Type Method Description <T> JavaType<T>
UserTypeSqlTypeAdapter. getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration)
Constructors in org.hibernate.type.internal with parameters of type TypeConfiguration Constructor Description UserTypeSqlTypeAdapter(UserType<J> userType, JavaType<J> jtd, TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
TypeConfigurationAware. getTypeConfiguration()
Methods in org.hibernate.type.spi with parameters of type TypeConfiguration Modifier and Type Method Description void
TypeConfigurationAware. setTypeConfiguration(TypeConfiguration typeConfiguration)
-
Uses of TypeConfiguration in org.hibernate.usertype
Methods in org.hibernate.usertype that return TypeConfiguration Modifier and Type Method Description TypeConfiguration
UserTypeLegacyBridge. getTypeConfiguration()
TypeConfiguration
UserTypeSupport. getTypeConfiguration()
Methods in org.hibernate.usertype with parameters of type TypeConfiguration Modifier and Type Method Description JdbcType
StaticUserTypeSupport. getJdbcType(TypeConfiguration typeConfiguration)
default JdbcType
UserType. getJdbcType(TypeConfiguration typeConfiguration)
A mappedJdbcType
.void
UserTypeLegacyBridge. setTypeConfiguration(TypeConfiguration typeConfiguration)
void
UserTypeSupport. setTypeConfiguration(TypeConfiguration typeConfiguration)
-