Uses of Interface
org.hibernate.cache.spi.access.EntityDataAccess
-
Packages that use EntityDataAccess Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal 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.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters. -
-
Uses of EntityDataAccess in org.hibernate.action.internal
Methods in org.hibernate.action.internal with parameters of type EntityDataAccess Modifier and Type Method Description protected booleanEntityInsertAction. cacheAfterInsert(EntityDataAccess cache, Object ck)protected voidEntityUpdateAction. cacheAfterUpdate(EntityDataAccess cache, Object ck, SharedSessionContractImplementor session) -
Uses of EntityDataAccess in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return EntityDataAccess Modifier and Type Method Description EntityDataAccessDisabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.EntityDataAccessEnabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated. -
Uses of EntityDataAccess in org.hibernate.cache.jcache.internal
Methods in org.hibernate.cache.jcache.internal that return EntityDataAccess Modifier and Type Method Description protected EntityDataAccessJCacheDomainDataRegionImpl. generateTransactionalEntityDataAccess(EntityDataCachingConfig entityAccessConfig) -
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.internal
Methods in org.hibernate.persister.internal with parameters of type EntityDataAccess Modifier and Type Method Description EntityPersisterPersisterFactoryImpl. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, RuntimeModelCreationContext creationContext)EntityPersisterPersisterFactoryImpl. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext) -
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)
-