Package org.springframework.datastore.core

Interface Summary
Datastore The Datastore interface is the basic commom denominator all NoSQL databases should support: Storing data Retrieving one or more elements at a time, identified by their keys Deleting one or more elements
DatastoreAware An interface for classes to implement that want access to the Datastore
Session The Session represents the active interaction with a datastore.
SessionImplementor Created by IntelliJ IDEA.
 

Class Summary
AbstractDatastore Abstract Datastore implementation that deals with binding the Session to thread locale upon creation.
AbstractSession<N> Abstract implementation of the Session interface that uses a list of Persister instances to save, update and delete instances
DatastoreUtils Helper class for obtaining Datastore sessions.
 

Exception Summary
ConnectionNotFoundException Thrown when a session cannot be located
DatastoreException General exception for errors related to the configuration of the Datastore
EntityCreationException Thrown when there was an error creating an entity