程序包 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:
See http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#996857
for more information.
- 另请参阅:
Types
-
接口概要 接口 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
类概要 类 说明 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 已过时。 (5.3) UseSqlTypeDescriptorRegistryinstead.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor TimestampTypeDescriptor Descriptor forTIMESTAMPhandling.TimeTypeDescriptor Descriptor forTIMEhandling.TinyIntTypeDescriptor Descriptor forTINYINThandling.VarbinaryTypeDescriptor Descriptor forVARBINARYhandling.VarcharTypeDescriptor Descriptor forVARCHARhandling. -
枚举概要 枚举 说明 JdbcTypeFamilyInformation.Family