Uses of Class
org.hibernate.mapping.Component

Packages that use Component
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.
 
 
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.
Most contracts here have been replaced by the new runtime mapping model.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.