Uses of Package
org.hibernate.type.spi
Packages that use org.hibernate.type.spi
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.
Defines the SPI of a
registry
of JPA
AttributeConverter
s.Some SPIs related to DDL generation and schema management.
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
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines the Hibernate configuration-time mapping model.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
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.
Validation for HQL queries.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
This 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 defining support for
SqmFunctionDescriptor
handling.Package for the translation of SQM into SQL AST
Nodes representing
select
statements in the SQM tree.This package contains helper classes for rendering SQL fragments and SQL statements.
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.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Contracts for reading and writing values to and from JDBC.
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.
Defines a registry for
DdlType
s.Defines a registry for Hibernate
Type
s.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.spi used by org.hibernate.boot.internal
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.modelClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.model.convert.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.model.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.model.process.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.model.relationalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.boot.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialectClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialect.aggregateClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialect.functionClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialect.function.arrayClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialect.function.jsonClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.dialect.function.xmlClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.engine.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.loader.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.mappingClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodelClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodel.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodel.mapping.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodel.model.domainClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodel.model.domain.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.metamodel.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.processor.validationClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.queryClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.results.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqmClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.functionClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.produce.functionClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.sqlClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.sql.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.query.sqm.tree.selectClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sqlClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.ast.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.ast.tree.expressionClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.ast.tree.fromClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.results.graph.instantiation.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.results.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.results.jdbc.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.sql.results.jdbc.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.testing.bootClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.testing.orm.junitClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.typeClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.Optional contract for a
Type
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to which it is scoped. -
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptorClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.javaClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.java.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.jdbcClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.jdbc.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.jdbc.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.descriptor.sql.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.internalClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.type.spiClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
-
Classes in org.hibernate.type.spi used by org.hibernate.usertypeClassDescriptionEach instance defines a set of types available in a given persistence unit, and isolates them from other configurations.Optional contract for a
Type
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to which it is scoped.