Java org.springframework.transaction.support TransactionOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.support TransactionOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.support TransactionOperations.

The text is from its open source code.

Implementation

org.springframework.transaction.support.TransactionOperations has the following implementations.
Click this link to see all its implementation.

Method

Texecute(TransactionCallback action)
Execute the action specified by the given callback object within a transaction.
voidexecute(Runnable action)
Execute the action specified by the given Runnable within a transaction.