Uses of Interface
org.hibernate.type.MappingContext

Packages that use MappingContext
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
 
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for entities.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.