Package | Description |
---|---|
org.hibernate.cache.jbc.entity |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2002-2014 Red Hat Middleware, LLC. All Rights Reserved