Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Packages that use JdbcTypeIndicators
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.Internal package containing dialect-specific implementations of
JdbcType.This package defines the Hibernate configuration-time mapping model.
Package for the translation of SQM into SQL AST
This package defines the central Hibernate Spatial types and functions.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Integrates a range of types defined by the JDK with the type system
of Hibernate.
SPIs related to
JavaType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for Hibernate
Types.-
Uses of JdbcTypeIndicators in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptionTypeDefinition.resolve(Map<?, ?> localConfigParameters, MetadataBuildingContext context, JdbcTypeIndicators indicators) TypeDefinition.resolve(Map<?, ?> localConfigParameters, MutabilityPlan<?> explicitMutabilityPlan, MetadataBuildingContext context, JdbcTypeIndicators indicators) -
Uses of JdbcTypeIndicators in org.hibernate.dialect.sql.ast
Classes in org.hibernate.dialect.sql.ast that implement JdbcTypeIndicatorsModifier and TypeClassDescriptionclassSybaseSqmToSqlAstConverter<T extends Statement>A SQM to SQL AST translator for Sybase ASE. -
Uses of JdbcTypeIndicators in org.hibernate.dialect.type
Methods in org.hibernate.dialect.type with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptionvoidOracleArrayJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, BasicValueConverter<?, ?> valueConverter, Size columnSize, Database database, JdbcTypeIndicators context) voidOracleEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, BasicValueConverter<?, ?> valueConverter, Size columnSize, Database database, JdbcTypeIndicators context) voidPostgreSQLEnumJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, BasicValueConverter<?, ?> valueConverter, Size columnSize, Database database, JdbcTypeIndicators context) PostgreSQLCastingIntervalSecondJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) PostgreSQLIntervalSecondJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) -
Uses of JdbcTypeIndicators in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JdbcTypeIndicators -
Uses of JdbcTypeIndicators in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql that implement JdbcTypeIndicators -
Uses of JdbcTypeIndicators in org.hibernate.spatial
Methods in org.hibernate.spatial with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptionGeolatteGeometryJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) JTSGeometryJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) -
Uses of JdbcTypeIndicators in org.hibernate.type
Methods in org.hibernate.type with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptiondefault <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
Methods in org.hibernate.type.descriptor.java with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptionAbstractArrayJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) default JdbcTypeBasicJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) Obtain the "recommended" SQL type descriptor for this Java type.ByteArrayJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) CalendarDateJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) CalendarJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) CalendarTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) CharacterArrayJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) ClobJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) DateJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) DoubleJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) DurationJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) EnumJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) FloatJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) InetAddressJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) InstantJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) JavaType.getRecommendedJdbcType(JdbcTypeIndicators context) Obtain the "recommended" SQL type descriptor for this Java type.JdbcDateJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) JdbcTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) JdbcTimestampJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) LocalDateJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) LocalDateTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) LocalTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) OffsetDateTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators stdIndicators) OffsetTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators stdIndicators) SerializableJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) StringJavaType.getRecommendedJdbcType(JdbcTypeIndicators stdIndicators) UrlJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) UUIDJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) YearJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) ZonedDateTimeJavaType.getRecommendedJdbcType(JdbcTypeIndicators stdIndicators) ZoneIdJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) ZoneOffsetJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) 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 -
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptionBasicCollectionJavaType.getRecommendedJdbcType(JdbcTypeIndicators indicators) CollectionJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) DynamicModelJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) EmbeddableAggregateJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) EntityJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) FormatMapperBasedJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) JavaTypeBasicAdaptor.getRecommendedJdbcType(JdbcTypeIndicators context) JsonJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) MapEntryJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) UnknownBasicJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) XmlJavaType.getRecommendedJdbcType(JdbcTypeIndicators context) BasicType<?> BasicCollectionJavaType.resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators) -
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement JdbcTypeIndicatorsMethods in org.hibernate.type.descriptor.jdbc with parameters of type JdbcTypeIndicatorsModifier and TypeMethodDescriptiondefault voidJdbcType.addAuxiliaryDatabaseObjects(JavaType<?> javaType, BasicValueConverter<?, ?> valueConverter, Size columnSize, Database database, JdbcTypeIndicators context) protected booleanJsonAsStringArrayJdbcType.needsLob(JdbcTypeIndicators indicators) protected booleanJsonAsStringJdbcType.needsLob(JdbcTypeIndicators indicators) protected booleanXmlAsStringArrayJdbcType.needsLob(JdbcTypeIndicators indicators) protected booleanXmlAsStringJdbcType.needsLob(JdbcTypeIndicators indicators) protected intCharJdbcType.resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators) protected intVarcharJdbcType.resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators) AdjustableJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) Perform the adjustmentBooleanJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) ClobJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) JsonAsStringArrayJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) JsonAsStringJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) LongNVarcharJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) LongVarcharJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) NCharJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) NVarcharJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) VarbinaryJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) VarcharJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) XmlAsStringArrayJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) XmlAsStringJdbcType.resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) protected booleanNVarcharJdbcType.shouldUseMaterializedLob(JdbcTypeIndicators indicators) protected booleanVarbinaryJdbcType.shouldUseMaterializedLob(JdbcTypeIndicators indicators) protected booleanVarcharJdbcType.shouldUseMaterializedLob(JdbcTypeIndicators indicators) Constructors in org.hibernate.type.descriptor.jdbc with parameters of type JdbcTypeIndicators -
Uses of JdbcTypeIndicators in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeIndicators