org.oddjob.persist
Interface Persistable


public interface Persistable

Something that can be persisted. Used to pass a components save method to helper classes.

Author:
rob

Method Summary
 void persist()
           
 

Method Detail

persist

void persist()
             throws ComponentPersistException
Throws:
ComponentPersistException