org.hibernate.cache.jbc.collection
Class OptimisticTransactionalAccess
java.lang.Object
org.hibernate.cache.jbc.collection.TransactionalAccess
org.hibernate.cache.jbc.collection.OptimisticTransactionalAccess
- All Implemented Interfaces:
- CollectionRegionAccessStrategy
- 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.jbc.collection.TransactionalAccess |
evict, evictAll, get, getRegion, lockItem, lockRegion, putFromLoad, putFromLoad, remove, removeAll, unlockItem, unlockRegion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimisticTransactionalAccess
public OptimisticTransactionalAccess(CollectionRegionImpl region)
- Create a new OptimisticTransactionalAccess.
- Parameters:
region
- The region to which this is providing access
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.