Interface Summary |
Persistable |
Persistable is an interface for a Mule object that wants
to be persisted somewhere. |
PersistenceHelper |
A PersistenceHelper is an object that can carry out some optional
pre-persistence steps for the Persistable. |
PersistenceManager |
PersistenceManager is the interface for any object that
can persist stuff. |
PersistenceSerializer |
The purpose of a PersistenceSerializer is to customize the persistence
of a Persistable object. |
PersistenceStore |
PersistenceStore is the actual store where persisted
objects are stored. |