| org.hibernate.cache.jbc2.entity |
|
| Java Source File Name | Type | Comment |
| EntityRegionImpl.java | Class | Defines the behavior of the entity cache regions for JBossCache. |
| OptimisticReadOnlyAccess.java | Class | 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.java | Class | |
| ReadOnlyAccess.java | Class | 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.java | Class | |