Uses of Interface
org.hibernate.metamodel.MappingMetamodel

Packages that use MappingMetamodel
Package
Description
Models the fetch profiles defined by the application.
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 an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
 
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.
 
 
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.