Uses of Interface
org.hibernate.cache.spi.access.EntityDataAccess
-
Packages that use EntityDataAccess Package Description org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters. -
-
Uses of EntityDataAccess in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return EntityDataAccess Modifier and Type Method Description EntityDataAccessDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)Build aEntityDataAccessinstance representing access to destructured entity data stored in this cache region.@Remove EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity. -
Uses of EntityDataAccess in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement EntityDataAccess Modifier and Type Class Description classAbstractEntityDataAccessclassEntityNonStrictReadWriteAccessStandard support forEntityDataAccessusing theAccessType.NONSTRICT_READ_WRITEaccess type.classEntityReadOnlyAccessStandard support forEntityDataAccessusing theAccessType.READ_ONLYaccess type.classEntityReadWriteAccessStandard support forEntityDataAccessusing theAccessType.READ_WRITEaccess type.classEntityTransactionalAccessMethods in org.hibernate.cache.spi.support with parameters of type EntityDataAccess Modifier and Type Method Description protected voidAbstractDomainDataRegion. releaseDataAccess(EntityDataAccess cacheAccess) -
Uses of EntityDataAccess in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityDataAccess Modifier and Type Method Description EntityDataAccessAbstractEntityPersister. getCacheAccessStrategy()EntityDataAccessEntityPersister. getCacheAccessStrategy()Get the cache (optional operation) -
Uses of EntityDataAccess in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi with parameters of type EntityDataAccess Modifier and Type Method Description default EntityPersisterPersisterFactory. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, RuntimeModelCreationContext creationContext)Create an entity persister instance.EntityPersisterPersisterFactory. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext)
-