Uses of Package
org.hibernate.metamodel.model.domain

Package
Description
Implementation of the second-level cache configuration SPI.
An SPI modelling various aspects of the second-level cache configuration.
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
This package provides a framework intended to reduce the work needed to implement a caching provider.
 
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
Implements and extends the JPA-defined entity graph API.
 
This package defines an internal SPI abstracting over implementations of the APIs defined in org.hibernate.graph.
 
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 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 for the runtime domain metamodel.
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
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.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
 
Nodes representing common table expressions (CTE) in the SQM tree.
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 select statements in the SQM tree.
AST nodes representing expressions in a SQL tree.
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
Defines domain result graphs.
 
 
 
The built-in implementation of the statistics collection service.
An SPI allowing customized statistics collection.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.