Class AerospikeTransactionManager
java.lang.Object
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.springframework.data.aerospike.transaction.sync.AerospikeTransactionManager
- All Implemented Interfaces:
Serializable,ConfigurableTransactionManager,PlatformTransactionManager,TransactionManager
A
PlatformTransactionManager implementation for managing transactions- See Also:
-
Field Summary
Fields inherited from class org.springframework.transaction.support.AbstractPlatformTransactionManager
SYNCHRONIZATION_ALWAYS, SYNCHRONIZATION_NEVER, SYNCHRONIZATION_ON_ACTUAL_TRANSACTION -
Constructor Summary
ConstructorsConstructorDescriptionAerospikeTransactionManager(com.aerospike.client.IAerospikeClient client) Create a new instance ofAerospikeTransactionManager -
Method Summary
Methods inherited from class org.springframework.transaction.support.AbstractPlatformTransactionManager
commit, getDefaultTimeout, getTransaction, getTransactionExecutionListeners, getTransactionSynchronization, isFailEarlyOnGlobalRollbackOnly, isGlobalRollbackOnParticipationFailure, isNestedTransactionAllowed, isRollbackOnCommitFailure, isValidateExistingTransaction, rollback, setDefaultTimeout, setFailEarlyOnGlobalRollbackOnly, setGlobalRollbackOnParticipationFailure, setNestedTransactionAllowed, setRollbackOnCommitFailure, setTransactionExecutionListeners, setTransactionSynchronization, setTransactionSynchronizationName, setValidateExistingTransactionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.transaction.ConfigurableTransactionManager
addListener
-
Constructor Details
-
AerospikeTransactionManager
public AerospikeTransactionManager(com.aerospike.client.IAerospikeClient client) Create a new instance ofAerospikeTransactionManager
-