Uses of Class
org.hibernate.type.spi.TypeConfiguration
-
Packages that use TypeConfiguration Package Description org.hibernate.boot.model 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.org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters.org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate Support forDialect-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.function.array org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.results.jdbc.spi org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.descriptor.sql.spi Defines a registry forDdlTypes.org.hibernate.type.spi Defines a registry for HibernateTypes.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
-
Uses of TypeConfiguration in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeConfiguration Modifier and Type Method Description TypeConfigurationFunctionContributions. getTypeConfiguration()Access to type information.TypeConfigurationTypeContributions. 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 Modifier and Type Method Description TypeConfigurationJpaAttributeConverterCreationContext. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return TypeConfiguration Modifier and Type Method Description TypeConfigurationDatabase. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationAbstractDelegatingMetadata. getTypeConfiguration()TypeConfigurationAbstractDelegatingMetadataBuildingOptions. getTypeConfiguration()TypeConfigurationBootstrapContext. getTypeConfiguration()TheTypeConfigurationbelonging to thisBootstrapContext.TypeConfigurationMetadataBuildingOptions. getTypeConfiguration()TypeConfigurationMetadataImplementor. getTypeConfiguration()Access to theTypeConfigurationbelonging to theBootstrapContextConstructors in org.hibernate.boot.spi with parameters of type TypeConfiguration Constructor Description BasicTypeRegistration(UserType<?> type, String[] keys, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeConfiguration Modifier and Type Method Description voidOracleArrayJdbcType. 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)StringDB2Dialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringDerbyDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringDialect. 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.StringDialectDelegateWrapper. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringHSQLDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringPostgreSQLDialect. 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.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.IntegerDialectDelegateWrapper. resolveSqlTypeCode(String typeName, String baseTypeName, TypeConfiguration typeConfiguration)IntegerDialectDelegateWrapper. 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)JdbcTypeOracleArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeOracleArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeOracleNestedTableJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeOracleNestedTableJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)JdbcTypePostgreSQLArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypePostgreSQLArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of TypeConfiguration in org.hibernate.dialect.aggregate
-
Uses of TypeConfiguration in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type TypeConfiguration Modifier and Type Method Description protected ReturnableType<?>InverseDistributionFunction.SelfRenderingInverseDistributionFunction. determineResultType(SqmToSqlAstConverter converter, TypeConfiguration typeConfiguration)ReturnableType<?>AvgFunction.ReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)ReturnableType<?>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 TypeConfiguration Constructor Description 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)DateTruncEmulation(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 TypeConfiguration Modifier and Type Method Description static 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)ReturnableType<?>ArrayViaArgumentReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)ReturnableType<?>ArrayViaElementArgumentReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)ReturnableType<?>ElementViaArrayArgumentReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, @Nullable SqmToSqlAstConverter converter, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)ReturnableType<?>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) -
Uses of TypeConfiguration in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationSessionFactoryDelegatingImpl. getTypeConfiguration()TypeConfigurationSessionFactoryImplementor. getTypeConfiguration()default TypeConfigurationSharedSessionContractImplementor. getTypeConfiguration()Obtain theTypeConfigurationfor the factory which created this session. -
Uses of TypeConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return TypeConfiguration Modifier and Type Method Description TypeConfigurationSimpleValue. getTypeConfiguration()Methods in org.hibernate.mapping with parameters of type TypeConfiguration Modifier and Type Method Description voidPersistentClass. assignCheckConstraintsToTable(Dialect dialect, TypeConfiguration types, SqmFunctionRegistry functions)StringColumn. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)Deprecated.StringColumn. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)StringFormula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)StringSelectable. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)Method parameters in org.hibernate.mapping with type arguments of type TypeConfiguration Modifier and Type Method Description voidBasicValue. 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 TypeConfiguration Modifier and Type Method Description TypeConfigurationMappingMetamodel. getTypeConfiguration()TheTypeConfigurationthis metamodel is associated with -
Uses of TypeConfiguration in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return TypeConfiguration Modifier and Type Method Description TypeConfigurationJpaMetamodel. getTypeConfiguration()todo (6.0) : should we expose JpaMetamodel from TypeConfiguration? -
Uses of TypeConfiguration in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return TypeConfiguration Modifier and Type Method Description default TypeConfigurationRuntimeModelCreationContext. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return TypeConfiguration Modifier and Type Method Description default TypeConfigurationPersisterCreationContext. getTypeConfiguration()Deprecated. -
Uses of TypeConfiguration in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelectionDomainResultCreationStateImpl. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationQueryEngine. getTypeConfiguration()TypeConfigurationQueryParameterBindingTypeResolver. getTypeConfiguration()Methods in org.hibernate.query.spi with parameters of type TypeConfiguration Modifier and Type Method Description voidQueryParameterBinding. 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 Modifier and Type Method Description TypeConfigurationNodeBuilder. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelectionSelfRenderingFunctionSqlAstExpression. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, boolean virtual, TypeConfiguration typeConfiguration)protected @Nullable ReturnableType<?>SelfRenderingSqmFunction. determineResultType(SqmToSqlAstConverter converter, TypeConfiguration typeConfiguration)StringSelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)MultipatternSqmFunctionDescriptorSqmFunctionRegistry. registerBinaryTernaryPattern(String name, BasicType<?> type, String pattern2, String pattern3, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, TypeConfiguration typeConfiguration)Register a binary/ternary function.MultipatternSqmFunctionDescriptorSqmFunctionRegistry. registerNullaryUnaryPattern(String name, BasicType type, String pattern0, String pattern1, FunctionParameterType parameterType, TypeConfiguration typeConfiguration)Register a nullary/unary function.MultipatternSqmFunctionDescriptorSqmFunctionRegistry. registerTernaryQuaternaryPattern(String name, BasicType<?> type, String pattern3, String pattern4, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, FunctionParameterType parameterType4, TypeConfiguration typeConfiguration)Register a ternary/quaternary function.MultipatternSqmFunctionDescriptorSqmFunctionRegistry. registerUnaryBinaryPattern(String name, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)Register a unary/binary function.MultipatternSqmFunctionDescriptorSqmFunctionRegistry. 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 TypeConfiguration Constructor Description MultipatternSqmFunctionDescriptor(String name, SqmFunctionDescriptor[] functions, BasicType<?> type, TypeConfiguration typeConfiguration, FunctionParameterType... parameterTypes)Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.MultipatternSqmFunctionDescriptor(String name, SqmFunctionDescriptor[] functions, TypeConfiguration typeConfiguration, FunctionParameterType... parameterTypes)Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template. -
Uses of TypeConfiguration in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type TypeConfiguration Modifier and Type Method Description static 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 TypeConfiguration Modifier and Type Method Description default TypeConfigurationSqmCreationContext. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return TypeConfiguration Modifier and Type Method Description TypeConfigurationBaseSqmToSqlAstConverter. getTypeConfiguration()Methods in org.hibernate.query.sqm.sql with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelectionBaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)SqlSelectionBaseSqmToSqlAstConverter.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 TypeConfiguration Modifier and Type Method Description booleanSqmDynamicInstantiation. checkInstantiation(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type TypeConfiguration Modifier and Type Method Description static List<String>Template. 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 TypeConfiguration Modifier and Type Method Description SqlSelectionSqlSelectionProducer. 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)SqlSelectionSqlExpressionResolver. resolveSqlSelection(Expression expression, JavaType<?> javaType, FetchParent fetchParent, TypeConfiguration typeConfiguration)Resolve the SqlSelection for the given expression -
Uses of TypeConfiguration in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type TypeConfiguration Modifier and Type Method Description default 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 TypeConfiguration Modifier and Type Method Description SqlSelectionDelegatingTableGroup. 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 TypeConfiguration Modifier and Type Method Description <J> BasicType<J>JdbcValuesMetadata. resolveType(int position, JavaType<J> explicitJavaType, TypeConfiguration typeConfiguration)Determine the mapping to use for a particular position in the result -
Uses of TypeConfiguration in org.hibernate.type
Methods in org.hibernate.type that return TypeConfiguration Modifier and Type Method Description TypeConfigurationEnumType. 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 TypeConfiguration Modifier and Type Method Description JdbcTypeEnumType. 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 TypeConfiguration Constructor Description AnyType(TypeConfiguration typeConfiguration, Type discriminatorType, Type identifierType, boolean lazy)BasicTypeRegistry(TypeConfiguration typeConfiguration)CustomType(UserType<J> userType, String[] registrationKeys, TypeConfiguration typeConfiguration)CustomType(UserType<J> userType, TypeConfiguration typeConfiguration)EntityType(TypeConfiguration typeConfiguration, String entityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy)Constructs the requested entity type mapping.ManyToOneType(String name, TypeConfiguration typeConfiguration)ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName)Creates a many-to-one association type with the given referenced entity.ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean lazy)Creates a many-to-one association type with the given referenced entity and the given laziness characteristicManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)OneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)SpecialOneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return TypeConfiguration Modifier and Type Method Description TypeConfigurationJavaType.CoercionContext. getTypeConfiguration()Methods in org.hibernate.type.descriptor.java with parameters of type TypeConfiguration Modifier and Type Method Description default JavaType<T>JavaType. createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration)Creates 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 type<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 TypeConfiguration Modifier and Type Method Description JavaType<C>CollectionJavaType. createJavaType(ParameterizedType parameterizedType, TypeConfiguration typeConfiguration)<J> JavaType<J>RegistryHelper. createTypeDescriptor(Type javaType, Supplier<MutabilityPlan<J>> fallbackMutabilityPlanResolver, TypeConfiguration typeConfiguration)<J> MutabilityPlan<J>RegistryHelper. determineMutabilityPlan(Type javaType, TypeConfiguration typeConfiguration)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 TypeConfiguration Modifier and Type Method Description <J> JavaType<J>JavaTypeRegistry. resolveDescriptor(Type javaType, BiFunction<Type,TypeConfiguration,MutabilityPlan<?>> mutabilityPlanCreator)Constructors in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfiguration Constructor Description FormatMapperBasedJavaType(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 TypeConfiguration Modifier and Type Method Description TypeConfigurationDelegatingJdbcTypeIndicators. getTypeConfiguration()TypeConfigurationJdbcTypeIndicators. getTypeConfiguration()Provides access to theTypeConfigurationfor access to various type system related registries.Methods in org.hibernate.type.descriptor.jdbc with parameters of type TypeConfiguration Modifier and Type Method Description default 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)JdbcTypeArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)default JdbcTypeJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)Called byArrayJavaTypeand friends.JdbcTypeJdbcTypeConstructor. 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.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationJdbcTypeRegistry. getTypeConfiguration()Constructors in org.hibernate.type.descriptor.jdbc.spi with parameters of type TypeConfiguration Constructor Description JdbcTypeRegistry(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.sql.spi
Constructors in org.hibernate.type.descriptor.sql.spi with parameters of type TypeConfiguration Constructor Description DdlTypeRegistry(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationTypeConfigurationAware. getTypeConfiguration()Methods in org.hibernate.type.spi with parameters of type TypeConfiguration Modifier and Type Method Description voidTypeConfigurationAware. setTypeConfiguration(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.usertype
Methods in org.hibernate.usertype that return TypeConfiguration Modifier and Type Method Description TypeConfigurationUserTypeLegacyBridge. getTypeConfiguration()TypeConfigurationUserTypeSupport. getTypeConfiguration()Methods in org.hibernate.usertype with parameters of type TypeConfiguration Modifier and Type Method Description JdbcTypeStaticUserTypeSupport. getJdbcType(TypeConfiguration typeConfiguration)default JdbcTypeUserType. getJdbcType(TypeConfiguration typeConfiguration)A mappedJdbcType.voidUserTypeLegacyBridge. setTypeConfiguration(TypeConfiguration typeConfiguration)voidUserTypeSupport. setTypeConfiguration(TypeConfiguration typeConfiguration)
-