Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Packages that use JdbcTypeIndicators 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.cfg.annotations org.hibernate.dialect org.hibernate.mapping org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.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.spi -
-
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.cfg.annotations
Classes in org.hibernate.cfg.annotations that implement JdbcTypeIndicators Modifier and Type Class Description classBasicValueBinder -
Uses of JdbcTypeIndicators in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcTypeIndicators Modifier and Type Class Description classSybaseSqmToSqlAstConverter<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 JdbcTypePostgreSQLIntervalSecondJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd) -
Uses of JdbcTypeIndicators in org.hibernate.mapping
Classes in org.hibernate.mapping that implement JdbcTypeIndicators Modifier and Type Class Description classBasicValueclassDependantBasicValue -
Uses of JdbcTypeIndicators in org.hibernate.query.sqm.sql
Classes in org.hibernate.query.sqm.sql that implement JdbcTypeIndicators Modifier and Type Class Description classBaseSqmToSqlAstConverter<T extends Statement> -
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) -
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.java
-
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type JdbcTypeIndicators Modifier and Type Method Description JdbcTypeBasicCollectionJavaType. getRecommendedJdbcType(JdbcTypeIndicators indicators)JdbcTypeCollectionJavaType. getRecommendedJdbcType(JdbcTypeIndicators context)JdbcTypeDynamicModelJavaType. getRecommendedJdbcType(JdbcTypeIndicators context)JdbcTypeEntityJavaType. getRecommendedJdbcType(JdbcTypeIndicators context)JdbcTypeJavaTypeBasicAdaptor. getRecommendedJdbcType(JdbcTypeIndicators context)JdbcTypeMapEntryJavaType. getRecommendedJdbcType(JdbcTypeIndicators context)JdbcTypeUnknownBasicJavaType. getRecommendedJdbcType(JdbcTypeIndicators context) -
Uses of JdbcTypeIndicators in org.hibernate.type.descriptor.jdbc
-
Uses of JdbcTypeIndicators in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeIndicators Modifier and Type Method Description JdbcTypeIndicatorsTypeConfiguration. getCurrentBaseSqlTypeIndicators()
-