Uses of Interface
org.hibernate.metamodel.spi.MappingMetamodelImplementor

Packages that use MappingMetamodelImplementor
Package
Description
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for entities.
Package defining support for creating and consuming a SQL AST.