Uses of Class
org.hibernate.mapping.Property

Packages that use Property
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.
 
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Support for bytecode interceptor implementations.
 
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
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.
 
Most contracts here have been replaced by the new runtime mapping model.