interface TransactionCapableDatastore extends Datastore
An interface for Datastore implementations that support transaction management
Type Params | Return Type | Name and description |
---|---|---|
|
abstract org.springframework.transaction.PlatformTransactionManager |
getTransactionManager()
|
Methods inherited from class | Name |
---|---|
interface Datastore |
connect, getApplicationContext, getApplicationEventPublisher, getCurrentSession, getMappingContext, hasCurrentSession, isSchemaless, withSession |
interface ServiceRegistry |
getService, getServices |