Uses of Interface
org.hibernate.metamodel.mapping.ModelPart

Packages that use ModelPart
Package
Description
Contains a framework of strategies for efficient retrieval of database-generated values.
 
 
 
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
 
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating from persistence-context events.
Validation for HQL queries.
 
 
 
Support for immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping, orm.xml, mapping.xml or hbm.xml.
 
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
Package for the translation of SQM into SQL AST
 
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
Defines domain result graphs.