org.prevayler |
|
Java Source File Name | Type | Comment |
AlarmClock.java | Interface | The clock used by every business object in a PrevalentSystem for ALL its date/time related functions. |
Command.java | Interface | An atomic transaction to be executed on a PrevalentSystem. |
PrevalentSystem.java | Interface | A system that implements this interface can be made transparently persistent with Prevayler. |
Prevayler.java | Interface | Provides transparent persistence for all business objects in a PrevalentSystem. |