Uses of Package
org.hibernate.annotations

Packages that use org.hibernate.annotations
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Built-in implementations of AttributeBinder and TypeBinder.
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
 
 
 
 
 
Overall, this module is responsible for taking managed-resources and building the hibernate-models model (ClassDetails, etc.) to ultimately be bound into Hibernate's boot-time model.
 
 
 
 
Support for processing mapping XML files and applying annotation references over the appropriate classes, fields and methods.
 
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.
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.
Contains the UuidGenerator.
This package defines the Hibernate configuration-time mapping model.
 
 
Standard model for Hibernate's legacy Animal model used in HQL testing