|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionWithQuery | |
---|---|
org.prevayler | |
org.prevayler.contrib.facade | |
org.prevayler.implementation | |
org.prevayler.tutorial | |
org.prevayler.util.memento |
Uses of TransactionWithQuery in org.prevayler |
---|
Subinterfaces of TransactionWithQuery in org.prevayler | |
---|---|
interface |
SureTransactionWithQuery<P,R>
The same as TransactionWithQuery except it does not throw Exception when executed. |
Methods in org.prevayler with parameters of type TransactionWithQuery | ||
---|---|---|
|
Prevayler.execute(TransactionWithQuery<? super P,R> transactionWithQuery)
Executes the given transactionWithQuery on the prevalentSystem(). |
Uses of TransactionWithQuery in org.prevayler.contrib.facade |
---|
Classes in org.prevayler.contrib.facade that implement TransactionWithQuery | |
---|---|
class |
ProxyTransactionWithQuery
Proxy representation of a Prevayler TransactionWithQuery |
Uses of TransactionWithQuery in org.prevayler.implementation |
---|
Classes in org.prevayler.implementation that implement TransactionWithQuery | |
---|---|
class |
AppendTransactionWithQuery
|
Methods in org.prevayler.implementation with parameters of type TransactionWithQuery | ||
---|---|---|
|
PrevaylerImpl.execute(TransactionWithQuery<? super P,R> transactionWithQuery)
|
Uses of TransactionWithQuery in org.prevayler.tutorial |
---|
Classes in org.prevayler.tutorial that implement TransactionWithQuery | |
---|---|
class |
AddTask
|
Uses of TransactionWithQuery in org.prevayler.util.memento |
---|
Classes in org.prevayler.util.memento that implement TransactionWithQuery | |
---|---|
class |
MementoManagerCommand
This transaction manages the mementos and restores them in case of a failure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |