Class AerospikeTransactionManager

java.lang.Object
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.springframework.data.aerospike.transaction.sync.AerospikeTransactionManager
All Implemented Interfaces:
Serializable, ConfigurableTransactionManager, PlatformTransactionManager, TransactionManager

public class AerospikeTransactionManager extends AbstractPlatformTransactionManager
A PlatformTransactionManager implementation for managing transactions
See Also:
  • Constructor Details

    • AerospikeTransactionManager

      public AerospikeTransactionManager(com.aerospike.client.IAerospikeClient client)
      Create a new instance of AerospikeTransactionManager