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.spatial org.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.h2geodb org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.type org.hibernate.type.descriptor org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverter
instances as part of the HibernateType
system.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 void
TypeContributions. 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 class
AbstractHANADialect.HANABlobTypeDescriptor
Methods in org.hibernate.dialect that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
AbstractHANADialect. getBlobTypeDescriptor()
protected SqlTypeDescriptor
AbstractHANADialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
DB297Dialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
DB2Dialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
Dialect. getSqlTypeDescriptorOverride(int sqlCode)
Returns theSqlTypeDescriptor
that should be used to handle the given JDBC type code.protected SqlTypeDescriptor
Oracle8iDialect. getSqlTypeDescriptorOverride(int sqlCode)
SqlTypeDescriptor
PostgreSQL81Dialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
SQLServerDialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
SybaseASE15Dialect. getSqlTypeDescriptorOverride(int sqlCode)
protected SqlTypeDescriptor
SybaseDialect. getSqlTypeDescriptorOverride(int sqlCode)
SqlTypeDescriptor
Dialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Allows the dialect to override aSqlTypeDescriptor
.Methods in org.hibernate.dialect with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
Dialect. 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 SqlTypeDescriptor
SessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Methods in org.hibernate.engine.spi with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
SessionDelegatorBaseImpl. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
-
Uses of SqlTypeDescriptor in org.hibernate.spatial
Methods in org.hibernate.spatial that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
GeolatteGeometryJavaTypeDescriptor. getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)
Constructors in org.hibernate.spatial with parameters of type SqlTypeDescriptor Constructor Description GeolatteGeometryType(SqlTypeDescriptor sqlTypeDescriptor)
Constructs an instance with the specifiedSqlTypeDescriptor
JTSGeometryType(SqlTypeDescriptor sqlTypeDescriptor)
Constructs an instance with the specifiedSqlTypeDescriptor
-
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.db2
Classes in org.hibernate.spatial.dialect.db2 that implement SqlTypeDescriptor Modifier and Type Class Description class
DB2GeometryTypeDescriptor
Type Descriptor for the DB2 Geometry type (as Clob) -
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.h2geodb
Classes in org.hibernate.spatial.dialect.h2geodb that implement SqlTypeDescriptor Modifier and Type Class Description class
GeoDBGeometryTypeDescriptor
Descriptor for GeoDB Geometries. -
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement SqlTypeDescriptor Modifier and Type Class Description class
HANAGeometryTypeDescriptor
class
HANAPointTypeDescriptor
-
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.mysql
Classes in org.hibernate.spatial.dialect.mysql that implement SqlTypeDescriptor Modifier and Type Class Description class
MySQLGeometryTypeDescriptor
Descriptor for MySQL Geometries.Methods in org.hibernate.spatial.dialect.mysql that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
MySQL56SpatialDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
SqlTypeDescriptor
MySQL5SpatialDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Methods in org.hibernate.spatial.dialect.mysql with parameters of type SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
MySQL56SpatialDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
SqlTypeDescriptor
MySQL5SpatialDialect. remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
-
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.oracle
Classes in org.hibernate.spatial.dialect.oracle that implement SqlTypeDescriptor Modifier and Type Class Description class
SDOGeometryTypeDescriptor
Descriptor for the Oracle Spatial SDO_GEOMETRY typeConstructors in org.hibernate.spatial.dialect.oracle with parameters of type SqlTypeDescriptor Constructor Description SDOGeometryValueExtractor(JavaTypeDescriptor<X> javaDescriptor, SqlTypeDescriptor sqlTypeDescriptor)
Creates instance -
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.postgis
Classes in org.hibernate.spatial.dialect.postgis that implement SqlTypeDescriptor Modifier and Type Class Description class
PGGeometryTypeDescriptor
Type Descriptor for the Postgis Geometry type -
Uses of SqlTypeDescriptor in org.hibernate.spatial.dialect.sqlserver
Classes in org.hibernate.spatial.dialect.sqlserver that implement SqlTypeDescriptor Modifier and Type Class Description class
SqlServer2008GeometryTypeDescriptor
Type descriptor for the SQL Server 2008 Geometry type. -
Uses of SqlTypeDescriptor in org.hibernate.type
Classes in org.hibernate.type that implement SqlTypeDescriptor Modifier and Type Class Description static class
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
Methods in org.hibernate.type that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
AbstractStandardBasicType. getSqlTypeDescriptor()
protected SqlTypeDescriptor
AbstractStandardBasicType. remapSqlTypeDescriptor(WrapperOptions options)
Methods in org.hibernate.type with parameters of type SqlTypeDescriptor Modifier and Type Method Description void
AbstractStandardBasicType. 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, java.lang.String... registrationKeys)
-
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
WrapperOptions. 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 SqlTypeDescriptor
WrapperOptions. 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 class
AttributeConverterSqlTypeDescriptorAdapter
Adapter for incorporating JPAAttributeConverter
handling 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(java.lang.String name, java.lang.String description, JpaAttributeConverter<? extends T,?> attributeConverter, SqlTypeDescriptor sqlTypeDescriptorAdapter, java.lang.Class modelType, java.lang.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 SqlTypeDescriptor
BasicJavaDescriptor. getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)
Obtain the "recommended" SQL type descriptor for this Java type. -
Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.sql
Classes in org.hibernate.type.descriptor.sql that implement SqlTypeDescriptor Modifier and Type Class Description class
BigIntTypeDescriptor
Descriptor forBIGINT
handling.class
BinaryTypeDescriptor
Descriptor forBINARY
handling.class
BitTypeDescriptor
Descriptor forBIT
handling.class
BlobTypeDescriptor
Descriptor forBLOB
handling.class
BooleanTypeDescriptor
Descriptor forBOOLEAN
handling.class
CharTypeDescriptor
Descriptor forCHAR
handling.class
ClobTypeDescriptor
Descriptor forCLOB
handling.class
DateTypeDescriptor
Descriptor forDATE
handling.class
DecimalTypeDescriptor
Descriptor forDECIMAL
handling.class
DoubleTypeDescriptor
Descriptor forDOUBLE
handling.class
FloatTypeDescriptor
Descriptor forFLOAT
handling.class
IntegerTypeDescriptor
Descriptor forINTEGER
handling.class
LongNVarcharTypeDescriptor
Descriptor forLONGNVARCHAR
handling.class
LongVarbinaryTypeDescriptor
Descriptor forLONGVARBINARY
handling.class
LongVarcharTypeDescriptor
Descriptor forLONGVARCHAR
handling.class
NCharTypeDescriptor
Descriptor forNCHAR
handling.class
NClobTypeDescriptor
Descriptor forNCLOB
handling.class
NumericTypeDescriptor
Descriptor forNUMERIC
handling.class
NVarcharTypeDescriptor
Descriptor forNVARCHAR
handling.class
RealTypeDescriptor
Descriptor forREAL
handling.class
SmallIntTypeDescriptor
Descriptor forSMALLINT
handling.static class
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.class
TimestampTypeDescriptor
Descriptor forTIMESTAMP
handling.class
TimeTypeDescriptor
Descriptor forTIME
handling.class
TinyIntTypeDescriptor
Descriptor forTINYINT
handling.class
VarbinaryTypeDescriptor
Descriptor forVARBINARY
handling.class
VarcharTypeDescriptor
Descriptor forVARCHAR
handling.Methods in org.hibernate.type.descriptor.sql that return SqlTypeDescriptor Modifier and Type Method Description SqlTypeDescriptor
SqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)
Deprecated.(5.3) UseSqlTypeDescriptorRegistry.getDescriptor(int)
instead.SqlTypeDescriptor
BasicBinder. getSqlDescriptor()
SqlTypeDescriptor
BasicExtractor. getSqlDescriptor()
Methods in org.hibernate.type.descriptor.sql with parameters of type SqlTypeDescriptor Modifier and Type Method Description void
SqlTypeDescriptorRegistry. 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 SqlTypeDescriptor
SqlTypeDescriptorRegistry. getDescriptor(int jdbcTypeCode)
Methods in org.hibernate.type.descriptor.sql.spi with parameters of type SqlTypeDescriptor Modifier and Type Method Description void
SqlTypeDescriptorRegistry. addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
-