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 abstracts persistence mechanisms for entities.
Packages with annotations of type Remove
Package
Description
Defines strategies for post-processing criteria query
results into a form convenient to the application.
-
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type RemoveModifier and TypeClassDescription@interface
Deprecated.@interface
Deprecated.Per Comment, prefer Table.comment() -
Uses of Remove in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with annotations of type RemoveModifier and TypeMethodDescriptionCacheImplementor.getCollectionRegionAccess
(NavigableRole collectionRole) Find the cache data access strategy for the given collection.CacheImplementor.getEntityRegionAccess
(NavigableRole rootEntityName) Find the cache data access strategy for an entity.CacheImplementor.getNaturalIdCacheRegionAccessStrategy
(NavigableRole rootEntityName) Find the cache data access strategy for the given entity's natural-id cache. -
Uses of Remove in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with annotations of type RemoveModifier and TypeMethodDescriptionString[]
SingleTableEntityPersister.getSubclassClosure()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.
Table.comment()
,Column.comment()
, etc.