Uses of Package
org.hibernate.type.spi
-
Packages that use org.hibernate.type.spi Package Description 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 JPAAttributeConverters.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 ofSqmFunctionDescriptordescribing 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.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.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).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.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.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.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.results.jdbc.spi org.hibernate.type A HibernateTypeis 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 forDdlTypes.org.hibernate.type.spi Defines a registry for HibernateTypes.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.model Class Description TypeBootstrapContext Provide a way to customize theTypeinstantiation 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.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.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.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.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.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.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.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.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.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 aTypewhich is aware of its scoping to aTypeConfigurationand which receives access to theTypeConfigurationto 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.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 aTypewhich is aware of its scoping to aTypeConfigurationand which receives access to theTypeConfigurationto which it is scoped.