|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataTransaction | |
org.caleigo.core | |
org.caleigo.core.service |
Uses of IDataTransaction in org.caleigo.core |
Classes in org.caleigo.core that implement IDataTransaction | |
static class |
AbstractDataService.AbstractDataTransaction
|
protected static class |
TunneledDataService.TunneledDataTransaction
|
Methods in org.caleigo.core that return IDataTransaction | |
IDataTransaction |
TunneledDataService.newTransaction()
|
IDataTransaction |
IDataTransaction.Job.getDataTransaction()
Returns the data transaction that this job commits. |
IDataTransaction |
IDataService.newTransaction()
Returns a new IDataTransaction object that can be used to batch data operations and wrap them in a transaction. |
abstract IDataTransaction |
AbstractDataService.newTransaction()
|
Methods in org.caleigo.core with parameters of type IDataTransaction | |
void |
ProxyEntity.prepareControlledLoad(IDataTransaction transaction)
Prepares an transaction to load the proxy-chain structure that is controlled by the called IProxyController. |
void |
ProxyEntity.prepareControlledStore(IDataTransaction transaction)
Prepares an transaction to store any changes made to the proxy-chain structure that is controlled by the called IProxyController. |
void |
ITransactionEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
void |
IProxyController.prepareControlledLoad(IDataTransaction transaction)
Prepares an transaction to load the proxy-chain structure that is controlled by the called IProxyController. |
void |
IProxyController.prepareControlledStore(IDataTransaction transaction)
Prepares an transaction to store any changes made to the proxy-chain structure that is controlled by the called IProxyController. |
void |
IControlledProxy.prepareLoad(IDataTransaction transaction)
|
void |
IControlledProxy.prepareStore(IDataTransaction transaction)
|
void |
ControlledProxySelection.prepareLoad(IDataTransaction transaction)
|
void |
ControlledProxySelection.prepareStore(IDataTransaction transaction)
|
void |
ControlledProxyEntity.prepareLoad(IDataTransaction transaction)
|
void |
ControlledProxyEntity.prepareStore(IDataTransaction transaction)
|
void |
CompositeEntityDescriptor.CompositeStoreEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
void |
CompositeEntityDescriptor.CompositeStoreEntityAction.cleanUpTransaction(IDataBundle data,
IDataTransaction transaction)
Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action. |
void |
CompositeEntityDescriptor.CompositeDeleteEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
void |
CompositeEntityDescriptor.CompositeDeleteEntityAction.cleanUpTransaction(IDataBundle data,
IDataTransaction transaction)
Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action. |
IDataTransaction.Job |
AsyncTransactionHandler.commit(IDataTransaction transaction)
|
void |
ActionQueue.prepareTransaction(IDataTransaction transaction)
Action method tha will add all queued actions on the transaction in the order they were added to the called ActionQueue. |
void |
ActionQueue.ActionRequest.prepareTransaction(IDataTransaction transaction)
|
abstract void |
AbstractTransactionEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
void |
AbstractTransactionEntityAction.cleanUpTransaction(IDataBundle data,
IDataTransaction transaction)
Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action. |
void |
AbstractEntityDescriptor.StoreEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
void |
AbstractEntityDescriptor.DeleteEntityAction.prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
Constructors in org.caleigo.core with parameters of type IDataTransaction | |
IDataTransaction.Job(IDataTransaction dataTransaction)
|
Uses of IDataTransaction in org.caleigo.core.service |
Classes in org.caleigo.core.service that implement IDataTransaction | |
protected class |
CachedDataService.CachedDataTransaction
|
protected class |
JDBCDataService.JDBCDataTransaction
|
protected class |
JDBCPreparedStatementDataService.JDBCDataTransaction
|
protected class |
MemoryDataService.DataTransaction
|
Methods in org.caleigo.core.service that return IDataTransaction | |
IDataTransaction |
MemoryDataService.newTransaction()
Returns a new IDataTransaction object that can be used to batch data operations and wrap them in a transaction. |
IDataTransaction |
JDBCPreparedStatementDataService.newTransaction()
|
IDataTransaction |
JDBCDataService.newTransaction()
|
IDataTransaction |
CachedDataService.newTransaction()
|
protected IDataTransaction |
CachedDataService.CachedDataTransaction.getSourceTransaction()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |