Uses of Class
org.hibernate.type.spi.TypeConfiguration
Packages that use TypeConfiguration
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.
Defines the SPI of a
registry
of JPA
AttributeConverters.Some SPIs related to DDL generation and schema management.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect-specific aggregate column types,
including user-defined composite types, and JSON or XML types.Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.This package defines the Hibernate configuration-time mapping model.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
An SPI for integrating custom entity and collection persisters.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
Package defining support for
SqmFunctionDescriptor handling.SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing
select statements in the SQM tree.This package contains helper classes for rendering SQL fragments and SQL statements.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Integrates a range of types defined by the JDK with the type system
of Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for
DdlTypes.Defines a registry for Hibernate
Types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type.-
Uses of TypeConfiguration in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TypeConfigurationModifier and TypeMethodDescriptionBootstrapContextImpl.getTypeConfiguration()InFlightMetadataCollectorImpl.getTypeConfiguration()MetadataBuilderImpl.getTypeConfiguration()MetadataBuilderImpl.MetadataBuildingOptionsImpl.getTypeConfiguration()MetadataImpl.getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeConfigurationModifier and TypeMethodDescriptionFunctionContributions.getTypeConfiguration()Access to type information.TypeContributions.getTypeConfiguration()TheTypeConfigurationto contribute to -
Uses of TypeConfiguration in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.boot.model.process.internal
Method parameters in org.hibernate.boot.model.process.internal with type arguments of type TypeConfigurationModifier and TypeMethodDescriptionstatic <T> BasicValue.Resolution<T>InferredBasicValueResolver.from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, MetadataBuildingContext buildingContext) static <T> NamedConverterResolution<T>NamedConverterResolution.from(String name, Function<TypeConfiguration, BasicJavaType> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) static <T> NamedConverterResolution<T>NamedConverterResolution.from(ConverterDescriptor converterDescriptor, Function<TypeConfiguration, BasicJavaType> explicitJtdAccess, Function<TypeConfiguration, JdbcType> explicitStdAccess, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, Type resolvedJavaType, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) static <E> VersionResolution<E>VersionResolution.from(Function<TypeConfiguration, Type> implicitJavaTypeAccess, TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext context) static <T> BasicValue.Resolution<T>InferredBasicValueResolver.fromTemporal(TemporalJavaType<T> reflectedJtd, BasicJavaType<?> explicitJavaType, JdbcType explicitJdbcType, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators) Constructors in org.hibernate.boot.model.process.internal with parameters of type TypeConfigurationModifierConstructorDescriptionNamedConverterResolution(JavaType<J> domainJtd, JavaType<?> relationalJtd, JdbcType jdbcType, JpaAttributeConverter<J, ?> valueConverter, MutabilityPlan<J> mutabilityPlan, Class<J> primitiveClass, TypeConfiguration typeConfiguration) Constructor parameters in org.hibernate.boot.model.process.internal with type arguments of type TypeConfigurationModifierConstructorDescriptionNamedBasicTypeResolution(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 -
Uses of TypeConfiguration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeConfigurationModifier and TypeMethodDescriptionAbstractDelegatingMetadata.getTypeConfiguration()AbstractDelegatingMetadataBuildingOptions.getTypeConfiguration()BootstrapContext.getTypeConfiguration()TheTypeConfigurationbelonging to thisBootstrapContext.MetadataBuildingOptions.getTypeConfiguration()MetadataImplementor.getTypeConfiguration()Access to theTypeConfigurationbelonging to theBootstrapContextConstructors in org.hibernate.boot.spi with parameters of type TypeConfigurationModifierConstructorDescriptionBasicTypeRegistration(UserType<?> type, String[] keys, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeConfigurationModifier and TypeMethodDescriptionvoidOracleArrayJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) voidOracleEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) voidOracleOrdinalEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) voidPostgreSQLEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) voidPostgreSQLOrdinalEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) <T> JavaType<T>AbstractPostgreSQLStructJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>DB2StructJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>StructJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) DB2Dialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) DerbyDialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) Dialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) Given a JDBC type code, return the expression for a literal null value of that type, to use in aselectclause.DialectDelegateWrapper.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) HSQLDialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) PostgreSQLDialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) protected IntegerCockroachDialect.resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration) protected IntegerDialect.resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration) Resolves theSqlTypestype code for the given column type name as reported by the database and the base type name (i.e. without precision, length and scale), ornullif it can't be resolved.protected IntegerDialect.resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration) Resolves theSqlTypestype code for the given column type name as reported by the database, ornullif it can't be resolved.DialectDelegateWrapper.resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration) DialectDelegateWrapper.resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration) protected IntegerH2Dialect.resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration) protected IntegerH2Dialect.resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration) protected IntegerHSQLDialect.resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration) protected IntegerPostgreSQLDialect.resolveSqlTypeCode(String columnTypeName, TypeConfiguration typeConfiguration) OracleArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) OracleNestedTableJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleNestedTableJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of TypeConfiguration in org.hibernate.dialect.aggregate
Methods in org.hibernate.dialect.aggregate with parameters of type TypeConfigurationModifier and TypeMethodDescriptionAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) AggregateSupportImpl.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) DB2AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) OracleAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) PostgreSQLAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type TypeConfigurationModifier and TypeMethodDescriptionprotected ReturnableType<?>InverseDistributionFunction.SelfRenderingInverseDistributionFunction.determineResultType(SqmToSqlAstConverter converter, TypeConfiguration typeConfiguration) AvgFunction.ReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) SumReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) voidAvgFunction.Validator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidDynamicDispatchFunction.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidTruncFunction.TruncArgumentsValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Constructors in org.hibernate.dialect.function with parameters of type TypeConfigurationModifierConstructorDescriptionAvgFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode) CastingConcatFunction(Dialect dialect, String concatOperator, boolean needsCastWrapper, SqlAstNodeRenderingMode argumentRenderingMode, TypeConfiguration typeConfiguration) CastStrEmulation(TypeConfiguration typeConfiguration) ChrLiteralEmulation(TypeConfiguration typeConfiguration) ConcatPipeFunction(String clobPattern, TypeConfiguration typeConfiguration) CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String concatOperator) CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat) CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String countFunctionName, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat) CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String countFunctionName, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat, String distinctArgumentCastType) protectedDateTruncEmulation(String toDateFunction, TypeConfiguration typeConfiguration) DB2FormatEmulation(TypeConfiguration typeConfiguration) DB2PositionFunction(TypeConfiguration typeConfiguration) DB2SubstringFunction(TypeConfiguration typeConfiguration) DerbyLpadEmulation(TypeConfiguration typeConfiguration) DerbyRpadEmulation(TypeConfiguration typeConfiguration) EveryAnyEmulation(TypeConfiguration typeConfiguration, boolean every, boolean supportsPredicateAsExpression) ExtractFunction(Dialect dialect, TypeConfiguration typeConfiguration) FormatFunction(String nativeFunctionName, boolean reversedArguments, boolean concatPattern, boolean supportsTime, TypeConfiguration typeConfiguration) FormatFunction(String nativeFunctionName, boolean reversedArguments, boolean concatPattern, TypeConfiguration typeConfiguration) FormatFunction(String nativeFunctionName, TypeConfiguration typeConfiguration) HypotheticalSetFunction(String name, BasicTypeReference<?> returnType, TypeConfiguration typeConfiguration) HypotheticalSetWindowEmulation(String name, BasicTypeReference<?> returnType, TypeConfiguration typeConfiguration) InsertSubstringOverlayEmulation(TypeConfiguration typeConfiguration, boolean strictSubstring) IntegralTimestampaddFunction(Dialect dialect, TypeConfiguration typeConfiguration) InverseDistributionFunction(String name, FunctionParameterType parameterType, TypeConfiguration typeConfiguration) InverseDistributionWindowEmulation(String name, FunctionParameterType parameterType, TypeConfiguration typeConfiguration) LengthFunction(String functionName, String stringPattern, String clobPattern, TypeConfiguration typeConfiguration) ListaggFunction(String emptyWithinReplacement, TypeConfiguration typeConfiguration) ListaggGroupConcatEmulation(TypeConfiguration typeConfiguration) ListaggStringAggEmulation(String functionName, String stringType, boolean withinGroupClause, TypeConfiguration typeConfiguration) LocatePositionEmulation(TypeConfiguration typeConfiguration) LpadRpadPadEmulation(TypeConfiguration typeConfiguration) MinMaxCaseEveryAnyEmulation(TypeConfiguration typeConfiguration, boolean every) ModeStatsModeEmulation(TypeConfiguration typeConfiguration) OracleTruncFunction(TypeConfiguration typeConfiguration) PostgreSQLTruncFunction(boolean supportsTwoArguments, TypeConfiguration typeConfiguration) ReturnTypeResolver(TypeConfiguration typeConfiguration) SqlServerConvertTruncFunction(TypeConfiguration typeConfiguration) SQLServerEveryAnyEmulation(TypeConfiguration typeConfiguration, boolean every) SQLServerFormatEmulation(TypeConfiguration typeConfiguration) SumReturnTypeResolver(TypeConfiguration typeConfiguration) SybaseTruncFunction(TypeConfiguration typeConfiguration) TimestampaddFunction(Dialect dialect, TypeConfiguration typeConfiguration) TimestampaddFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode... renderingModes) TimestampdiffFunction(Dialect dialect, TypeConfiguration typeConfiguration) TimestampdiffFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode... renderingModes) TransactSQLStrFunction(TypeConfiguration typeConfiguration) TrimFunction(Dialect dialect, TypeConfiguration typeConfiguration) TrimFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode argumentRenderingMode) TruncFunction(String truncPattern, String twoArgTruncPattern, TruncFunction.DatetimeTrunc datetimeTrunc, String toDateFunction, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with parameters of type TypeConfigurationModifier and TypeMethodDescriptionstatic StringDdlTypeHelper.getCastTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getCastTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getCastTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getCastTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getCastTypeName(BasicType<?> type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getCastTypeName(BasicType<?> type, TypeConfiguration typeConfiguration) protected BasicType<?>ArrayArgumentValidator.getElementType(int arrayIndex, List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) protected BasicType<?>ArrayArgumentValidator.getElementType(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) protected BasicPluralType<?,?> ArrayArgumentValidator.getPluralType(int arrayIndex, List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(BasicType<?> type, Size size, TypeConfiguration typeConfiguration) static StringDdlTypeHelper.getTypeName(BasicType<?> type, TypeConfiguration typeConfiguration) static BasicType<?>DdlTypeHelper.resolveArrayType(DomainType<?> elementType, TypeConfiguration typeConfiguration) ArrayViaArgumentReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) ArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) ElementViaArrayArgumentReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) JsonArrayViaElementArgumentReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) static BasicType<?>JsonArrayViaElementArgumentReturnTypeResolver.resolveJsonArrayType(DomainType<?> elementType, TypeConfiguration typeConfiguration) static BasicType<?>DdlTypeHelper.resolveListType(DomainType<?> elementType, TypeConfiguration typeConfiguration) voidArrayAndElementArgumentValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidArrayArgumentValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidArrayContainsArgumentValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidArrayIncludesArgumentValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) voidArraysOfSameTypeArgumentValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Constructors in org.hibernate.dialect.function.array with parameters of type TypeConfigurationModifierConstructorDescriptionAbstractArrayContainsFunction(boolean nullable, TypeConfiguration typeConfiguration) AbstractArrayIncludesFunction(boolean nullable, TypeConfiguration typeConfiguration) AbstractArrayIntersectsFunction(boolean nullable, TypeConfiguration typeConfiguration) AbstractArrayPositionFunction(TypeConfiguration typeConfiguration) AbstractArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) ArrayContainsOperatorFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayContainsUnnestFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayIncludesOperatorFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayIncludesUnnestFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayIntersectsOperatorFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayIntersectsUnnestFunction(boolean nullable, TypeConfiguration typeConfiguration) ArrayToStringFunction(TypeConfiguration typeConfiguration) H2ArrayContainsFunction(boolean nullable, int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayIncludesFunction(boolean nullable, int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayIntersectsFunction(boolean nullable, int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayPositionFunction(int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayPositionsFunction(boolean list, int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayToStringFunction(int maximumArraySize, TypeConfiguration typeConfiguration) HSQLArrayPositionFunction(TypeConfiguration typeConfiguration) HSQLArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) HSQLArrayToStringFunction(TypeConfiguration typeConfiguration) OracleArrayContainsFunction(boolean nullable, TypeConfiguration typeConfiguration) OracleArrayIncludesFunction(boolean nullable, TypeConfiguration typeConfiguration) OracleArrayIntersectsFunction(TypeConfiguration typeConfiguration, boolean nullable) OracleArrayLengthFunction(TypeConfiguration typeConfiguration) OracleArrayPositionFunction(TypeConfiguration typeConfiguration) OracleArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) OracleArrayToStringFunction(TypeConfiguration typeConfiguration) PostgreSQLArrayPositionFunction(TypeConfiguration typeConfiguration) PostgreSQLArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TypeConfigurationModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getTypeConfiguration()SessionFactoryImplementor.getTypeConfiguration()default TypeConfigurationSharedSessionContractImplementor.getTypeConfiguration()Obtain theTypeConfigurationfor the factory which created this session. -
Uses of TypeConfiguration in org.hibernate.internal
Methods in org.hibernate.internal that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return TypeConfigurationMethods in org.hibernate.mapping with parameters of type TypeConfigurationModifier and TypeMethodDescriptionvoidPersistentClass.assignCheckConstraintsToTable(Dialect dialect, TypeConfiguration types, SqmFunctionRegistry functions) Column.getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping) Deprecated.Column.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry) Formula.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry) Selectable.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry) Method parameters in org.hibernate.mapping with type arguments of type TypeConfigurationModifier and TypeMethodDescriptionvoidBasicValue.setExplicitJavaTypeAccess(Function<TypeConfiguration, BasicJavaType> explicitJavaTypeAccess) voidBasicValue.setExplicitJdbcTypeAccess(Function<TypeConfiguration, JdbcType> jdbcTypeAccess) voidBasicValue.setExplicitMutabilityPlanAccess(Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess) voidBasicValue.setImplicitJavaTypeAccess(Function<TypeConfiguration, Type> implicitJavaTypeAccess) -
Uses of TypeConfiguration in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return TypeConfigurationModifier and TypeMethodDescriptionMappingMetamodel.getTypeConfiguration()TheTypeConfigurationthis metamodel is associated with -
Uses of TypeConfiguration in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return TypeConfigurationMethods in org.hibernate.metamodel.mapping.internal with parameters of type TypeConfigurationModifier 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 TypeConfiguration in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return TypeConfigurationModifier and TypeMethodDescriptionJpaMetamodel.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 TypeConfigurationModifier and TypeMethodDescriptionJpaMetamodelImpl.getTypeConfiguration()MappingMetamodelImpl.getTypeConfiguration()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type TypeConfigurationModifierConstructorDescriptionJpaMetamodelImpl(TypeConfiguration typeConfiguration, MappingMetamodel mappingMetamodel, ServiceRegistry serviceRegistry) MappingMetamodelImpl(TypeConfiguration typeConfiguration, ServiceRegistry serviceRegistry) -
Uses of TypeConfiguration in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return TypeConfigurationModifier and TypeMethodDescriptiondefault TypeConfigurationRuntimeModelCreationContext.getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return TypeConfigurationModifier and TypeMethodDescriptiondefault TypeConfigurationPersisterCreationContext.getTypeConfiguration()Deprecated. -
Uses of TypeConfiguration in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return TypeConfigurationModifier and TypeMethodDescriptionQueryEngineImpl.getTypeConfiguration()QueryParameterBindingImpl.getTypeConfiguration()Methods in org.hibernate.query.internal with parameters of type TypeConfigurationModifier and TypeMethodDescriptionBindingTypeHelper.resolveBindType(Object value, JdbcMapping baseType, TypeConfiguration typeConfiguration) BindableType<?>BindingTypeHelper.resolveDateTemporalTypeVariant(Class<?> javaType, BindableType<?> baseType, TypeConfiguration typeConfiguration) BindingTypeHelper.resolveTimestampTemporalTypeVariant(Class javaType, BindableType baseType, TypeConfiguration typeConfiguration) BindingTypeHelper.resolveTimeTemporalTypeVariant(Class javaType, BindableType baseType, TypeConfiguration typeConfiguration) voidQueryParameterBindingImpl.setBindValues(Collection<? extends T> values, TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type TypeConfigurationModifier and TypeMethodDescriptionDomainResultCreationStateImpl.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 TypeConfigurationModifier and TypeMethodDescriptionQueryEngine.getTypeConfiguration()QueryParameterBindingTypeResolver.getTypeConfiguration()Methods in org.hibernate.query.spi with parameters of type TypeConfigurationModifier and TypeMethodDescriptionvoidQueryParameterBinding.setBindValues(Collection<? extends T> values, TemporalType temporalTypePrecision, TypeConfiguration typeConfiguration) Sets the parameter binding value using the explicit TemporalType in regards to the individual values. -
Uses of TypeConfiguration in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type TypeConfigurationModifier and TypeMethodDescriptionSelfRenderingFunctionSqlAstExpression.createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) protected @Nullable ReturnableType<?>SelfRenderingSqmFunction.determineResultType(SqmToSqlAstConverter converter, TypeConfiguration typeConfiguration) SelfRenderingFunctionSqlAstExpression.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry) SqmFunctionRegistry.registerBinaryTernaryPattern(String name, BasicType<?> type, String pattern2, String pattern3, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, TypeConfiguration typeConfiguration) Register a binary/ternary function.SqmFunctionRegistry.registerNullaryUnaryPattern(String name, BasicType type, String pattern0, String pattern1, FunctionParameterType parameterType, TypeConfiguration typeConfiguration) Register a nullary/unary function.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.SqmFunctionRegistry.registerUnaryBinaryPattern(String name, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration) Register a unary/binary function.SqmFunctionRegistry.registerUnaryBinaryPattern(String name, BasicType<?> type, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration) Register a unary/binary function.protected @Nullable ReturnableType<?>SelfRenderingSqmFunction.resolveResultType(Supplier<MappingModelExpressible<?>> inferredTypeSupplier, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.protected @Nullable ReturnableType<?>SelfRenderingSqmFunction.resolveResultType(TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.query.sqm.function with parameters of type TypeConfigurationModifierConstructorDescriptionMultipatternSqmFunctionDescriptor(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.internal
Methods in org.hibernate.query.sqm.internal that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type TypeConfigurationModifier and TypeMethodDescriptionstatic JdbcMappingStandardFunctionReturnTypeResolvers.extractArgumentJdbcMapping(TypeConfiguration typeConfiguration, List<? extends SqmTypedNode<?>> arguments, int position) static FunctionArgumentTypeResolverStandardFunctionArgumentTypeResolvers.impliedOrInvariant(TypeConfiguration typeConfiguration, FunctionParameterType type) static FunctionArgumentTypeResolverStandardFunctionArgumentTypeResolvers.invariant(TypeConfiguration typeConfiguration, FunctionParameterType type) static FunctionArgumentTypeResolverStandardFunctionArgumentTypeResolvers.invariant(TypeConfiguration typeConfiguration, FunctionParameterType... types) default @Nullable ReturnableType<?>FunctionReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Resolve the return type for a function given its context-implied type and the arguments to this call.default @Nullable ReturnableType<?>FunctionReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, Supplier<MappingModelExpressible<?>> inferredTypeSupplier, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.default @Nullable ReturnableType<?>FunctionReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.default voidArgumentsValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Perform validation that may be done using theSqmTypedNodetree and assigned Java types.voidArgumentTypesValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) We do an initial validation phase with just the SQM tree, even though we don't have all typing information available here (in particular, we don't have the final JDBC type codes for things with converters) because this is the phase that is run at startup for named queries, and can be done in an IDE. -
Uses of TypeConfiguration in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return TypeConfigurationModifier and TypeMethodDescriptiondefault TypeConfigurationSqmCreationContext.getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return TypeConfigurationMethods in org.hibernate.query.sqm.sql with parameters of type TypeConfigurationModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector.resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration) 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 TypeConfigurationModifier and TypeMethodDescriptionAsWrappedExpression.createDomainResultSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) AsWrappedExpression.createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) SqlAstProcessingStateImpl.resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration) SqlAstQueryPartProcessingStateImpl.resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type TypeConfigurationModifier and TypeMethodDescriptionbooleanSqmDynamicInstantiation.checkInstantiation(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type TypeConfigurationModifier 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) -
Uses of TypeConfiguration in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TypeConfigurationModifier and TypeMethodDescriptionSqlSelectionProducer.createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) Create a SqlSelection for the given JDBC ResultSet positionstatic StringAbstractSqlAstTranslator.getCastTypeName(SqlTypedMapping castTarget, TypeConfiguration typeConfiguration) static StringAbstractSqlAstTranslator.getSqlTypeName(SqlTypedMapping castTarget, TypeConfiguration typeConfiguration) 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 TypeConfigurationModifier and TypeMethodDescriptiondefault SqlSelectionExpression.createDomainResultSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) default SqlSelectionExpression.createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type TypeConfigurationModifier and TypeMethodDescriptionDelegatingTableGroup.createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type TypeConfigurationModifier and TypeMethodDescriptionstatic booleanInstantiationHelper.isConstructorCompatible(Class<?> javaClass, List<Class<?>> argTypes, TypeConfiguration typeConfiguration) static booleanInstantiationHelper.isConstructorCompatible(Constructor<?> constructor, List<Class<?>> argumentTypes, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type TypeConfigurationModifier and TypeMethodDescription<J> BasicType<J>CachedJdbcValuesMetadata.resolveType(int position, JavaType<J> explicitJavaType, TypeConfiguration typeConfiguration) 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 TypeConfigurationModifier and TypeMethodDescription<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.type
Methods in org.hibernate.type that return TypeConfigurationModifier and TypeMethodDescriptionEnumType.getTypeConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.protected TypeConfigurationEntityType.scope()Methods in org.hibernate.type with parameters of type TypeConfigurationModifier and TypeMethodDescriptionEnumType.getJdbcType(TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.static voidStandardBasicTypes.prime(TypeConfiguration typeConfiguration) voidEnumType.setTypeConfiguration(TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.type with parameters of type TypeConfigurationModifierConstructorDescriptionAnyType(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) protectedEntityType(TypeConfiguration typeConfiguration, String entityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy) Constructs the requested entity type mapping.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 TypeConfigurationMethods in org.hibernate.type.descriptor.java with parameters of type TypeConfigurationModifier and TypeMethodDescriptionJavaType.createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration) Creates theJavaTypefor the givenParameterizedTypebased on thisJavaTyperegistered 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, JdbcTypeIndicators stdIndicators) BasicType<?>ArrayJavaType.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators) BasicType<?>BasicPluralJavaType.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators) Creates a container type for the given element typefinal <X> TemporalJavaType<X>AbstractTemporalJavaType.resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration) <X> TemporalJavaType<X>TemporalJavaType.resolveTypeForPrecision(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 TypeConfigurationModifier and TypeMethodDescriptionCollectionJavaType.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) protected abstract FormatMapperFormatMapperBasedJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperJsonJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperXmlJavaType.getFormatMapper(TypeConfiguration typeConfiguration) BasicType<?>BasicCollectionJavaType.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators) Method parameters in org.hibernate.type.descriptor.java.spi with type arguments of type TypeConfigurationModifier and TypeMethodDescription<J> JavaType<J>JavaTypeRegistry.resolveDescriptor(Type javaType, BiFunction<Type, TypeConfiguration, MutabilityPlan<?>> mutabilityPlanCreator) Constructors in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfigurationModifierConstructorDescriptionFormatMapperBasedJavaType(Type type, MutabilityPlan<T> mutabilityPlan, TypeConfiguration typeConfiguration) JavaTypeRegistry(TypeConfiguration typeConfiguration) JsonJavaType(Type type, MutabilityPlan<T> mutabilityPlan, TypeConfiguration typeConfiguration) XmlJavaType(Type type, MutabilityPlan<T> mutabilityPlan, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TypeConfigurationModifier and TypeMethodDescriptionDelegatingJdbcTypeIndicators.getTypeConfiguration()JdbcTypeIndicators.getTypeConfiguration()Provides access to theTypeConfigurationfor access to various type system related registries.Methods in org.hibernate.type.descriptor.jdbc with parameters of type TypeConfigurationModifier and TypeMethodDescriptiondefault voidJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, Size columnSize, Database database, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.<T> JavaType<T>ArrayJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>BigIntJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>BlobJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>BooleanJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>DateJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>DecimalJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>DoubleJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>FloatJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>IntegerJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) default <T> JavaType<T>JdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>NVarcharJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>RealJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) Deprecated.<T> JavaType<T>SmallIntJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimeAsTimestampWithTimeZoneJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimeJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimestampJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimestampUtcAsInstantJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimestampUtcAsJdbcTimestampJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimestampUtcAsOffsetDateTimeJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimestampWithTimeZoneJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimeUtcAsJdbcTimeJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimeUtcAsOffsetTimeJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TimeWithTimeZoneJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>TinyIntJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>VarbinaryJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>VarcharJdbcType.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) ArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) ArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) default JdbcTypeJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) Called byArrayJavaTypeand friends.JdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) Called fromDialect.resolveSqlTypeDescriptor(java.lang.String, int, int, int, org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry)when inferringJdbcTypes from a JDBCResultSetor when reverse-engineering a schema. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc.internal
Methods in org.hibernate.type.descriptor.jdbc.internal with parameters of type TypeConfigurationModifier and TypeMethodDescription<X> JavaType<X>AbstractJavaTimeJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) <T> JavaType<T>DelayedStructJdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return TypeConfigurationConstructors in org.hibernate.type.descriptor.jdbc.spi with parameters of type TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.type.descriptor.sql.spi
Constructors in org.hibernate.type.descriptor.sql.spi with parameters of type TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type TypeConfigurationModifier and TypeMethodDescription<T> JavaType<T>UserTypeSqlTypeAdapter.getJdbcRecommendedJavaTypeMapping(Integer length, Integer scale, TypeConfiguration typeConfiguration) Constructors in org.hibernate.type.internal with parameters of type TypeConfigurationModifierConstructorDescriptionUserTypeSqlTypeAdapter(UserType<J> userType, JavaType<J> jtd, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return TypeConfigurationMethods in org.hibernate.type.spi with parameters of type TypeConfigurationModifier and TypeMethodDescriptionvoidTypeConfigurationAware.setTypeConfiguration(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.usertype
Methods in org.hibernate.usertype that return TypeConfigurationModifier and TypeMethodDescriptionUserTypeLegacyBridge.getTypeConfiguration()UserTypeSupport.getTypeConfiguration()Methods in org.hibernate.usertype with parameters of type TypeConfigurationModifier and TypeMethodDescriptionStaticUserTypeSupport.getJdbcType(TypeConfiguration typeConfiguration) default JdbcTypeUserType.getJdbcType(TypeConfiguration typeConfiguration) A mappedJdbcType.voidUserTypeLegacyBridge.setTypeConfiguration(TypeConfiguration typeConfiguration) voidUserTypeSupport.setTypeConfiguration(TypeConfiguration typeConfiguration)
Column.getSqlType(Metadata)