程序包的使用
org.hibernate.type.descriptor.sql
-
使用org.hibernate.type.descriptor.sql的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.model org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.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 -
org.hibernate.boot.internal使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.boot.model使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.dialect使用的org.hibernate.type.descriptor.sql中的类 类 说明 BasicBinder Convenience base implementation ofValueBinderSqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.engine.spi使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.internal使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.type使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.type.descriptor使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.type.descriptor.converter使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.type.descriptor.java使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
org.hibernate.type.descriptor.sql使用的org.hibernate.type.descriptor.sql中的类 类 说明 BasicBinder Convenience base implementation ofValueBinderBigIntTypeDescriptor 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.JdbcTypeFamilyInformation.Family 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.SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping.SqlTypeDescriptorRegistry 已过时。(5.3) UseSqlTypeDescriptorRegistryinstead.TimestampTypeDescriptor Descriptor forTIMESTAMPhandling.TimeTypeDescriptor Descriptor forTIMEhandling.TinyIntTypeDescriptor Descriptor forTINYINThandling.VarbinaryTypeDescriptor Descriptor forVARBINARYhandling.VarcharTypeDescriptor Descriptor forVARCHARhandling. -
org.hibernate.type.descriptor.sql.spi使用的org.hibernate.type.descriptor.sql中的类 类 说明 SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping.SqlTypeDescriptorRegistry 已过时。(5.3) UseSqlTypeDescriptorRegistryinstead.