Uses of Package
org.hibernate.metamodel.mapping.internal

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.
 
Defines support for implicit ResultSet mappings.
 
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.