Uses of Package
org.hibernate.cache.spi.access
-
Packages that use org.hibernate.cache.spi.access Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cache.cfg.spi org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.access org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.engine.spi org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.persister.spi -
Classes in org.hibernate.cache.spi.access used by org.hibernate.annotations Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.boot Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.boot.jaxb.hbm.spi Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.boot.model Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.boot.spi Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.cfg.spi Class Description AccessType The types of access strategies available. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.spi Class Description AccessType The types of access strategies available.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. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.spi.access Class Description AccessType The types of access strategies available.CachedDomainDataAccess Base contract for accessing the underlying cached data for a particular Navigable of the user's domain model in a transactionally ACID manner.SoftLock Memento object for use by synchronous concurrency strategies -
Classes in org.hibernate.cache.spi.access used by org.hibernate.cache.spi.support Class Description AccessType The types of access strategies available.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 -
Classes in org.hibernate.cache.spi.access used by org.hibernate.engine.spi Class Description 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. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.persister.collection Class Description CollectionDataAccess Contract for managing transactional and concurrent access to cached collection data. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.persister.entity Class Description EntityDataAccess Contract for managing transactional and concurrent access to cached entity data.NaturalIdDataAccess Contract for managing transactional and concurrent access to cached naturalId data. -
Classes in org.hibernate.cache.spi.access used by org.hibernate.persister.spi Class Description 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.