Uses of Interface
org.hibernate.cache.spi.access.CachedDomainDataAccess
Packages that use CachedDomainDataAccess
Package
Description
Defines contracts for transactional and concurrent access to cached
entity and
collection data.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
Support for many of the internal workings of Hibernate.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of CachedDomainDataAccess in org.hibernate.cache.spi.access
Subinterfaces of CachedDomainDataAccess in org.hibernate.cache.spi.accessModifier and TypeInterfaceDescriptioninterface
Contract for managing transactional and concurrent access to cached collection data.interface
Contract for managing transactional and concurrent access to cached entity data.interface
Contract for managing transactional and concurrent access to cached naturalId data. -
Uses of CachedDomainDataAccess in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement CachedDomainDataAccessModifier and TypeClassDescriptionclass
class
class
class
class
class
Standard support forCollectionDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
Standard support forCollectionDataAccess
using theAccessType.READ_ONLY
access type.class
Standard support forCollectionDataAccess
using theAccessType.READ_WRITE
access type.class
class
Standard support forEntityDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
Standard support forEntityDataAccess
using theAccessType.READ_ONLY
access type.class
Standard support forEntityDataAccess
using theAccessType.READ_WRITE
access type.class
class
Standard support forNaturalIdDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type.class
Standard support forNaturalIdDataAccess
using theAccessType.READ_ONLY
access type.class
Standard support forNaturalIdDataAccess
using theAccessType.READ_WRITE
access type.class
-
Uses of CachedDomainDataAccess in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type CachedDomainDataAccessModifier and TypeMethodDescriptionstatic Object
CacheHelper.fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, CollectionPersister persister, CachedDomainDataAccess cacheAccess) static Object
CacheHelper.fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, EntityPersister persister, boolean isNaturalKey, CachedDomainDataAccess cacheAccess) static Object
CacheHelper.fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, EntityPersister persister, CachedDomainDataAccess cacheAccess) -
Uses of CachedDomainDataAccess in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type CachedDomainDataAccessModifier and TypeMethodDescriptionvoid
EmptyEventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventManager.CacheActionDescription description) void
EmptyEventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventManager.CacheActionDescription description) void
EmptyEventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventManager.CacheActionDescription description) -
Uses of CachedDomainDataAccess in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type CachedDomainDataAccessModifier and TypeMethodDescriptionvoid
EventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventManager.CacheActionDescription description) void
EventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventManager.CacheActionDescription description) void
EventManager.completeCachePutEvent
(HibernateMonitoringEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventManager.CacheActionDescription description)