Uses of Interface
org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
-
Packages that use CollectionDataCachingConfig Package Description org.hibernate.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.org.hibernate.cache.jcache.internal org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider. -
-
Uses of CollectionDataCachingConfig in org.hibernate.cache.cfg.internal
Classes in org.hibernate.cache.cfg.internal that implement CollectionDataCachingConfig Modifier and Type Class Description class
CollectionDataCachingConfigImpl
Methods in org.hibernate.cache.cfg.internal that return types with arguments of type CollectionDataCachingConfig Modifier and Type Method Description List<CollectionDataCachingConfig>
DomainDataRegionConfigImpl. getCollectionCaching()
-
Uses of CollectionDataCachingConfig in org.hibernate.cache.cfg.spi
Methods in org.hibernate.cache.cfg.spi that return types with arguments of type CollectionDataCachingConfig Modifier and Type Method Description List<CollectionDataCachingConfig>
DomainDataRegionConfig. getCollectionCaching()
Retrieve the list of all collection data to be stored in this region -
Uses of CollectionDataCachingConfig in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal with parameters of type CollectionDataCachingConfig Modifier and Type Method Description protected CollectionDataAccess
JCacheDomainDataRegionImpl. generateTransactionalCollectionDataAccess(CollectionDataCachingConfig accessConfig)
-
Uses of CollectionDataCachingConfig in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support with parameters of type CollectionDataCachingConfig 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)
Constructors in org.hibernate.cache.spi.support with parameters of type CollectionDataCachingConfig Constructor Description AbstractCollectionDataAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
CollectionNonStrictReadWriteAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
CollectionReadOnlyAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
CollectionReadWriteAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
CollectionTransactionAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
-