CachedPersister
in
Interface for persister that support second level cache.
Table of Contents
Methods
- afterTransactionComplete() : void
- Perform whatever processing is encapsulated here after completion of the transaction.
- afterTransactionRolledBack() : void
- Perform whatever processing is encapsulated here after completion of the rolled-back.
- getCacheRegion() : Region
- Gets the The region access.
Methods
afterTransactionComplete()
Perform whatever processing is encapsulated here after completion of the transaction.
public
afterTransactionComplete() : void
afterTransactionRolledBack()
Perform whatever processing is encapsulated here after completion of the rolled-back.
public
afterTransactionRolledBack() : void
getCacheRegion()
Gets the The region access.
public
getCacheRegion() : Region