Package org.hibernate.cache.jbc.entity

Class Summary
EntityRegionImpl Defines the behavior of the entity cache regions for JBossCache.
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.

OptimisticTransactionalAccess Defines the strategy for transactional access to entity data in an optimistic-locking JBoss Cache using its 2.x APIs
ReadOnlyAccess This defines the strategy for transactional access to enity data in JBossCache using its 2.x APIs

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

TransactionalAccess Defines the strategy for transactional access to entity data in a pessimistic-locking JBossCache using its 2.x APIs
 



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