org.hibernate.cache.jbc.entity
Class OptimisticTransactionalAccess

java.lang.Object
  extended by org.hibernate.cache.jbc.entity.TransactionalAccess
      extended by org.hibernate.cache.jbc.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

Field Summary
 
Fields inherited from class org.hibernate.cache.jbc.entity.TransactionalAccess
region
 
Constructor Summary
OptimisticTransactionalAccess(EntityRegionImpl region)
          Create a new OptimisticTransactionalAccess.
 
Method Summary
 
Methods inherited from class org.hibernate.cache.jbc.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
 

Constructor Detail

OptimisticTransactionalAccess

public OptimisticTransactionalAccess(EntityRegionImpl region)
Create a new OptimisticTransactionalAccess.

Parameters:
region - The region\ to which this is providing access


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.