Documentation

CachedPersister

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

        
On this page

Search results