Uses of Interface
org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Packages that use CachedDomainDataAccess Package Description org.hibernate.cache.spi.access org.hibernate.cache.spi.support Package intended for simplifying the worked 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 interface
CollectionDataAccess
Contract for managing transactional and concurrent access to cached collection data.interface
EntityDataAccess
Contract for managing transactional and concurrent access to cached entity data.interface
NaturalIdDataAccess
Contract for managing transactional and concurrent access to cached naturalId data. -
Uses of CachedDomainDataAccess in org.hibernate.cache.spi.support
-