Interface Summary |
Clock |
Tells the time. |
Prevayler<P> |
Implementations of this interface can provide transparent persistence and replication to all Business Objects in a Prevalent System. |
Query<P,R> |
Represents a query that can be executed on a Prevalent System. |
SureTransactionWithQuery<P,R> |
The same as TransactionWithQuery except it does not throw Exception when executed. |
Transaction<P> |
An atomic transaction to be executed on a Prevalent System. |
TransactionWithQuery<P,R> |
A Transaction that also returns a result or throws an Exception after executing. |