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

Packages that use RuntimeModelCreationContext
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Support for temporary tables.
Internal package containing dialect-specific implementations of JdbcType.
This package defines the Hibernate configuration-time mapping model.
 
 
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 collections.
This package abstracts persistence mechanisms for entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.
 
Most contracts here have been replaced by the new runtime mapping model.
 
Defines handling of almost the full range of standard JDBC-defined SQL data types.
 
SPIs related to JdbcType.