Uses of Package
org.hibernate.type.descriptor.jdbc
-
Packages that use org.hibernate.type.descriptor.jdbc Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.dialect org.hibernate.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.entity org.hibernate.query org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.type org.hibernate.type.descriptor.java org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types.org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.descriptor.sql org.hibernate.type.spi org.hibernate.usertype -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.annotations Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.boot.model Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.boot.spi Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.cfg.annotations Class Description JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.dialect Class Description AdjustableJdbcType Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.ArrayJdbcType Descriptor forARRAYhandling.BasicBinder Convenience base implementation ofValueBinderJdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type.XmlJdbcType Specialized type mapping forSQLXMLand the XML SQL data type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.mapping Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.metamodel.mapping Class Description JdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.persister.entity Class Description JdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.query Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.query.sqm.sql Class Description JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type Class Description JdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.java Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.java.spi Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc Class Description AdjustableJdbcType Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.ArrayJdbcType Descriptor forARRAYhandling.BasicBinder Convenience base implementation ofValueBinderBigIntJdbcType Descriptor forBIGINThandling.BinaryJdbcType Descriptor forBINARYhandling.BlobJdbcType Descriptor forBLOBhandling.BooleanJdbcType Descriptor forBOOLEANhandling.CharJdbcType Descriptor forCHARhandling.ClobJdbcType Descriptor forCLOBhandling.DateJdbcType Descriptor forDATEhandling.DecimalJdbcType Descriptor forDECIMALhandling.DoubleJdbcType Descriptor forDOUBLEhandling.FloatJdbcType Descriptor forFLOAThandling.InstantAsTimestampJdbcType Descriptor forTIMESTAMP_UTChandling.InstantAsTimestampWithTimeZoneJdbcType Descriptor forTIMESTAMP_UTChandling.InstantJdbcType Descriptor forTIMESTAMP_UTChandling.IntegerJdbcType Descriptor forINTEGERhandling.JdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeFamilyInformation Information pertaining to JDBC type families.JdbcTypeFamilyInformation.Family JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type.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.JsonJdbcType Specialized type mapping forJSONand the JSON SQL data type.LongNVarcharJdbcType Descriptor forLONGNVARCHARhandling.LongVarbinaryJdbcType Descriptor forLONGVARBINARYhandling.LongVarcharJdbcType Descriptor forLONGVARCHARhandling.NCharJdbcType Descriptor forNCHARhandling.NClobJdbcType Descriptor forNCLOBhandling.NullJdbcType Descriptor for binding nulls with Types.NULLNumericJdbcType Descriptor forNUMERIChandling.NVarcharJdbcType Descriptor forNVARCHARhandling.ObjectJdbcType Descriptor for binding objectsObjectNullAsBinaryTypeJdbcType Descriptor for binding objects, but binding nulls with Types.VARBINARYObjectNullAsNullTypeJdbcType Descriptor for binding objects, but binding nulls with Types.NULLObjectNullResolvingJdbcType Descriptor for binding objects, but binding nulls with the resolved parameter typeRealJdbcType Deprecated.useFloatJdbcTypeSmallIntJdbcType Descriptor forSMALLINThandling.TimeJdbcType Descriptor forTIMEhandling.TimestampJdbcType Descriptor forTIMESTAMPhandling.TimestampWithTimeZoneJdbcType Descriptor forTIMESTAMP_WITH_TIMEZONEhandling.TinyIntJdbcType Descriptor forTINYINThandling.UUIDJdbcType Specialized type mapping forUUIDand the UUID SQL data type.VarbinaryJdbcType Descriptor forVARBINARYhandling.VarcharJdbcType Descriptor forVARCHARhandling.XmlAsStringJdbcType Specialized type mapping forSQLXMLand the XML SQL data type.XmlJdbcType Specialized type mapping forSQLXMLand the XML SQL data type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc.spi Class Description JdbcLiteralFormatter A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.sql Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.spi Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.usertype Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.