Uses of Package
org.hibernate.type.descriptor.jdbc
Packages that use org.hibernate.type.descriptor.jdbc
Package
Description
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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Implements the SPI for basic-typed value conversions.
Integrates a range of types defined by the JDK with the type system
of Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
An API for working with abstract families of DDL types
parameterized by varying length, precision, and scale.
Includes several general-purpose implementations of
DdlType.Defines a registry for Hibernate
Types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type.-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.boot.internal
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.boot.modelClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.Factory for any
JdbcTypewhich is parameterized by a secondJdbcType, the "element" type.A parameter object that helps determine theSQL/JDBC typerecommended 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.internalClassDescriptionA parameter object that helps determine the
SQL/JDBC typerecommended 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.internalClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended 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
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.dialectClassDescriptionExtension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g. accounting for LOB, nationalized, primitive/wrapper, etc).Descriptor for
ARRAYhandling.Convenience base implementation ofValueBinderConvenience base implementation ofValueExtractorDescriptor forBOOLEANhandling.Represents anenumtype for databases like MySQL and H2.Common marker interface for mapping Java Time objects directly through the JDBC driver.A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.Factory for anyJdbcTypewhich is parameterized by a secondJdbcType, the "element" type.A parameter object that helps determine theSQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type.Specialized type mapping forJSONand the JSON SQL data type.Specialized type mapping forJSONand the BLOB SQL data type for Oracle.AJdbcTypewith a fixed SQL type name.Specialized type mapping forUUIDand the UUID SQL data type.Specialized type mapping forSQLXMLand the XML SQL data type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.mappingClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.metamodel.mappingClassDescriptionA formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.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
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.persister.entityClassDescriptionA formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.query
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.query.sqm.mutation.internalClassDescriptionA parameter object that helps determine the
SQL/JDBC typerecommended 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.sqlClassDescriptionA parameter object that helps determine the
SQL/JDBC typerecommended 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.internalClassDescriptionA parameter object that helps determine the
SQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.sql.ast.internal
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.sql.ast.spi
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.typeClassDescriptionA formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended 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.javaClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended 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.spiClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended 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.jdbcClassDescriptionExtension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g. accounting for LOB, nationalized, primitive/wrapper, etc).Factory for
ArrayJdbcType.Convenience base implementation ofValueBinderConvenience base implementation ofValueExtractorDescriptor forBIGINThandling.Descriptor forBINARYhandling.Descriptor forBLOBhandling.Descriptor forBOOLEANhandling.Descriptor forCHARhandling.Descriptor forCLOBhandling.Descriptor forDATEhandling.Descriptor forDECIMALhandling.Descriptor forDOUBLEhandling.Descriptor forDuration.Represents anenumtype for databases like MySQL and H2.Descriptor forFLOAThandling.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Descriptor for handling Instant directly through the JDBC driverDescriptor forINTEGERhandling.Common marker interface for mapping Java Time objects directly through the JDBC driver.A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.Factory for anyJdbcTypewhich is parameterized by a secondJdbcType, the "element" type.Information pertaining to JDBC type families.A parameter object that helps determine theSQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type.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.Specialized type mapping forJSONand the JSON SQL data type.Specialized type mapping forJSONand the JSON SQL data type.Descriptor for handling LocalDate directly through the JDBC driverDescriptor for handling LocalDateTime directly through the JDBC driverDescriptor for handling LocalTime directly through the JDBC driverDescriptor forLONGNVARCHARhandling.Descriptor forLONGVARBINARYhandling.Descriptor forLONGVARCHARhandling.Descriptor forNCHARhandling.Descriptor forNCLOBhandling.Descriptor for binding nulls with Types.NULLDescriptor forNUMERIChandling.Descriptor forNVARCHARhandling.Descriptor for binding objects using any JDBC type code.Descriptor for binding objects, but binding nulls with Types.VARBINARYDescriptor for binding objects, but binding nulls with Types.NULLDescriptor for binding objects, but binding nulls with the resolved parameter typeDescriptor for handling OffsetDateTime directly through the JDBC driverDescriptor for handling OffsetTime directly through the JDBC driverSpecialized type mapping forJSONand the BLOB SQL data type for Oracle.Represents anenumtype for databases like MySQL and H2.Deprecated.useFloatJdbcTypeDescriptor forROWIDhandling.Descriptor forSMALLINThandling.AJdbcTypewith a fixed SQL type name.Descriptor forTIMESTAMP_WITH_TIMEZONEhandling.Descriptor forTIMEhandling.Descriptor forTIMESTAMPhandling.Descriptor forTIMESTAMP_UTChandling.Descriptor forTIMESTAMP_UTChandling.Descriptor forTIMESTAMP_UTChandling.Descriptor forTIMESTAMP_WITH_TIMEZONEhandling.Descriptor forTIME_UTChandling.Descriptor forTIME_UTChandling.Descriptor forTIME_WITH_TIMEZONEhandling.Descriptor forTINYINThandling.Specialized type mapping forUUIDand the UUID SQL data type.Descriptor forVARBINARYhandling.Descriptor forVARCHARhandling.Specialized type mapping forSQLXMLand the XML SQL data type.Specialized type mapping forSQLXMLand the XML SQL data type.Descriptor for handling ZonedDateTime directly through the JDBC driver -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc.internalClassDescriptionConvenience base implementation of
ValueBinderConvenience base implementation ofValueExtractorCommon marker interface for mapping Java Time objects directly through the JDBC driver.A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.AJdbcTypewith a fixed SQL type name. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.jdbc.spiClassDescriptionA formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.Factory for any
JdbcTypewhich is parameterized by a secondJdbcType, the "element" type.AJdbcTypewith a fixed SQL type name. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.sql
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.descriptor.sql.internal
-
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.internalClassDescriptionA formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.Descriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.type.spiClassDescriptionDescriptor for the SQL/JDBC side of a value mapping.A parameter object that helps determine the
SQL/JDBC typerecommended by the JDBC spec (explicitly or implicitly) for a given Java type. -
Classes in org.hibernate.type.descriptor.jdbc used by org.hibernate.usertype
H2JsonJdbcTypeinstead