Uses of Package
org.hibernate.type.descriptor.java
Packages that use org.hibernate.type.descriptor.java
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.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.Defines a service for creating
id generators.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
Contains the
UuidGenerator.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.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).
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for entities.
Defines the internal implementation of the stored procedure SPI.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Implementation of the SPIs for HQL support.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIsThis package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
Package for the translation of SQM into SQL AST
This package contains the classes that make up the SQM tree nodes.
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing logical predicates in the SQM tree.
Nodes representing
select statements in the SQM tree.Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
Implementation of the SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Defines domain result graphs.
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.
An SPI for basic-typed value conversions, including support for handling
JPA
AttributeConverter instances as part of
the Hibernate Type system.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.Support for type mappings which format composite values to a structured
text format (JSON or XML) for storage in a database-specific column type
supporting that structured format.
Implementations of
FormatMapper using Jackson.An implementation of
FormatMapper using JAXB.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.java used by org.hibernate.boot.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.boot.modelClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.boot.model.process.internalClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Describes a Javaenumtype.Descriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type.Specialized JavaType for temporal types. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.boot.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.dialect
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.engine.internalClassDescriptionDescriptor for the Java side of a value mapping.Additional contract for types which may be used to version (and optimistic lock) data.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.engine.spiClassDescriptionDescriptor for the Java side of a value mapping.
-
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.event.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.id.factory
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.id.factory.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.id.factory.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.id.uuid
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.internalClassDescriptionDescriptor for the Java side of a value mapping.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.loader.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.mappingClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.internalClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaType
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.mappingClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeDescribes the mutability aspects of a given Java type.Something that exposes a MutabilityPlanAdditional contract for types which may be used to version (and optimistic lock) data.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.mapping.internalClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeDescribes the mutability aspects of a given Java type.Something that exposes a MutabilityPlanAdditional contract for types which may be used to version (and optimistic lock) data.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.model.domainClassDescriptionDescribes a Java
enumtype.Descriptor for the Java side of a value mapping. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.model.domain.internalClassDescriptionDescribes a Java
enumtype.Descriptor for the Java side of a value mapping. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.metamodel.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.persister.entityClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeAdditional contract for types which may be used to version (and optimistic lock) data.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.procedure.internalClassDescriptionDescriptor for the Java side of a value mapping.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.criteria
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.derivedClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeSomething that exposes a MutabilityPlan
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.hql.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.internalClassDescriptionDescriptor for the Java side of a value mapping.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.results
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.results.completeClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for the Java side of a value mapping. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.results.dynamic
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.function
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.sql
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.sql.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree.domainClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for the Java side of a value mapping. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree.expressionClassDescriptionDescribes a Java
enumtype.Descriptor for the Java side of a value mapping. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree.from
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree.predicate
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.query.sqm.tree.select
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.ast.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.ast.tree.expressionClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaType
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.ast.tree.from
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.exec.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.model.ast
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.graph
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.graph.basic
-
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.graph.embeddable
-
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.graph.entity
-
-
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.graph.tuple
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.internal.domain
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.jdbc.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.jdbc.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.sql.results.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.typeClassDescriptionDescriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeDescribes the mutability aspects of a given Java type.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.converter.internalClassDescriptionDescriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type.Mutability plan for mutable objects
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.converter.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.javaClassDescriptionAbstract adapter for
Java type descriptors.A mutability plan for arrays.SpecializesJavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for a basic plural Java type.Descriptor forBigDecimalhandling.Descriptor forBigIntegerhandling.Descriptor forBlobhandling.Descriptor forBooleanhandling.Descriptor forboolean[]handling.Descriptor forByte[]handling, which disallowsnullelements.Descriptor forBytehandling.Descriptor forCalendarhandling, but just for the date (month, day, year) portion.Descriptor forCalendarhandling.Descriptor forCalendarhandling, but just for the time portion.Descriptor forCharacter[]handling, which disallowsnullelements.Descriptor forCharacterhandling.Descriptor forClasshandling.Descriptor forClobhandling.MutabilityPlan for Clob valuesDescriptor forCurrencyhandling.Descriptor forDatehandling.Descriptor forDoublehandling.Descriptor fordouble[]handling.Descriptor forDuration, which is represented internally as (long seconds,int nanoseconds), approximately 28 decimal digits of precision.Descriptor forFloathandling.Descriptor forfloat[]handling.Object-typed form ofImmutableMutabilityPlanfor easier use withMutabilityfor usersMutability plan for immutable objectsComparator for things that cannot be compared (in a way we know about).Descriptor forInetAddresshandling.Java type descriptor for the JavaInstanttype.Descriptor forIntegerhandling.Descriptor forint[]handling.Descriptor for the Java side of a value mapping.Descriptor forDatehandling.Descriptor forTimehandling.Descriptor forTimestamphandling.Java type descriptor for theLocalDatetype.Java type descriptor for theLocalDateTimetype.Descriptor forLocalehandling.Java type descriptor for theLocalTimetype.Descriptor forLonghandling.Descriptor forlong[]handling.Describes the mutability aspects of a given Java type.Mutability plan for mutable objectsDescriptor forNClobhandling.Java type descriptor for theOffsetDateTimetype.Java type descriptor for theOffsetTimetype.Descriptor forbyte[]handling.Descriptor forchar[]handling.Deprecated.No longer usedDescriptor forShorthandling.Descriptor forshort[]handling.Descriptor forStringhandling.Specialized JavaType for temporal types.Descriptor forTimeZonehandling.Descriptor forURLhandling.Descriptor forUUIDhandling.Additional contract for types which may be used to version (and optimistic lock) data.Describes theYearJava typeJava type descriptor for theZonedDateTimetype.Describes theZoneIdJava type.Descriptor forZoneOffsethandling. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.java.spiClassDescriptionAbstract adapter for
Java type descriptors.Abstract adapter for Java type descriptors.SpecializesJavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for a basic plural Java type.Descriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.jdbc
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.jdbc.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.jdbc.spi
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.sql
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.sql.internal
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.format
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.format.jackson
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.format.jaxb
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.internalClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Descriptor for the Java side of a value mapping.Contract for something that has an associated JavaTypeDescribes the mutability aspects of a given Java type.Additional contract for types which may be used to version (and optimistic lock) data. -
Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.spiClassDescriptionDescriptor for the Java side of a value mapping.Describes the mutability aspects of a given Java type.
-
Classes in org.hibernate.type.descriptor.java used by org.hibernate.usertypeClassDescriptionSpecializes
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC.Describes the mutability aspects of a given Java type.