org.springframework.datastore.mapping.lifecycle
Interface Initializable

All Known Subinterfaces:
PersistentEntity
All Known Implementing Classes:
AbstractPersistentEntity, KeyValuePersistentEntity

public interface Initializable

Interface for object that requires explicit initialization

Since:
1.0

Method Summary
 void initialize()
          Call to initialize the object
 

Method Detail

initialize

void initialize()
Call to initialize the object