Uses of Package
org.hibernate.type.descriptor.sql
-
Packages that use org.hibernate.type.descriptor.sql Package Description org.hibernate.boot.model org.hibernate.dialect org.hibernate.engine.spi org.hibernate.type 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 -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.boot.model Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.dialect Class Description BasicBinder Convenience base implementation ofValueBinderSqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.engine.spi Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor.converter Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor.java Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor.sql Class Description 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 Deprecated.(5.3) UseSqlTypeDescriptorRegistryinstead.TimestampTypeDescriptor Descriptor forTIMESTAMPhandling.TimeTypeDescriptor Descriptor forTIMEhandling.TinyIntTypeDescriptor Descriptor forTINYINThandling.VarbinaryTypeDescriptor Descriptor forVARBINARYhandling.VarcharTypeDescriptor Descriptor forVARCHARhandling. -
Classes in org.hibernate.type.descriptor.sql used by org.hibernate.type.descriptor.sql.spi Class Description SqlTypeDescriptor Descriptor for the SQL/JDBC side of a value mapping.SqlTypeDescriptorRegistry Deprecated.(5.3) UseSqlTypeDescriptorRegistryinstead.