Uses of Interface
org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Packages that use CachedDomainDataAccess Package Description org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider. -
-
Uses of CachedDomainDataAccess in org.hibernate.cache.spi.access
Subinterfaces of CachedDomainDataAccess in org.hibernate.cache.spi.access Modifier and Type Interface Description interfaceCollectionDataAccessContract for managing transactional and concurrent access to cached collection data.interfaceEntityDataAccessContract for managing transactional and concurrent access to cached entity data.interfaceNaturalIdDataAccessContract for managing transactional and concurrent access to cached naturalId data. -
Uses of CachedDomainDataAccess in org.hibernate.cache.spi.support
-