Uses of Interface
org.hibernate.cache.spi.access.CollectionDataAccess
Packages that use CollectionDataAccess
Package
Description
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
This package abstracts persistence mechanisms for collections.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.
-
Uses of CollectionDataAccess in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return CollectionDataAccessModifier and TypeMethodDescriptionDisabledCaching.getCollectionRegionAccess
(NavigableRole collectionRole) Deprecated.EnabledCaching.getCollectionRegionAccess
(NavigableRole collectionRole) Deprecated. -
Uses of CollectionDataAccess in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return CollectionDataAccessModifier and TypeMethodDescriptionprotected CollectionDataAccess
JCacheDomainDataRegionImpl.generateTransactionalCollectionDataAccess
(CollectionDataCachingConfig accessConfig) -
Uses of CollectionDataAccess in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return CollectionDataAccessModifier and TypeMethodDescriptionDomainDataRegion.getCollectionDataAccess
(NavigableRole collectionRole) Build aCollectionDataAccess
instance representing access to destructured collection data stored in this cache region.CacheImplementor.getCollectionRegionAccess
(NavigableRole collectionRole) Find the cache data access strategy for the given collection. -
Uses of CollectionDataAccess in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement CollectionDataAccessModifier and TypeClassDescriptionclass
class
Standard support forCollectionDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
Standard support forCollectionDataAccess
using theAccessType.READ_ONLY
access type.class
Standard support forCollectionDataAccess
using theAccessType.READ_WRITE
access type.class
Methods in org.hibernate.cache.spi.support that return CollectionDataAccessModifier and TypeMethodDescriptionprotected abstract CollectionDataAccess
AbstractDomainDataRegion.generateCollectionAccess
(CollectionDataCachingConfig cachingConfig) DomainDataRegionTemplate.generateCollectionAccess
(CollectionDataCachingConfig accessConfig) protected CollectionDataAccess
DomainDataRegionImpl.generateTransactionalCollectionDataAccess
(CollectionDataCachingConfig accessConfig) protected CollectionDataAccess
DomainDataRegionTemplate.generateTransactionalCollectionDataAccess
(CollectionDataCachingConfig accessConfig) AbstractDomainDataRegion.getCollectionDataAccess
(NavigableRole collectionRole) Methods in org.hibernate.cache.spi.support with parameters of type CollectionDataAccessModifier and TypeMethodDescriptionprotected void
AbstractDomainDataRegion.releaseDataAccess
(CollectionDataAccess cacheAccess) -
Uses of CollectionDataAccess in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionDataAccessModifier and TypeMethodDescriptionAbstractCollectionPersister.getCacheAccessStrategy()
CollectionPersister.getCacheAccessStrategy()
Access to the collection's cache regionConstructors in org.hibernate.persister.collection with parameters of type CollectionDataAccessModifierConstructorDescriptionAbstractCollectionPersister
(Collection collectionBootDescriptor, @Nullable CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) BasicCollectionPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) OneToManyPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) -
Uses of CollectionDataAccess in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type CollectionDataAccessModifier and TypeMethodDescriptionPersisterFactoryImpl.createCollectionPersister
(Collection collectionBinding, @Nullable CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) -
Uses of CollectionDataAccess in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type CollectionDataAccessModifier and TypeMethodDescriptionPersisterFactory.createCollectionPersister
(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext) Create a collection persister instance.