Package org.hibernate.cache.spi.access
-
Interface Summary Interface Description CachedDomainDataAccess Base contract for accessing the underlying cached data for a particular Navigable of the user's domain model in a transactionally ACID manner.CollectionDataAccess Contract for managing transactional and concurrent access to cached collection data.EntityDataAccess Contract for managing transactional and concurrent access to cached entity data.NaturalIdDataAccess Contract for managing transactional and concurrent access to cached naturalId data.SoftLock Memento object for use by synchronous concurrency strategies -
Enum Summary Enum Description AccessType The types of access strategies available. -
Exception Summary Exception Description UnknownAccessTypeException Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.