Uses of Interface
org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
Packages that use SqlTypeDescriptor Package Description org.hibernate.boot.model org.hibernate.dialect org.hibernate.engine.spi org.hibernate.type org.hibernate.type.descriptor org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.descriptor.java org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types.org.hibernate.type.descriptor.sql.spi -
-
Uses of SqlTypeDescriptor in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type SqlTypeDescriptor Modifier and Type Method Description voidTypeContributions. contributeSqlTypeDescriptor(SqlTypeDescriptor descriptor)Add the JavaTypeDescriptor to theTypeConfiguration'sJavaTypeDescriptorRegistry -
Uses of SqlTypeDescriptor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement SqlTypeDescriptor Modifier and Type Class Description static classAbstractHANADialect.HANABlobTypeDescriptorMethods in org.hibernate.dialect that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorAbstractHANADialect. getBlobTypeDescriptor()protected SqlTypeDescriptorAbstractHANADialect. getSqlTypeDescriptorOverride(int sqlCode)SqlTypeDescriptorCockroachDB192Dialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorDB297Dialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorDB2Dialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorDialect. getSqlTypeDescriptorOverride(int sqlCode)Returns theSqlTypeDescriptorthat should be used to handle the given JDBC type code.protected SqlTypeDescriptorOracle8iDialect. getSqlTypeDescriptorOverride(int sqlCode)SqlTypeDescriptorPostgreSQL81Dialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorSQLServerDialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorSybaseAnywhereDialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorSybaseASE15Dialect. getSqlTypeDescriptorOverride(int sqlCode)protected SqlTypeDescriptorSybaseDialect. getSqlTypeDescriptorOverride(int sqlCode)SqlTypeDescriptorDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allows the dialect to override aSqlTypeDescriptor.Methods in org.hibernate.dialect with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allows the dialect to override aSqlTypeDescriptor. -
Uses of SqlTypeDescriptor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorSessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Methods in org.hibernate.engine.spi with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorSessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor) -
Uses of SqlTypeDescriptor in org.hibernate.type
Classes in org.hibernate.type that implement SqlTypeDescriptor Modifier and Type Class Description static classPostgresUUIDType.PostgresUUIDSqlTypeDescriptorMethods in org.hibernate.type that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorAbstractStandardBasicType. getSqlTypeDescriptor()protected SqlTypeDescriptorAbstractStandardBasicType. remapSqlTypeDescriptor(WrapperOptions options)Methods in org.hibernate.type with parameters of type SqlTypeDescriptor Modifier and Type Method Description voidAbstractStandardBasicType. setSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Constructors in org.hibernate.type with parameters of type SqlTypeDescriptor Constructor Description AbstractSingleColumnStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)AbstractStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)BooleanType(SqlTypeDescriptor sqlTypeDescriptor, BooleanTypeDescriptor javaTypeDescriptor)StandardBasicTypeTemplate(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<J> javaTypeDescriptor, String... registrationKeys) -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorWrapperOptions. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allow remapping of descriptors for dealing with sql type.Methods in org.hibernate.type.descriptor with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorWrapperOptions. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Allow remapping of descriptors for dealing with sql type. -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.converter
Classes in org.hibernate.type.descriptor.converter that implement SqlTypeDescriptor Modifier and Type Class Description classAttributeConverterSqlTypeDescriptorAdapterAdapter for incorporating JPAAttributeConverterhandling into the SqlTypeDescriptor contract.Constructors in org.hibernate.type.descriptor.converter with parameters of type SqlTypeDescriptor Constructor Description AttributeConverterSqlTypeDescriptorAdapter(JpaAttributeConverter converter, SqlTypeDescriptor delegate, JavaTypeDescriptor intermediateJavaTypeDescriptor)AttributeConverterTypeAdapter(String name, String description, JpaAttributeConverter<? extends T,?> attributeConverter, SqlTypeDescriptor sqlTypeDescriptorAdapter, Class modelType, Class jdbcType, JavaTypeDescriptor<T> entityAttributeJavaTypeDescriptor) -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java that return SqlTypeDescriptor Modifier and Type Method Description default SqlTypeDescriptorBasicJavaDescriptor. getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)Obtain the "recommended" SQL type descriptor for this Java type.SqlTypeDescriptorUUIDTypeDescriptor. getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context) -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.sql
Classes in org.hibernate.type.descriptor.sql that implement SqlTypeDescriptor Modifier and Type Class Description classBigIntTypeDescriptorDescriptor forBIGINThandling.classBinaryTypeDescriptorDescriptor forBINARYhandling.classBitTypeDescriptorDescriptor forBIThandling.classBlobTypeDescriptorDescriptor forBLOBhandling.classBooleanTypeDescriptorDescriptor forBOOLEANhandling.classCharTypeDescriptorDescriptor forCHARhandling.classClobTypeDescriptorDescriptor forCLOBhandling.classDateTypeDescriptorDescriptor forDATEhandling.classDecimalTypeDescriptorDescriptor forDECIMALhandling.classDoubleTypeDescriptorDescriptor forDOUBLEhandling.classFloatTypeDescriptorDescriptor forFLOAThandling.classIntegerTypeDescriptorDescriptor forINTEGERhandling.classLongNVarcharTypeDescriptorDescriptor forLONGNVARCHARhandling.classLongVarbinaryTypeDescriptorDescriptor forLONGVARBINARYhandling.classLongVarcharTypeDescriptorDescriptor forLONGVARCHARhandling.classNCharTypeDescriptorDescriptor forNCHARhandling.classNClobTypeDescriptorDescriptor forNCLOBhandling.classNumericTypeDescriptorDescriptor forNUMERIChandling.classNVarcharTypeDescriptorDescriptor forNVARCHARhandling.classRealTypeDescriptorDescriptor forREALhandling.classSmallIntTypeDescriptorDescriptor forSMALLINThandling.static classSqlTypeDescriptorRegistry.ObjectSqlTypeDescriptorDeprecated.classTimestampTypeDescriptorDescriptor forTIMESTAMPhandling.classTimeTypeDescriptorDescriptor forTIMEhandling.classTinyIntTypeDescriptorDescriptor forTINYINThandling.classVarbinaryTypeDescriptorDescriptor forVARBINARYhandling.classVarcharTypeDescriptorDescriptor forVARCHARhandling.Methods in org.hibernate.type.descriptor.sql that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorSqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)Deprecated.(5.3) UseSqlTypeDescriptorRegistry.getDescriptor(int)instead.SqlTypeDescriptorBasicBinder. getSqlDescriptor()SqlTypeDescriptorBasicExtractor. getSqlDescriptor()Methods in org.hibernate.type.descriptor.sql with parameters of type SqlTypeDescriptor Modifier and Type Method Description voidSqlTypeDescriptorRegistry. addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)Deprecated.(5.3) UseSqlTypeDescriptorRegistry.addDescriptor(SqlTypeDescriptor)instead.Constructors in org.hibernate.type.descriptor.sql with parameters of type SqlTypeDescriptor Constructor Description BasicBinder(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor)BasicExtractor(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor) -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.sql.spi
Methods in org.hibernate.type.descriptor.sql.spi that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptorSqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)Methods in org.hibernate.type.descriptor.sql.spi with parameters of type SqlTypeDescriptor Modifier and Type Method Description voidSqlTypeDescriptorRegistry. addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
-