Uses of Interface
org.hibernate.cache.spi.access.CollectionDataAccess
-
Packages that use CollectionDataAccess Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.persister.spi 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 CollectionDataAccess Modifier and Type Method Description CollectionDataAccess
DisabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated.CollectionDataAccess
EnabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated. -
Uses of CollectionDataAccess in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return CollectionDataAccess Modifier and Type Method Description protected CollectionDataAccess
JCacheDomainDataRegionImpl. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)
-
Uses of CollectionDataAccess in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return CollectionDataAccess Modifier and Type Method Description CollectionDataAccess
DomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)
Build aCollectionDataAccess
instance representing access to destructured collection data stored in this cache region.@Remove CollectionDataAccess
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 CollectionDataAccess Modifier and Type Class Description class
AbstractCollectionDataAccess
class
CollectionNonStrictReadWriteAccess
Standard support forCollectionDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
CollectionReadOnlyAccess
Standard support forCollectionDataAccess
using theAccessType.READ_ONLY
access type.class
CollectionReadWriteAccess
Standard support forCollectionDataAccess
using theAccessType.READ_WRITE
access type.class
CollectionTransactionAccess
Methods in org.hibernate.cache.spi.support that return CollectionDataAccess Modifier and Type Method Description protected abstract CollectionDataAccess
AbstractDomainDataRegion. generateCollectionAccess(CollectionDataCachingConfig cachingConfig)
CollectionDataAccess
DomainDataRegionTemplate. generateCollectionAccess(CollectionDataCachingConfig accessConfig)
protected CollectionDataAccess
DomainDataRegionImpl. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)
protected CollectionDataAccess
DomainDataRegionTemplate. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)
CollectionDataAccess
AbstractDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)
Methods in org.hibernate.cache.spi.support with parameters of type CollectionDataAccess Modifier and Type Method Description protected void
AbstractDomainDataRegion. releaseDataAccess(CollectionDataAccess cacheAccess)
-
Uses of CollectionDataAccess in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionDataAccess Modifier and Type Method Description CollectionDataAccess
AbstractCollectionPersister. getCacheAccessStrategy()
CollectionDataAccess
CollectionPersister. getCacheAccessStrategy()
Access to the collection's cache region -
Uses of CollectionDataAccess in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type CollectionDataAccess Modifier and Type Method Description CollectionPersister
PersisterFactoryImpl. createCollectionPersister(Collection collectionBinding, @Nullable CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)
CollectionPersister
PersisterFactoryImpl. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)
-
Uses of CollectionDataAccess in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type CollectionDataAccess Modifier and Type Method Description default CollectionPersister
PersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)
Create a collection persister instance.CollectionPersister
PersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)
-