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 "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.engine.spi org.hibernate.persister.entity org.hibernate.persister.spi -
-
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 a EntityRegionAccess instance representing access to entity data stored in this cache region using the given AccessType.EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.UseEntityPersister.getCacheAccessStrategy()instead -
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.engine.spi
Methods in org.hibernate.engine.spi that return EntityDataAccess Modifier and Type Method Description EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.UseEntityPersister.getCacheAccessStrategy()instead -
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)Constructors in org.hibernate.persister.entity with parameters of type EntityDataAccess Constructor Description AbstractEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)JoinedSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)SingleTableEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, PersisterCreationContext creationContext)UnionSubclassEntityPersister(PersistentClass persistentClass, EntityDataAccess cacheAccessStrategy, NaturalIdDataAccess naturalIdRegionAccessStrategy, 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 EntityPersisterPersisterFactory. createEntityPersister(PersistentClass entityBinding, EntityDataAccess entityCacheAccessStrategy, NaturalIdDataAccess naturalIdCacheAccessStrategy, PersisterCreationContext creationContext)Create an entity persister instance.
-