Uses of Class
org.hibernate.cache.jbc.entity.OptimisticTransactionalAccess

Packages that use OptimisticTransactionalAccess
org.hibernate.cache.jbc.entity   
 

Uses of OptimisticTransactionalAccess in org.hibernate.cache.jbc.entity
 

Subclasses of OptimisticTransactionalAccess in org.hibernate.cache.jbc.entity
 class OptimisticReadOnlyAccess
          This defines the strategy for read-only access to enity data in an optimistic-locking JBossCache using its 2.x APIs

The read-only access to a JBossCache really is still transactional, just with the extra semantic or guarantee that we will not update data.

 



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