Package org.springframework.datastore.transactions

Interface Summary
Transaction<T> Class giving the ability to start, commit and rollback a transaction.
 

Class Summary
DatastoreTransactionManager A PlatformTransactionManager instance that works with the Spring datastore abstraction
SessionHolder Holds a reference to the session
TransactionObject A transaction object returned when the transaction is created
TransactionUtils Utility methods for Transactions