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.Internal package containing dialect-specific implementations of
JdbcType.This package defines some central internal SPI abstractions
used throughout the implementation of 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.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for
SqmFunctionDescriptor handling.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.Contracts for reading and writing values to and from JDBC.
Integrates a range of types defined by the JDK with the type system
of Hibernate.
SPIs related to
JavaType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
SPIs related to
JdbcType.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.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.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 TypeMethodDescriptionDB2Dialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) Dialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Dialect.getSelectClauseNullString(SqlTypedMapping sqlTypeMapping, TypeConfiguration typeConfiguration) Given a type mapping, return the expression for a literal null value of that type, to use in aselectclause.HSQLDialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) PostgreSQLDialect.getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration) PostgreSQLDialect.getSelectClauseNullString(SqlTypedMapping 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.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.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) OracleOsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleOsonArrayJdbcTypeConstructor.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.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) Returns the custom read expression to use forcolumn.AggregateSupportImpl.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) CockroachDBAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) DB2AggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) H2AggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) HANAAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) MySQLAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) OracleAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) PostgreSQLAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) SQLServerAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) SybaseASEAggregateSupport.aggregateComponentCustomReadExpression(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, int aggregateColumnTypeCode, SqlTypedMapping column, TypeConfiguration typeConfiguration) AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) AggregateSupportImpl.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) CockroachDBAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) DB2AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) H2AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) HANAAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) MySQLAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) OracleAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) PostgreSQLAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) SQLServerAggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping aggregateColumn, SelectableMapping[] columnsToUpdate, TypeConfiguration typeConfiguration) SybaseASEAggregateSupport.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) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> GenerateSeriesSetReturningFunctionTypeResolver.resolveTupleType(List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> UnnestSetReturningFunctionTypeResolver.resolveTupleType(List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Constructors in org.hibernate.dialect.function with parameters of type TypeConfigurationModifierConstructorDescriptionAbstractRegexpLikeFunction(TypeConfiguration typeConfiguration) AvgFunction(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) CteGenerateSeriesFunction(int maxSeriesSize, boolean supportsIntervals, boolean coerceToTimestamp, TypeConfiguration typeConfiguration) protectedDateTruncEmulation(String toDateFunction, TypeConfiguration typeConfiguration) DB2FormatEmulation(TypeConfiguration typeConfiguration) DB2PositionFunction(TypeConfiguration typeConfiguration) DB2SubstringFunction(boolean needsCodeUnit, TypeConfiguration typeConfiguration) DB2SubstringFunction(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) GenerateSeriesFunction(@Nullable String defaultValueColumnName, String defaultIndexSelectionExpression, boolean coerceToTimestamp, TypeConfiguration typeConfiguration) H2GenerateSeriesFunction(int maxSeriesSize, TypeConfiguration typeConfiguration) HANAGenerateSeriesFunction(int maxSeriesSize, TypeConfiguration typeConfiguration) HANARegexpLikeFunction(TypeConfiguration typeConfiguration) HSQLRegexpLikeFunction(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) NumberSeriesGenerateSeriesFunction(@Nullable String defaultValueColumnName, String defaultIndexSelectionExpression, boolean coerceToTimestamp, TypeConfiguration typeConfiguration, int maxSeriesSize) OracleExtractFunction(Dialect dialect, TypeConfiguration typeConfiguration) OracleTruncFunction(TypeConfiguration typeConfiguration) OrdinalFunction(TypeConfiguration typeConfiguration) PostgreSQLTruncFunction(boolean supportsTwoArguments, TypeConfiguration typeConfiguration) RegexpLikeOperatorFunction(TypeConfiguration typeConfiguration, boolean supportsStandard) RegexpLikePredicateFunction(TypeConfiguration typeConfiguration) RegexpPredicateFunction(TypeConfiguration typeConfiguration) ReturnTypeResolver(TypeConfiguration typeConfiguration) SqlServerConvertTruncFunction(TypeConfiguration typeConfiguration) SQLServerEveryAnyEmulation(TypeConfiguration typeConfiguration, boolean every) SQLServerFormatEmulation(TypeConfiguration typeConfiguration) SQLServerGenerateSeriesFunction(int maxSeriesSize, TypeConfiguration typeConfiguration) StringFunction(TypeConfiguration typeConfiguration) SumReturnTypeResolver(TypeConfiguration typeConfiguration) SybaseASEGenerateSeriesFunction(int maxSeriesSize, 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, SqlAstNodeRenderingMode argumentRenderingMode, TypeConfiguration typeConfiguration) 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) 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 <T> BasicType<?> JsonArrayViaElementArgumentReturnTypeResolver.resolveJsonArrayType(DomainType<T> elementType, TypeConfiguration typeConfiguration) static BasicType<?> DdlTypeHelper.resolveListType(DomainType<?> elementType, 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) AbstractArraySortFunction(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) H2ArraySortFunction(int maximumArraySize, TypeConfiguration typeConfiguration) H2ArrayToStringFunction(int maximumArraySize, TypeConfiguration typeConfiguration) HSQLArrayPositionFunction(TypeConfiguration typeConfiguration) HSQLArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) HSQLArraySortFunction(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) OracleArraySortFunction(TypeConfiguration typeConfiguration) OracleArrayToStringFunction(TypeConfiguration typeConfiguration) PostgreSQLArrayPositionFunction(TypeConfiguration typeConfiguration) PostgreSQLArrayPositionsFunction(boolean list, TypeConfiguration typeConfiguration) PostgreSQLArraySortEmulation(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json with parameters of type TypeConfigurationModifier and TypeMethodDescriptionprotected static StringJsonTableFunction.determineColumnType(CastTarget castTarget, TypeConfiguration typeConfiguration) CastTargetReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> JsonTableSetReturningFunctionTypeResolver.resolveTupleType(List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Constructors in org.hibernate.dialect.function.json with parameters of type TypeConfigurationModifierConstructorDescriptionAbstractJsonArrayAppendFunction(TypeConfiguration typeConfiguration) AbstractJsonArrayInsertFunction(TypeConfiguration typeConfiguration) AbstractJsonInsertFunction(TypeConfiguration typeConfiguration) AbstractJsonMergepatchFunction(TypeConfiguration typeConfiguration) AbstractJsonRemoveFunction(TypeConfiguration typeConfiguration) AbstractJsonReplaceFunction(TypeConfiguration typeConfiguration) AbstractJsonSetFunction(TypeConfiguration typeConfiguration) CastTargetReturnTypeResolver(TypeConfiguration typeConfiguration) CockroachDBJsonExistsFunction(TypeConfiguration typeConfiguration) CockroachDBJsonQueryFunction(TypeConfiguration typeConfiguration) CockroachDBJsonRemoveFunction(TypeConfiguration typeConfiguration) CockroachDBJsonTableFunction(TypeConfiguration typeConfiguration) CockroachDBJsonValueFunction(TypeConfiguration typeConfiguration) DB2JsonArrayAggFunction(TypeConfiguration typeConfiguration) DB2JsonArrayFunction(TypeConfiguration typeConfiguration) DB2JsonObjectAggFunction(TypeConfiguration typeConfiguration) DB2JsonObjectFunction(TypeConfiguration typeConfiguration) DB2JsonTableFunction(int maximumSeriesSize, TypeConfiguration typeConfiguration) DB2JsonValueFunction(TypeConfiguration typeConfiguration) H2JsonArrayAggFunction(TypeConfiguration typeConfiguration) H2JsonExistsFunction(TypeConfiguration typeConfiguration) H2JsonObjectAggFunction(TypeConfiguration typeConfiguration) H2JsonQueryFunction(TypeConfiguration typeConfiguration) H2JsonTableFunction(int maximumArraySize, TypeConfiguration typeConfiguration) H2JsonValueFunction(TypeConfiguration typeConfiguration) HANAJsonArrayAggFunction(TypeConfiguration typeConfiguration) HANAJsonArrayFunction(TypeConfiguration typeConfiguration) HANAJsonExistsFunction(TypeConfiguration typeConfiguration) HANAJsonObjectAggFunction(TypeConfiguration typeConfiguration) HANAJsonObjectFunction(TypeConfiguration typeConfiguration) HANAJsonTableFunction(TypeConfiguration typeConfiguration) HANAJsonValueFunction(TypeConfiguration typeConfiguration) HSQLJsonArrayAggFunction(TypeConfiguration typeConfiguration) HSQLJsonArrayFunction(TypeConfiguration typeConfiguration) HSQLJsonObjectFunction(TypeConfiguration typeConfiguration) JsonArrayAggFunction(boolean supportsFilter, TypeConfiguration typeConfiguration) JsonArrayFunction(TypeConfiguration typeConfiguration) JsonExistsFunction(TypeConfiguration typeConfiguration, boolean supportsJsonPathExpression, boolean supportsJsonPathPassingClause) JsonObjectAggFunction(String valueSeparator, boolean supportsFilter, TypeConfiguration typeConfiguration) JsonObjectFunction(TypeConfiguration typeConfiguration, boolean colonSyntax) JsonQueryFunction(TypeConfiguration typeConfiguration, boolean supportsJsonPathExpression, boolean supportsJsonPathPassingClause) protectedJsonTableFunction(SetReturningFunctionTypeResolver setReturningFunctionTypeResolver, TypeConfiguration typeConfiguration) JsonTableFunction(TypeConfiguration typeConfiguration) JsonValueFunction(TypeConfiguration typeConfiguration, boolean supportsJsonPathExpression, boolean supportsJsonPathPassingClause) MariaDBJsonArrayAggFunction(TypeConfiguration typeConfiguration) MariaDBJsonArrayAppendFunction(TypeConfiguration typeConfiguration) MariaDBJsonArrayFunction(TypeConfiguration typeConfiguration) MariaDBJsonObjectAggFunction(TypeConfiguration typeConfiguration) MariaDBJsonQueryFunction(TypeConfiguration typeConfiguration) MariaDBJsonValueFunction(TypeConfiguration typeConfiguration) MySQLJsonArrayAggFunction(TypeConfiguration typeConfiguration) MySQLJsonArrayFunction(TypeConfiguration typeConfiguration) MySQLJsonExistsFunction(TypeConfiguration typeConfiguration) MySQLJsonObjectAggFunction(TypeConfiguration typeConfiguration) MySQLJsonObjectFunction(TypeConfiguration typeConfiguration) MySQLJsonQueryFunction(TypeConfiguration typeConfiguration) MySQLJsonTableFunction(TypeConfiguration typeConfiguration) MySQLJsonValueFunction(TypeConfiguration typeConfiguration) OracleJsonArrayAggFunction(TypeConfiguration typeConfiguration) OracleJsonArrayAppendFunction(TypeConfiguration typeConfiguration) OracleJsonArrayFunction(TypeConfiguration typeConfiguration) OracleJsonArrayInsertFunction(TypeConfiguration typeConfiguration) OracleJsonInsertFunction(TypeConfiguration typeConfiguration) OracleJsonMergepatchFunction(TypeConfiguration typeConfiguration) OracleJsonObjectAggFunction(TypeConfiguration typeConfiguration) OracleJsonObjectFunction(boolean colonSyntax, TypeConfiguration typeConfiguration) OracleJsonRemoveFunction(TypeConfiguration typeConfiguration) OracleJsonReplaceFunction(TypeConfiguration typeConfiguration) OracleJsonSetFunction(TypeConfiguration typeConfiguration) OracleJsonTableFunction(TypeConfiguration typeConfiguration) OracleJsonValueFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonArrayAggFunction(boolean supportsStandard, TypeConfiguration typeConfiguration) PostgreSQLJsonArrayAppendFunction(boolean supportsLax, TypeConfiguration typeConfiguration) PostgreSQLJsonArrayFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonArrayInsertFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonExistsFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonInsertFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonMergepatchFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonObjectAggFunction(boolean supportsStandard, TypeConfiguration typeConfiguration) PostgreSQLJsonObjectFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonQueryFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonRemoveFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonReplaceFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonSetFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonTableFunction(TypeConfiguration typeConfiguration) PostgreSQLJsonValueFunction(boolean supportsStandard, TypeConfiguration typeConfiguration) SQLServerJsonArrayAggFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonArrayAppendFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonArrayFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonArrayInsertFunction(TypeConfiguration typeConfiguration) SQLServerJsonExistsFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonInsertFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonObjectAggFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonObjectFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonQueryFunction(TypeConfiguration typeConfiguration) SQLServerJsonRemoveFunction(TypeConfiguration typeConfiguration) SQLServerJsonReplaceFunction(boolean supportsExtendedJson, TypeConfiguration typeConfiguration) SQLServerJsonSetFunction(TypeConfiguration typeConfiguration) SQLServerJsonTableFunction(TypeConfiguration typeConfiguration) SQLServerJsonValueFunction(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect.function.xml
Methods in org.hibernate.dialect.function.xml with parameters of type TypeConfigurationModifier and TypeMethodDescriptionprotected static StringXmlTableFunction.determineColumnType(CastTarget castTarget, TypeConfiguration typeConfiguration) org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> XmlTableSetReturningFunctionTypeResolver.resolveTupleType(List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Constructors in org.hibernate.dialect.function.xml with parameters of type TypeConfigurationModifierConstructorDescriptionDB2XmlTableFunction(TypeConfiguration typeConfiguration) H2XmlConcatFunction(TypeConfiguration typeConfiguration) H2XmlElementFunction(TypeConfiguration typeConfiguration) H2XmlForestFunction(TypeConfiguration typeConfiguration) H2XmlPiFunction(TypeConfiguration typeConfiguration) HANAXmlTableFunction(TypeConfiguration typeConfiguration) LegacyDB2XmlExistsFunction(TypeConfiguration typeConfiguration) LegacyDB2XmlQueryFunction(TypeConfiguration typeConfiguration) OracleXmlTableFunction(TypeConfiguration typeConfiguration) PostgreSQLXmlQueryFunction(TypeConfiguration typeConfiguration) SQLServerXmlAggFunction(TypeConfiguration typeConfiguration) SQLServerXmlConcatFunction(TypeConfiguration typeConfiguration) SQLServerXmlElementFunction(TypeConfiguration typeConfiguration) SQLServerXmlExistsFunction(TypeConfiguration typeConfiguration) SQLServerXmlForestFunction(TypeConfiguration typeConfiguration) SQLServerXmlPiFunction(TypeConfiguration typeConfiguration) SQLServerXmlQueryFunction(TypeConfiguration typeConfiguration) SQLServerXmlTableFunction(TypeConfiguration typeConfiguration) SybaseASEXmlTableFunction(TypeConfiguration typeConfiguration) XmlAggFunction(TypeConfiguration typeConfiguration) XmlConcatFunction(TypeConfiguration typeConfiguration) XmlElementFunction(TypeConfiguration typeConfiguration) XmlExistsFunction(TypeConfiguration typeConfiguration) XmlForestFunction(TypeConfiguration typeConfiguration) XmlPiFunction(TypeConfiguration typeConfiguration) XmlQueryFunction(boolean returningContent, TypeConfiguration typeConfiguration) protectedXmlTableFunction(boolean supportsParametersInDefault, SetReturningFunctionTypeResolver setReturningFunctionTypeResolver, TypeConfiguration typeConfiguration) XmlTableFunction(boolean supportsParametersInDefault, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect.type
Methods in org.hibernate.dialect.type with parameters of type TypeConfigurationModifier and TypeMethodDescriptionJavaType<?> AbstractPostgreSQLStructJdbcType.getRecommendedJavaType(Integer precision, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> DB2StructJdbcType.getRecommendedJavaType(Integer precision, Integer scale, TypeConfiguration typeConfiguration) H2JsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) H2JsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) MariaDBCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) MariaDBCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) MySQLCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) MySQLCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) OracleArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) OracleJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleJsonArrayJdbcTypeConstructor.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) OracleXmlArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) OracleXmlArrayJdbcTypeConstructor.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) PostgreSQLCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLCastingJsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) SQLServerCastingXmlArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) SQLServerCastingXmlArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of TypeConfiguration in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TypeConfigurationModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getTypeConfiguration()SessionFactoryImplementor.getTypeConfiguration()Obtain theTypeConfigurationdefault TypeConfigurationSharedSessionContractImplementor.getTypeConfiguration()Obtain theTypeConfigurationfor the factory which created this session. -
Uses of TypeConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return TypeConfigurationMethods in org.hibernate.mapping that return types with arguments of type TypeConfigurationModifier and TypeMethodDescriptionBasicValue.getExplicitJavaTypeAccess()BasicValue.getExplicitJdbcTypeAccess()BasicValue.getExplicitMutabilityPlanAccess()BasicValue.getImplicitJavaTypeAccess()Methods in org.hibernate.mapping with parameters of type TypeConfigurationModifier and TypeMethodDescriptionvoidPersistentClass.assignCheckConstraintsToTable(Dialect dialect, TypeConfiguration types) Column.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration) Formula.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration) Selectable.getTemplate(Dialect dialect, TypeConfiguration typeConfiguration) BasicValue.impliedJavaType(TypeConfiguration typeConfiguration) 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.spi
Methods in org.hibernate.metamodel.spi that return TypeConfiguration -
Uses of TypeConfiguration in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return TypeConfigurationModifier and TypeMethodDescriptionfinal TypeConfigurationAbstractCommonQueryContract.getTypeConfiguration()QueryParameterBindingTypeResolver.getTypeConfiguration()Deprecated, for removal: This API element is subject to removal in a future version. -
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) 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.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.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type TypeConfigurationModifier and TypeMethodDescriptionstatic 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(@Nullable 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(@Nullable 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.org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<?> SetReturningFunctionTypeResolver.resolveTupleType(List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration) Resolve the return type for a function given its arguments to this call.default voidArgumentsValidator.validate(List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.ImplementArgumentsValidator.validate(List, String, BindingContext)instead -
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.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) static StringTemplate.renderWhereStringTemplate(String sql, String alias, Dialect dialect, TypeConfiguration typeConfiguration) Takes the SQL fragment provided in the mapping attribute and interpolates the given alias, using it to qualify every unqualified column name.static StringTemplate.renderWhereStringTemplate(String sql, Dialect dialect, TypeConfiguration typeConfiguration) Takes the SQL fragment provided in the mapping attribute and interpolates the default placeholder value, which is "{@}", using it to qualify every unqualified column name. -
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, @Nullable 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.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 TypeMethodDescriptionBindingContext.getTypeConfiguration()protected TypeConfigurationEntityType.scope()Methods in org.hibernate.type with parameters of type TypeConfigurationModifier and TypeMethodDescriptionstatic voidStandardBasicTypes.prime(TypeConfiguration typeConfiguration) Constructors in org.hibernate.type with parameters of type TypeConfigurationModifierConstructorDescriptionAnyType(TypeConfiguration typeConfiguration, MetaType discriminatorType, Type identifierType, boolean lazy) AnyType(TypeConfiguration typeConfiguration, Type discriminatorType, Type identifierType, boolean lazy) Deprecated.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
Methods in org.hibernate.type.descriptor that return TypeConfigurationModifier and TypeMethodDescriptiondefault TypeConfigurationWrapperOptions.getTypeConfiguration()Obtain theTypeConfiguration. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return TypeConfigurationModifier and TypeMethodDescriptionJavaType.CoercionContext.getTypeConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.Methods 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 TemporalJavaType<T> AbstractTemporalJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarDateJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarTimeJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Instant> InstantJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Date> JdbcDateJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<LocalDate> LocalDateJavaType.forDatePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<T> AbstractTemporalJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarDateJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarTimeJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Instant> InstantJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Time> JdbcTimeJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<LocalTime> LocalTimeJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<OffsetTime> OffsetTimeJavaType.forTimePrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<T> AbstractTemporalJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarDateJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Calendar> CalendarTimeJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Instant> InstantJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<Timestamp> JdbcTimestampJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<LocalDateTime> LocalDateTimeJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<OffsetDateTime> OffsetDateTimeJavaType.forTimestampPrecision(TypeConfiguration typeConfiguration) protected TemporalJavaType<ZonedDateTime> 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 typeAbstractTemporalJavaType.resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration) DateJavaType.resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration) 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 TypeMethodDescriptionJavaTypeRegistry.MutabilityPlanCreator.create(Type elementJavaType, TypeConfiguration typeConfiguration) CollectionJavaType.createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration) <J> JavaType<J> RegistryHelper.createTypeDescriptor(Class<J> javaType, Supplier<MutabilityPlan<J>> fallbackMutabilityPlanResolver, TypeConfiguration typeConfiguration) <J> JavaType<J> RegistryHelper.createTypeDescriptor(Type javaType, Supplier<MutabilityPlan<J>> fallbackMutabilityPlanResolver, TypeConfiguration typeConfiguration) <J> MutabilityPlan<J> RegistryHelper.determineMutabilityPlan(Class<J> javaTypeClass, TypeConfiguration typeConfiguration) 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) 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 <T> JavaType<T> JdbcType.getJdbcRecommendedJavaTypeMapping(Integer precision, Integer scale, TypeConfiguration typeConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Due to the unchecked cast to a generic type.JavaType<?> ArrayJdbcType.getRecommendedJavaType(Integer precision, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> BigIntJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> BlobJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> BooleanJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> DateJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> DecimalJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> DoubleJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> FloatJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> IntegerJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) default JavaType<?> JdbcType.getRecommendedJavaType(Integer precision, Integer scale, TypeConfiguration typeConfiguration) The Java type usually is used to represent values of this JDBC type in the entity model of the data.JavaType<?> NVarcharJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> RealJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) Deprecated.JavaType<?> SmallIntJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> StructJdbcType.getRecommendedJavaType(Integer precision, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimeAsTimestampWithTimeZoneJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimeJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimestampJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimestampUtcAsInstantJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimestampUtcAsJdbcTimestampJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimestampUtcAsOffsetDateTimeJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimestampWithTimeZoneJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimeUtcAsJdbcTimeJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimeUtcAsOffsetTimeJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TimeWithTimeZoneJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> TinyIntJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> VarbinaryJdbcType.getRecommendedJavaType(Integer length, Integer scale, TypeConfiguration typeConfiguration) JavaType<?> VarcharJdbcType.getRecommendedJavaType(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(String, int, int, int, JdbcTypeRegistry)when inferringJdbcTypes from a JDBCResultSetor when reverse-engineering a schema.JsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) JsonArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) JsonAsStringArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) JsonAsStringArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) XmlArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) XmlArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) XmlAsStringArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation) XmlAsStringArrayJdbcTypeConstructor.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
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.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 TypeMethodDescriptionvoidUserTypeLegacyBridge.setTypeConfiguration(TypeConfiguration typeConfiguration) voidUserTypeSupport.setTypeConfiguration(TypeConfiguration typeConfiguration)
Dialect.getSelectClauseNullString(SqlTypedMapping, TypeConfiguration)instead