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 some central internal SPI abstractions used throughout the implementation of Hibernate.
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
This package defines the Hibernate configuration-time mapping model.
 
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.