|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Session interface that uses
a list of Persister instances
to save, update and delete instancesEntityInterceptor
Session.disconnect()
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
PlatformTransactionManager instance that
works with the Spring datastore abstractionEntityInterceptor instancesPersister specificly for persisting PersistentEntity instancesWebRequestInterceptor instance that
handles opening a Datastore session within the scope of a requestEntityPersister for the Redis NoSQL datastoreQuery.Criterion instancesDatastore interface that backs onto an in-memory map.Session interface that backs onto an in-memory map.TransactionSynchronization
for the Datastore abstraction.Session.disconnect()
EntityInterceptor that uses
Spring's validation mechanism to evict objects if an error occurs
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||