Subclasses of TransactionalAccess 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. |
class |
OptimisticTransactionalAccess
Defines the strategy for transactional access to entity data in an
optimistic-locking JBoss Cache using its 2.x APIs |
class |
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. |