Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Packages that use JdbcTypeIndicators 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.internal org.hibernate.boot.model.process.internal org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.jpamodelgen.validation Validation for HQL queries.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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 A HibernateType
is 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.internal org.hibernate.type.spi Defines a registry for HibernateType
s. -
-
Uses of JdbcTypeIndicators in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type JdbcTypeIndicators Modifier and Type Method Description BasicValue.Resolution<?>
TypeDefinition. resolve(Map<?,?> localConfigParameters, MutabilityPlan<?> explicitMutabilityPlan, MetadataBuildingContext context, JdbcTypeIndicators indicators)
-
Uses of JdbcTypeIndicators in org.hibernate.boot.model.internal
Classes in org.hibernate.boot.model.internal that implement JdbcTypeIndicators Modifier and Type Class Description class
BasicValueBinder
A stateful binder responsible for creating instances ofBasicValue
. -
Uses of JdbcTypeIndicators in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type JdbcTypeIndicators Modifier and Type Method Description static <T> BasicValue.Resolution<T>
InferredBasicValueResolver. from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, MetadataBuildingContext buildingContext)
static <T> NamedConverterResolution<T>
NamedConverterResolution. from(String name, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)
static <T> NamedConverterResolution<T>
NamedConverterResolution. from(ConverterDescriptor converterDescriptor, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context)
static <E extends Enum<E>>
BasicValue.Resolution<E>InferredBasicValueResolver. fromEnum(EnumJavaType<E> enumJavaType, JdbcType explicitJdbcType, JdbcTypeIndicators stdIndicators, BootstrapContext bootstrapContext)
static <T> BasicValue.Resolution<T>
InferredBasicValueResolver. fromTemporal(TemporalJavaType<T> reflectedJtd, BasicJavaType<?> explicitJavaType, JdbcType explicitJdbcType, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators)
static <T> BasicType<T>
InferredBasicValueResolver. resolveSqlTypeIndicators(JdbcTypeIndicators stdIndicators, BasicType<T> resolved, JavaType<T> domainJtd)
-
Uses of JdbcTypeIndicators in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcTypeIndicators 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 JdbcTypeIndicators Modifier and Type Method Description JdbcType
PostgreSQLCastingIntervalSecondJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
PostgreSQLIntervalSecondJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
-
Uses of JdbcTypeIndicators in org.hibernate.jpamodelgen.validation
Classes in org.hibernate.jpamodelgen.validation that implement JdbcTypeIndicators Modifier and Type Class Description class
MockSessionFactory
class
ProcessorSessionFactory
Implementation of theMock
objects based on standard annotation processor APIs. -
Uses of JdbcTypeIndicators in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JdbcTypeIndicators Modifier and Type Class Description class
BasicValue
class
DependantBasicValue
-
Uses of JdbcTypeIndicators in org.hibernate.query.sqm.mutation.internal
Classes in org.hibernate.query.sqm.mutation.internal that implement JdbcTypeIndicators 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 JdbcTypeIndicators in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql that implement JdbcTypeIndicators Modifier and Type Class Description class
BaseSqmToSqlAstConverter<T extends Statement>
-
Uses of JdbcTypeIndicators in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement JdbcTypeIndicators Modifier and Type Class Description class
StandardSqmTranslator<T extends Statement>
The standard translator for SQM to SQL ASTs. -
Uses of JdbcTypeIndicators in org.hibernate.spatial
Methods in org.hibernate.spatial with parameters of type JdbcTypeIndicators Modifier and Type Method Description JdbcType
GeolatteGeometryJavaType. getRecommendedJdbcType(JdbcTypeIndicators indicators)
JdbcType
JTSGeometryJavaType. getRecommendedJdbcType(JdbcTypeIndicators indicators)
-
Uses of JdbcTypeIndicators in org.hibernate.type
Methods in org.hibernate.type with parameters of type JdbcTypeIndicators Modifier and Type Method Description default <X> BasicType<X>
AdjustableBasicType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<X> domainJtd)
Perform the adjustment<X> BasicType<X>
BasicArrayType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<X> domainJtd)
<X> BasicType<X>
BasicCollectionType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<X> domainJtd)
<X> BasicType<X>
ConvertedBasicArrayType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<X> domainJtd)
-
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.java
-
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.java.spi
-
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type JdbcTypeIndicators Modifier and Type Method Description protected boolean
JsonAsStringJdbcType. needsLob(JdbcTypeIndicators indicators)
protected boolean
XmlAsStringJdbcType. needsLob(JdbcTypeIndicators indicators)
protected int
CharJdbcType. resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators)
protected int
VarcharJdbcType. resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators)
JdbcType
AdjustableJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
Perform the adjustmentJdbcType
BooleanJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
ClobJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
JsonAsStringJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
LongNVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
LongVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
NCharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
NVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
VarbinaryJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
VarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
JdbcType
XmlAsStringJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)
protected boolean
NVarcharJdbcType. shouldUseMaterializedLob(JdbcTypeIndicators indicators)
protected boolean
VarbinaryJdbcType. shouldUseMaterializedLob(JdbcTypeIndicators indicators)
protected boolean
VarcharJdbcType. shouldUseMaterializedLob(JdbcTypeIndicators indicators)
-
Uses of JdbcTypeIndicators in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type JdbcTypeIndicators Modifier and Type Method Description JdbcType
CompositeUserTypeJavaTypeWrapper. getRecommendedJdbcType(JdbcTypeIndicators context)
JdbcType
UserTypeJavaTypeWrapper. getRecommendedJdbcType(JdbcTypeIndicators context)
-
Uses of JdbcTypeIndicators in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeIndicators Modifier and Type Method Description JdbcTypeIndicators
TypeConfiguration. getCurrentBaseSqlTypeIndicators()
-