Package | Description |
---|---|
org.castor.persist | |
org.castor.persist.proxy |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionContext.addTxSynchronizable(TxSynchronizable synchronizable)
Register a listener which wants to synchronize its state to the state of the
transaction.
|
void |
TransactionContext.addTxSynchronizable(TxSynchronizable synchronizable)
Register a listener which wants to synchronize its state to the state of the
transaction.
|
void |
AbstractTransactionContext.removeTxSynchronizable(TxSynchronizable synchronizable)
Unregister a listener which wants to synchronize its state to the state of the
transaction.
|
void |
TransactionContext.removeTxSynchronizable(TxSynchronizable synchronizable)
Unregister a listener which wants to synchronize its state to the state of the
transaction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LazyCollection<T>
Lazy is a place holder interface to indicate that a data object or
a Collection in a data object is an Lazy instance.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyHashSet<E>
It is a lazy Collection.
|
Copyright © 2014. All rights reserved.