Uses of Class
org.hibernate.type.spi.TypeConfiguration
-
-
Uses of TypeConfiguration in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeConfiguration Modifier and Type Method Description TypeConfigurationFunctionContributions. getTypeConfiguration()TypeConfigurationTypeContributions. getTypeConfiguration()Constructors in org.hibernate.boot.model with parameters of type TypeConfiguration Constructor Description TypeBeanInstanceProducer(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return TypeConfiguration Modifier and Type Method Description 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()TypeConfigurationMetadataBuildingOptions. getTypeConfiguration()TypeConfigurationMetadataImplementor. getTypeConfiguration()Access to the TypeConfigurationConstructors in org.hibernate.boot.spi with parameters of type TypeConfiguration Constructor Description BasicTypeRegistration(UserType<?> type, String[] keys, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return TypeConfiguration Modifier and Type Method Description TypeConfigurationBasicValueBinder. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeConfiguration Modifier and Type Method Description StringDB2Dialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringDerbyDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)Given aTypestype code, determine an appropriate null value to use in a select clause.StringHSQLDialect. getSelectClauseNullString(int sqlType, TypeConfiguration typeConfiguration)StringOracleDialect. 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.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)JdbcTypeOracleArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of TypeConfiguration in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type TypeConfiguration Modifier and Type Method Description protected <T> SelfRenderingSqmFunction<T>CastStrEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>CoalesceIfnullEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunctionExtractFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>FormatFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>InsertSubstringOverlayEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>LocatePositionEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>LpadRpadPadEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>NvlCoalesceEmulation. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>TransactSQLStrFunction. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>HypotheticalSetWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>InverseDistributionFunction. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmOrderedSetAggregateFunction<T>InverseDistributionWindowEmulation. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected ReturnableType<?>InverseDistributionFunction.SelfRenderingInverseDistributionFunction. resolveResultType(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TypeConfiguration Modifier and Type Method Description TypeConfigurationSessionFactoryDelegatingImpl. getTypeConfiguration()TypeConfigurationSessionFactoryImplementor. getTypeConfiguration()default TypeConfigurationSharedSessionContractImplementor. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.loader.access
Methods in org.hibernate.loader.access that return TypeConfiguration Modifier and Type Method Description TypeConfigurationIdentifierLoadAccessImpl. getTypeConfiguration() -
Uses of TypeConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return TypeConfiguration Modifier and Type Method Description TypeConfigurationBasicValue. getTypeConfiguration()Methods in org.hibernate.mapping with parameters of type TypeConfiguration Modifier and Type Method Description StringColumn. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)StringColumn. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)StringFormula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)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 SqlSelectionResultSetMappingSqlSelection. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration)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.Constructors in org.hibernate.query.spi with parameters of type TypeConfiguration Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry) -
Uses of TypeConfiguration in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return TypeConfiguration Modifier and Type Method Description default 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, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate.<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate.protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.<T> SelfRenderingSqmAggregateFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Instantiate this template with the given arguments and expected return type.default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Convenience for no argumentsdefault <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateSqmExpression(SqmTypedNode<?> argument, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Convenience for single argumentprotected abstract <T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this function with the given arguments.protected <T> SelfRenderingSqmFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>JdbcEscapeFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmFunction<T>MultipatternSqmFunctionDescriptor. generateSqmFunctionExpression(List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmAggregateFunction<T>AbstractSqmFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.<T> SelfRenderingSqmOrderedSetAggregateFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, SqmOrderByClause withinGroupClause, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)protected <T> SelfRenderingSqmWindowFunction<T>AbstractSqmFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)Return an SQM node or subtree representing an invocation of this window function with the given arguments.protected <T> SelfRenderingSqmWindowFunction<T>AbstractSqmSelfRenderingFunctionDescriptor. generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)<T> SelfRenderingSqmFunction<T>AbstractSqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)default <T> SelfRenderingSqmFunction<T>SqmFunctionDescriptor. generateWindowSqmExpression(List<? extends SqmTypedNode<?>> arguments, SqmPredicate filter, Boolean respectNulls, Boolean fromFirst, ReturnableType<T> impliedResultType, QueryEngine queryEngine, TypeConfiguration typeConfiguration)LikeSqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine, TypeConfiguration)but also accepts a filter predicate.StringSelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)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, BasicType<?> type, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)Register a unary/binary function.protected ReturnableType<?>SelfRenderingSqmFunction. resolveResultType(TypeConfiguration typeConfiguration)Constructors in org.hibernate.query.sqm.function with parameters of type TypeConfiguration Constructor Description MultipatternSqmFunctionDescriptor(String name, SqmFunctionDescriptor[] functions, BasicType<?> type, TypeConfiguration typeConfiguration, FunctionParameterType... parameterTypes)Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template. -
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)ReturnableType<?>FunctionReturnTypeResolver. resolveFunctionReturnType(ReturnableType<?> impliedType, List<? extends SqmTypedNode<?>> arguments, TypeConfiguration typeConfiguration)Resolve the return type for a function given its context-implied type and the arguments to this call. -
Uses of TypeConfiguration in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return TypeConfiguration Modifier and Type Method Description 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.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type TypeConfiguration Modifier and Type Method Description static <T> SqmExpressible<T>SqmExpressionHelper. toSqmType(BindableType<T> anticipatedType, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql
Methods in org.hibernate.sql with parameters of type TypeConfiguration Modifier and Type Method Description static 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, TypeConfiguration typeConfiguration)Create a SqlSelection for the given JDBC ResultSet positionSqlSelectionSqlExpressionResolver. 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. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type TypeConfiguration Modifier and Type Method Description SqlSelectionDelegatingTableGroup. createSqlSelection(int jdbcPosition, int valuesArrayPosition, JavaType javaType, TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type
Methods in org.hibernate.type that return TypeConfiguration Modifier and Type Method Description TypeConfigurationEnumType. getTypeConfiguration()protected TypeConfigurationEntityType. scope()Methods in org.hibernate.type with parameters of type TypeConfiguration Modifier and Type Method Description JdbcTypeEnumType. getJdbcType(TypeConfiguration typeConfiguration)static voidStandardBasicTypes. prime(TypeConfiguration typeConfiguration)voidEnumType. setTypeConfiguration(TypeConfiguration typeConfiguration)Constructors in org.hibernate.type with parameters of type TypeConfiguration Constructor Description AnyType(TypeConfiguration typeConfiguration, Type discriminatorType, Type identifierType, boolean lazy)BasicTypeRegistry(TypeConfiguration typeConfiguration)CustomType(UserType<J> userType, String[] registrationKeys, TypeConfiguration typeConfiguration)CustomType(UserType<J> userType, TypeConfiguration typeConfiguration)EntityType(TypeConfiguration typeConfiguration, String entityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean eager, boolean unwrapProxy)Constructs the requested entity type mapping.EnumType(Class<T> enumClass, EnumValueConverter enumValueConverter, TypeConfiguration typeConfiguration)ManyToOneType(String name, TypeConfiguration typeConfiguration)ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName)Creates a many-to-one association type with the given referenced entity.ManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean lazy)Creates a many-to-one association type with the given referenced entity and the given laziness characteristicManyToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)OneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)SpecialOneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return TypeConfiguration Modifier and Type Method Description 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)BasicType<?>ArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)BasicType<?>BasicPluralJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)Creates a container type for the given element type<X> TemporalJavaType<X>AbstractTemporalJavaType. resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration)<X> TemporalJavaType<X>DbTimestampJavaType. resolveTypeForPrecision(TemporalType precision, TypeConfiguration typeConfiguration)Deprecated.<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)BasicType<?>BasicCollectionJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation)Constructors in org.hibernate.type.descriptor.java.spi with parameters of type TypeConfiguration Constructor Description JavaTypeRegistry(TypeConfiguration typeConfiguration) -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TypeConfiguration Modifier and Type Method Description TypeConfigurationJdbcTypeIndicators. getTypeConfiguration()Provides access to the TypeConfiguration for access to various type-system registries. -
Uses of TypeConfiguration in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return TypeConfiguration Modifier and Type Method Description 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)voidUserTypeLegacyBridge. setTypeConfiguration(TypeConfiguration typeConfiguration)voidUserTypeSupport. setTypeConfiguration(TypeConfiguration typeConfiguration)
-