Uses of Interface
org.hibernate.type.descriptor.java.JavaType

Packages that use JavaType
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.
Internal package containing dialect-specific implementations of JdbcType.
Support for many of the internal workings of Hibernate.
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.
 
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 immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping, orm.xml, mapping.xml or hbm.xml.
Support for mutable result/fetch builder graphs nodes built dynamically.
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 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.
 
This package defines the central Hibernate Spatial types and functions.
 
This package contains the H2GIS Dialect extensions for the H2Dialect.
 
This package contains the spatial extensions for the MySQLDialect.
This package contains the spatial extensions for the OracleDialect.
This package contains the spatial extensions for the PostgreSQLDialect.
This package contains the spatial extensions for the SQLServerDialect.
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.
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.
SPIs related to JavaType.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
 
SPIs related to JdbcType.
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.