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.
Package defining bytecode code enhancement (instrumentation) support.
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.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
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@interfaceDeprecated.@interfaceDeprecated.Per Comment, prefer Table.comment() -
Uses of Remove in org.hibernate.bytecode.spi
Classes in org.hibernate.bytecode.spi with annotations of type RemoveModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0 -
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. -
Uses of Remove in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi with annotations of type Remove
Table.comment(),Column.comment(), etc.