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.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.type A HibernateTypeis 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.spi Defines a registry for HibernateTypes. -
-
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.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 JdbcTypePostgreSQLCastingIntervalSecondJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)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)<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
Classes in org.hibernate.type.descriptor.jdbc that implement JdbcTypeIndicators Modifier and Type Class Description classDelegatingJdbcTypeIndicatorsMethods in org.hibernate.type.descriptor.jdbc with parameters of type JdbcTypeIndicators Modifier and Type Method Description protected booleanJsonAsStringJdbcType. needsLob(JdbcTypeIndicators indicators)protected booleanXmlAsStringJdbcType. needsLob(JdbcTypeIndicators indicators)protected intCharJdbcType. resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators)protected intVarcharJdbcType. resolveIndicatedJdbcTypeCode(JdbcTypeIndicators indicators)JdbcTypeAdjustableJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)Perform the adjustmentJdbcTypeBooleanJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeClobJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeJsonAsStringJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeLongNVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeLongVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeNCharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeNVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeVarbinaryJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeVarcharJdbcType. resolveIndicatedType(JdbcTypeIndicators indicators, JavaType<?> domainJtd)JdbcTypeXmlAsStringJdbcType. 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 Constructor Description DelegatingJdbcTypeIndicators(JdbcTypeIndicators delegate) -
Uses of JdbcTypeIndicators in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JdbcTypeIndicators Modifier and Type Method Description JdbcTypeIndicatorsTypeConfiguration. getCurrentBaseSqlTypeIndicators()
-