org.vrspace.neurogrid
Interface Storable


public interface Storable

This interface means custom OR mapping. An object is able to store itself without DBAdapter storage logic.


Method Summary
 void store(Store store)
           
 

Method Detail

store

public void store(Store store)
           throws java.lang.Exception
Throws:
java.lang.Exception