org.sqlproc.engine.config.store
Interface PersistentObject


public interface PersistentObject

The classes, which implements this interface, can be persisted using the sql-processor-spring.

For more info please see the Tutorials.

Author:
Vladimir Hudec

Method Summary
 void empty()
          This is called in the case the state of the persisted class instance should be cleared.
 Class<?> getType()
          Returns the persisted class type.
 void init()
          This is called after the persisted class instantiation.
 

Method Detail

getType

Class<?> getType()
Returns the persisted class type.

Returns:
the persisted class type

init

void init()
This is called after the persisted class instantiation.


empty

void empty()
This is called in the case the state of the persisted class instance should be cleared.



Copyright © 2015. All rights reserved.