Uses of Class
org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess

Packages that use MappingModelCreationProcess
Package
Description
 
 
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 collections.
This package abstracts persistence mechanisms for entities.
 
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
SPI for handling SQM UPDATE and DELETE queries
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Defines a registry for Hibernate Types.