Uses of Package
org.hibernate.type.descriptor.jdbc
-
Packages that use org.hibernate.type.descriptor.jdbc Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.spatial org.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.h2gis org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.sql.ast.internal org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.descriptor.sql An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType
.org.hibernate.type.internal org.hibernate.type.spi Defines a registry for HibernateType
s.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
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.internal 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.JdbcTypeConstructor Factory for anyJdbcType
which is parameterized by a secondJdbcType
, the "element" type.JdbcTypeIndicators A parameter object that helps determine theSQL/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.model.internal Class Description JdbcTypeIndicators A parameter object that helps determine theSQL/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.model.process.internal Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators A parameter object that helps determine theSQL/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.dialect Class Description AdjustableJdbcType Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.AggregateJdbcType ArrayJdbcType Descriptor forARRAY
handling.BasicBinder Convenience base implementation ofValueBinder
BasicExtractor Convenience base implementation ofValueExtractor
BooleanJdbcType Descriptor forBOOLEAN
handling.EnumJdbcType Represents anenum
type for databases like MySQL and H2.JavaTimeJdbcType Common marker interface for mapping Java Time objects directly through the JDBC driver.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.JdbcTypeConstructor Factory for anyJdbcType
which is parameterized by a secondJdbcType
, the "element" type.JdbcTypeIndicators A parameter object that helps determine theSQL/JDBC type
recommended by the JDBC spec (explicitly or implicitly) for a given Java type.JsonJdbcType Specialized type mapping forJSON
and the JSON SQL data type.OracleJsonBlobJdbcType Specialized type mapping forJSON
and the BLOB SQL data type for Oracle.SqlTypedJdbcType AJdbcType
with a fixed SQL type name.StructJdbcType UUIDJdbcType Specialized type mapping forUUID
and the UUID SQL data type.XmlJdbcType Specialized type mapping forSQLXML
and 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 A parameter object that helps determine theSQL/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.metamodel.model.domain.internal Class Description 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.processor.validation Class Description JdbcTypeIndicators A parameter object that helps determine theSQL/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.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.mutation.internal Class Description JdbcTypeIndicators A parameter object that helps determine theSQL/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.query.sqm.sql Class Description JdbcTypeIndicators A parameter object that helps determine theSQL/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.query.sqm.sql.internal Class Description JdbcTypeIndicators A parameter object that helps determine theSQL/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.spatial 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 A parameter object that helps determine theSQL/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.spatial.dialect.db2 Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.spatial.dialect.h2gis 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.spatial.dialect.hana Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.spatial.dialect.mysql 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.spatial.dialect.oracle Class Description BasicExtractor Convenience base implementation ofValueExtractor
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.spatial.dialect.postgis 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.spatial.dialect.sqlserver 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.sql.ast.internal Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.sql.ast.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.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 A parameter object that helps determine theSQL/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.converter.internal 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.descriptor.java Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators A parameter object that helps determine theSQL/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 A parameter object that helps determine theSQL/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.AggregateJdbcType ArrayJdbcTypeConstructor Factory forArrayJdbcType
.BasicBinder Convenience base implementation ofValueBinder
BasicExtractor Convenience base implementation ofValueExtractor
BigIntJdbcType Descriptor forBIGINT
handling.BinaryJdbcType Descriptor forBINARY
handling.BlobJdbcType Descriptor forBLOB
handling.BooleanJdbcType Descriptor forBOOLEAN
handling.CharJdbcType Descriptor forCHAR
handling.ClobJdbcType Descriptor forCLOB
handling.DateJdbcType Descriptor forDATE
handling.DecimalJdbcType Descriptor forDECIMAL
handling.DoubleJdbcType Descriptor forDOUBLE
handling.DurationJdbcType Descriptor forDuration
.EnumJdbcType Represents anenum
type for databases like MySQL and H2.FloatJdbcType Descriptor forFLOAT
handling.H2FormatJsonJdbcType Deprecated, for removal: This API element is subject to removal in a future version.UseH2JsonJdbcType
insteadInstantAsTimestampJdbcType Deprecated, for removal: This API element is subject to removal in a future version.InstantAsTimestampWithTimeZoneJdbcType Deprecated, for removal: This API element is subject to removal in a future version.InstantJdbcType Descriptor for handling Instant directly through the JDBC driverIntegerJdbcType Descriptor forINTEGER
handling.JavaTimeJdbcType Common marker interface for mapping Java Time objects directly through the JDBC driver.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.JdbcTypeConstructor Factory for anyJdbcType
which is parameterized by a secondJdbcType
, the "element" type.JdbcTypeFamilyInformation Information pertaining to JDBC type families.JdbcTypeFamilyInformation.Family JdbcTypeIndicators A parameter object that helps determine theSQL/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 Specification.JsonAsStringJdbcType Specialized type mapping forJSON
and the JSON SQL data type.JsonJdbcType Specialized type mapping forJSON
and the JSON SQL data type.LocalDateJdbcType Descriptor for handling LocalDate directly through the JDBC driverLocalDateTimeJdbcType Descriptor for handling LocalDateTime directly through the JDBC driverLocalTimeJdbcType Descriptor for handling LocalTime directly through the JDBC driverLongNVarcharJdbcType Descriptor forLONGNVARCHAR
handling.LongVarbinaryJdbcType Descriptor forLONGVARBINARY
handling.LongVarcharJdbcType Descriptor forLONGVARCHAR
handling.NCharJdbcType Descriptor forNCHAR
handling.NClobJdbcType Descriptor forNCLOB
handling.NullJdbcType Descriptor for binding nulls with Types.NULLNumericJdbcType Descriptor forNUMERIC
handling.NVarcharJdbcType Descriptor forNVARCHAR
handling.ObjectJdbcType Descriptor for binding objects using any JDBC type code.ObjectNullAsBinaryTypeJdbcType 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 typeOffsetDateTimeJdbcType Descriptor for handling OffsetDateTime directly through the JDBC driverOffsetTimeJdbcType Descriptor for handling OffsetTime directly through the JDBC driverOracleJsonBlobJdbcType Specialized type mapping forJSON
and the BLOB SQL data type for Oracle.OrdinalEnumJdbcType Represents anenum
type for databases like MySQL and H2.RealJdbcType Deprecated.useFloatJdbcType
RowIdJdbcType Descriptor forROWID
handling.SmallIntJdbcType Descriptor forSMALLINT
handling.SqlTypedJdbcType AJdbcType
with a fixed SQL type name.TimeAsTimestampWithTimeZoneJdbcType Descriptor forTIMESTAMP_WITH_TIMEZONE
handling.TimeJdbcType Descriptor forTIME
handling.TimestampJdbcType Descriptor forTIMESTAMP
handling.TimestampUtcAsInstantJdbcType Descriptor forTIMESTAMP_UTC
handling.TimestampUtcAsJdbcTimestampJdbcType Descriptor forTIMESTAMP_UTC
handling.TimestampUtcAsOffsetDateTimeJdbcType Descriptor forTIMESTAMP_UTC
handling.TimestampWithTimeZoneJdbcType Descriptor forTIMESTAMP_WITH_TIMEZONE
handling.TimeUtcAsJdbcTimeJdbcType Descriptor forTIME_UTC
handling.TimeUtcAsOffsetTimeJdbcType Descriptor forTIME_UTC
handling.TimeWithTimeZoneJdbcType Descriptor forTIME_WITH_TIMEZONE
handling.TinyIntAsSmallIntJdbcType TinyIntJdbcType Descriptor forTINYINT
handling.UUIDJdbcType Specialized type mapping forUUID
and the UUID SQL data type.VarbinaryJdbcType Descriptor forVARBINARY
handling.VarcharJdbcType Descriptor forVARCHAR
handling.XmlAsStringJdbcType Specialized type mapping forSQLXML
and the XML SQL data type.XmlJdbcType Specialized type mapping forSQLXML
and the XML SQL data type.ZonedDateTimeJdbcType Descriptor for handling ZonedDateTime directly through the JDBC driver -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc.internal Class Description AggregateJdbcType BasicBinder Convenience base implementation ofValueBinder
BasicExtractor Convenience base implementation ofValueExtractor
JavaTimeJdbcType Common marker interface for mapping Java Time objects directly through the JDBC driver.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.SqlTypedJdbcType AJdbcType
with a fixed SQL type name.StructJdbcType -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc.spi Class Description AggregateJdbcType 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.JdbcTypeConstructor Factory for anyJdbcType
which is parameterized by a secondJdbcType
, the "element" type.SqlTypedJdbcType AJdbcType
with a fixed SQL type name. -
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.descriptor.sql.internal 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.internal 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 A parameter object that helps determine theSQL/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.spi Class Description JdbcType Descriptor for the SQL/JDBC side of a value mapping.JdbcTypeIndicators A parameter object that helps determine theSQL/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.