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.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
-
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type Remove -
Uses of Remove in org.hibernate.boot
Classes in org.hibernate.boot with annotations of type RemoveModifier and TypeInterfaceDescriptioninterfaceThe contract for building aSessionFactorygiven a specified set of options. -
Uses of Remove in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi with annotations of type RemoveModifier and TypeClassDescriptionclassConvenience base class for custom implementors of SessionFactoryBuilder, using delegationclassConvenience base class for custom implementors ofSessionFactoryBuilderImplementor, using delegationinterfaceAn extension point for integrators that wish to hook into the process of how a SessionFactory is built.interfaceAdditional SPI contract forSessionFactoryBuilder, mainly intended for implementors ofSessionFactoryBuilderFactory. -
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.property.access.spi
Classes in org.hibernate.property.access.spi with annotations of type Remove