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 "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.persister.collection org.hibernate.persister.internal org.hibernate.persister.spi -
-
Uses of CollectionDataAccess in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return CollectionDataAccess Modifier and Type Method Description CollectionDataAccessDisabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)Deprecated.CollectionDataAccessEnabledCaching. 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 CollectionDataAccessJCacheDomainDataRegionImpl. 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 CollectionDataAccessDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)Build a CollectionRegionAccess instance representing access to collection data stored in this cache region using the given AccessType.CollectionDataAccessCacheImplementor. 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 classAbstractCollectionDataAccessclassCollectionNonStrictReadWriteAccessStandard support forCollectionDataAccessusing theAccessType.NONSTRICT_READ_WRITEaccess type.classCollectionReadOnlyAccessStandard support forCollectionDataAccessusing theAccessType.READ_ONLYaccess type.classCollectionReadWriteAccessStandard support forCollectionDataAccessusing theAccessType.READ_WRITEaccess type.classCollectionTransactionAccessMethods in org.hibernate.cache.spi.support that return CollectionDataAccess Modifier and Type Method Description protected abstract CollectionDataAccessAbstractDomainDataRegion. generateCollectionAccess(CollectionDataCachingConfig cachingConfig)CollectionDataAccessDomainDataRegionTemplate. generateCollectionAccess(CollectionDataCachingConfig accessConfig)protected CollectionDataAccessDomainDataRegionImpl. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)protected CollectionDataAccessDomainDataRegionTemplate. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)CollectionDataAccessAbstractDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)Methods in org.hibernate.cache.spi.support with parameters of type CollectionDataAccess Modifier and Type Method Description protected voidAbstractDomainDataRegion. 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 CollectionDataAccessAbstractCollectionPersister. getCacheAccessStrategy()CollectionDataAccessCollectionPersister. getCacheAccessStrategy()Get the cache -
Uses of CollectionDataAccess in org.hibernate.persister.internal
Methods in org.hibernate.persister.internal with parameters of type CollectionDataAccess Modifier and Type Method Description CollectionPersisterPersisterFactoryImpl. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)CollectionPersisterPersisterFactoryImpl. 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 CollectionPersisterPersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, RuntimeModelCreationContext creationContext)Create a collection persister instance.CollectionPersisterPersisterFactory. createCollectionPersister(Collection collectionBinding, CollectionDataAccess cacheAccessStrategy, PersisterCreationContext creationContext)
-