org.springframework.datastore.core
Interface DatastoreAware

All Known Subinterfaces:
EntityInterceptor
All Known Implementing Classes:
AutoTimestampInterceptor, DomainEventInterceptor, EmptyInterceptor, ValidatingInterceptor

public interface DatastoreAware

An interface for classes to implement that want access to the Datastore

Since:
1.0

Method Summary
 void setDatastore(Datastore datastore)
          Sets the datastore on this instance
 

Method Detail

setDatastore

void setDatastore(Datastore datastore)
Sets the datastore on this instance

Parameters:
datastore - The datastore