Uses of Annotation Interface
org.hibernate.Remove

Packages that use Remove
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
 
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
This package defines APIs for configuring Hibernate.
Support for many of the internal workings of Hibernate.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPI-level SQM contracts
Nodes representing root entities and joins in the SQM tree.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Packages with annotations of type Remove
Package
Description
Most contracts here have been replaced by the new runtime mapping model.