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:
ARRAYDATALINKDISTINCTSTRUCTREFJAVA_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 ofValueBinderBasicExtractor<J> Convenience base implementation ofValueExtractorBigIntTypeDescriptor Descriptor forBIGINThandling.BinaryTypeDescriptor Descriptor forBINARYhandling.BitTypeDescriptor Descriptor forBIThandling.BlobTypeDescriptor Descriptor forBLOBhandling.BooleanTypeDescriptor Descriptor forBOOLEANhandling.CharTypeDescriptor Descriptor forCHARhandling.ClobTypeDescriptor Descriptor forCLOBhandling.DateTypeDescriptor Descriptor forDATEhandling.DecimalTypeDescriptor Descriptor forDECIMALhandling.DoubleTypeDescriptor Descriptor forDOUBLEhandling.FloatTypeDescriptor Descriptor forFLOAThandling.IntegerTypeDescriptor Descriptor forINTEGERhandling.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 haveDialectandDatabaseMetaData.getTypeInfo()contribute this information.LobTypeMappings LongNVarcharTypeDescriptor Descriptor forLONGNVARCHARhandling.LongVarbinaryTypeDescriptor Descriptor forLONGVARBINARYhandling.LongVarcharTypeDescriptor Descriptor forLONGVARCHARhandling.NationalizedTypeMappings Manages a mapping between nationalized and non-nationalized variants of JDBC types.NCharTypeDescriptor Descriptor forNCHARhandling.NClobTypeDescriptor Descriptor forNCLOBhandling.NumericTypeDescriptor Descriptor forNUMERIChandling.NVarcharTypeDescriptor Descriptor forNVARCHARhandling.RealTypeDescriptor Descriptor forREALhandling.SmallIntTypeDescriptor Descriptor forSMALLINThandling.SqlTypeDescriptorRegistry Deprecated. (5.3) UseSqlTypeDescriptorRegistryinstead.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor TimestampTypeDescriptor Descriptor forTIMESTAMPhandling.TimeTypeDescriptor Descriptor forTIMEhandling.TinyIntTypeDescriptor Descriptor forTINYINThandling.VarbinaryTypeDescriptor Descriptor forVARBINARYhandling.VarcharTypeDescriptor Descriptor forVARCHARhandling. -
Enum Summary Enum Description JdbcTypeFamilyInformation.Family