Uses of Package
org.hibernate.type.spi
-
Packages that use org.hibernate.type.spi Package Description 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.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.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.dialect.aggregate Support forDialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.function org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.query.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptor
handling.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.testing.boot org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.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.spi org.hibernate.type.descriptor.sql.spi Defines a registry forDdlType
s.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.spi used by org.hibernate.boot.internal Class Description TypeConfiguration Each 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 Class Description TypeBootstrapContext Provide a way to customize theType
instantiation process.TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.relational Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.aggregate Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.envers.function Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.mapping Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.persister.spi Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.function Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.function Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.expression Class Description TypeConfiguration Each 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.from Class Description TypeConfiguration Each 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.exec.internal Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.boot Class Description TypeConfiguration Each 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 Class Description CompositeTypeImplementor TypeConfiguration Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.TypeConfigurationAware Optional contract for aType
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.descriptor.java Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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 Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.internal Class Description TypeConfiguration Each 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.spi Class Description TypeConfiguration Each 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.usertype Class Description TypeConfiguration Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.TypeConfigurationAware Optional contract for aType
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to which it is scoped.