Uses of Class
org.hibernate.mapping.PersistentClass

Packages that use PersistentClass
Package
Description
This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entities and annotated entity attributes.
Built-in implementations of AttributeBinder and TypeBinder.
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.
Support for bytecode interceptor implementations.
 
Implementation of the second-level cache configuration SPI.
 
 
 
 
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Internal details of implementing support for JPA callbacks
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 entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.
Proxies for plain Java objects.
 
 
Most contracts here have been replaced by the new runtime mapping model.