Package org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types.
We omit certain JDBC types here solely because Hibernate does not use them itself, not due to any
inability to provide proper descriptors for them. Known omissions include:
ARRAY
DATALINK
DISTINCT
STRUCT
REF
JAVA_OBJECT
- See Also:
Types
-
Interface Summary Interface Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Class Summary Class Description BasicBinder<J> Convenience base implementation ofValueBinder
BasicExtractor<J> Convenience base implementation ofValueExtractor
BigIntTypeDescriptor Descriptor forBIGINT
handling.BinaryTypeDescriptor Descriptor forBINARY
handling.BitTypeDescriptor Descriptor forBIT
handling.BlobTypeDescriptor Descriptor forBLOB
handling.BooleanTypeDescriptor Descriptor forBOOLEAN
handling.CharTypeDescriptor Descriptor forCHAR
handling.ClobTypeDescriptor Descriptor forCLOB
handling.DateTypeDescriptor Descriptor forDATE
handling.DecimalTypeDescriptor Descriptor forDECIMAL
handling.DoubleTypeDescriptor Descriptor forDOUBLE
handling.FloatTypeDescriptor Descriptor forFLOAT
handling.IntegerTypeDescriptor Descriptor forINTEGER
handling.JdbcTypeFamilyInformation Information pertaining to JDBC type families.JdbcTypeJavaClassMappings Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class as defined in _Appendix B : Data Type Conversion Tables_ of the _JDBC 4.0 Specification_ Eventually, the plan is to haveDialect
andDatabaseMetaData.getTypeInfo()
contribute this information.LobTypeMappings LongNVarcharTypeDescriptor Descriptor forLONGNVARCHAR
handling.LongVarbinaryTypeDescriptor Descriptor forLONGVARBINARY
handling.LongVarcharTypeDescriptor Descriptor forLONGVARCHAR
handling.NationalizedTypeMappings Manages a mapping between nationalized and non-nationalized variants of JDBC types.NCharTypeDescriptor Descriptor forNCHAR
handling.NClobTypeDescriptor Descriptor forNCLOB
handling.NumericTypeDescriptor Descriptor forNUMERIC
handling.NVarcharTypeDescriptor Descriptor forNVARCHAR
handling.RealTypeDescriptor Descriptor forREAL
handling.SmallIntTypeDescriptor Descriptor forSMALLINT
handling.SqlTypeDescriptorRegistry Deprecated. (5.3) UseSqlTypeDescriptorRegistry
instead.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor TimestampTypeDescriptor Descriptor forTIMESTAMP
handling.TimeTypeDescriptor Descriptor forTIME
handling.TinyIntTypeDescriptor Descriptor forTINYINT
handling.VarbinaryTypeDescriptor Descriptor forVARBINARY
handling.VarcharTypeDescriptor Descriptor forVARCHAR
handling. -
Enum Summary Enum Description JdbcTypeFamilyInformation.Family