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

Packages that use ModelPart
Package
Description
Support for temporary tables.
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.
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.
SPI for execution of SQL statements via JDBC.
Defines domain result graphs.