Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
-
Packages that use JdbcTypeDescriptorIndicators Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.model.process.internal org.hibernate.cfg.annotations org.hibernate.dialect org.hibernate.mapping org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.spatial org.hibernate.type org.hibernate.type.descriptor.java org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types.org.hibernate.type.internal org.hibernate.type.spi -
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description BasicValue.Resolution<?>
TypeDefinition. resolve(Map localConfigParameters, MutabilityPlan explicitMutabilityPlan, MetadataBuildingContext context, JdbcTypeDescriptorIndicators indicators)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description static BasicValue.Resolution
InferredBasicValueResolver. from(Function<TypeConfiguration,BasicJavaType> explicitJavaTypeAccess, Function<TypeConfiguration,JdbcType> explicitSqlTypeAccess, Type resolvedJavaType, Supplier<JavaType> reflectedJtdResolver, JdbcTypeDescriptorIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, TypeConfiguration typeConfiguration)
Create an inference-based resolutionstatic NamedConverterResolution
NamedConverterResolution. from(String name, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeDescriptorIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)
static NamedConverterResolution
NamedConverterResolution. from(ConverterDescriptor converterDescriptor, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeDescriptorIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)
static <E extends Enum<E>>
InferredBasicValueResolutionInferredBasicValueResolver. fromEnum(EnumJavaTypeDescriptor<E> enumJavaDescriptor, BasicJavaType explicitJavaType, JdbcType explicitJdbcType, JdbcTypeDescriptorIndicators stdIndicators, TypeConfiguration typeConfiguration)
static InferredBasicValueResolution
InferredBasicValueResolver. fromTemporal(TemporalJavaTypeDescriptor reflectedJtd, BasicJavaType explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, JdbcTypeDescriptorIndicators stdIndicators, TypeConfiguration typeConfiguration)
static BasicType<?>
InferredBasicValueResolver. resolveSqlTypeIndicators(JdbcTypeDescriptorIndicators stdIndicators, BasicType<?> resolved, JavaType<?> domainJtd)
Constructors in org.hibernate.boot.model.process.internal with parameters of type JdbcTypeDescriptorIndicators Constructor Description ConvertedBasicTypeResolution(ConvertedBasicType basicType, JdbcTypeDescriptorIndicators stdIndicators)
ValueConverterTypeAdapter(String description, BasicValueConverter<J,?> converter, JdbcTypeDescriptorIndicators indicators)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.cfg.annotations
Classes in org.hibernate.cfg.annotations that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
BasicValueBinder<T>
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
SybaseSqmToSqlAstConverter<T extends Statement>
A SQM to SQL AST translator for Sybase ASE.Methods in org.hibernate.dialect with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description JdbcType
PostgreSQLIntervalSecondJdbcType. resolveIndicatedType(JdbcTypeDescriptorIndicators indicators, JavaType<?> domainJtd)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
BasicValue
class
DependantBasicValue
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
MultiTableSqmMutationConverter
Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation. -
Uses of JdbcTypeDescriptorIndicators in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
BaseSqmToSqlAstConverter<T extends Statement>
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement JdbcTypeDescriptorIndicators Modifier and Type Class Description class
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs. -
Uses of JdbcTypeDescriptorIndicators in org.hibernate.spatial
Methods in org.hibernate.spatial with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description JdbcType
GeolatteGeometryJavaTypeDescriptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators indicators)
JdbcType
JTSGeometryJavaTypeDescriptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators indicators)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type
Methods in org.hibernate.type with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description default <X> BasicType<X>
AdjustableBasicType. resolveIndicatedType(JdbcTypeDescriptorIndicators indicators, JavaType<X> domainJtd)
Perform the adjustment -
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type.descriptor.java
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description JdbcType
CollectionJavaTypeDescriptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
JdbcType
DynamicModelJtd. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
JdbcType
EntityJavaTypeDescriptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
JdbcType
JavaTypeDescriptorBasicAdaptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
JdbcType
MapEntryJavaDescriptor. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type.descriptor.jdbc
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type JdbcTypeDescriptorIndicators Modifier and Type Method Description JdbcType
UserTypeJavaTypeWrapper. getRecommendedJdbcType(JdbcTypeDescriptorIndicators context)
-
Uses of JdbcTypeDescriptorIndicators in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeDescriptorIndicators Modifier and Type Method Description JdbcTypeDescriptorIndicators
TypeConfiguration. getCurrentBaseSqlTypeIndicators()
-