org.hibernate.cache.jbc2.entity
Class OptimisticTransactionalAccess
java.lang.Object
org.hibernate.cache.jbc2.entity.TransactionalAccess
org.hibernate.cache.jbc2.entity.OptimisticTransactionalAccess
- All Implemented Interfaces:
- EntityRegionAccessStrategy
- Direct Known Subclasses:
- OptimisticReadOnlyAccess
public class OptimisticTransactionalAccess
- extends TransactionalAccess
Defines the strategy for transactional access to entity data in an
optimistic-locking JBoss Cache using its 2.x APIs
- Version:
- $Revision: 1 $
- Author:
- Brian Stansberry
Methods inherited from class org.hibernate.cache.jbc2.entity.TransactionalAccess |
afterInsert, afterUpdate, evict, evictAll, get, getRegion, insert, lockItem, lockRegion, putFromLoad, putFromLoad, remove, removeAll, unlockItem, unlockRegion, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimisticTransactionalAccess
public OptimisticTransactionalAccess(EntityRegionImpl region)
- Create a new OptimisticTransactionalAccess.
- Parameters:
region
- The region\ to which this is providing access
Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved