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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidcommit(TransactionStatus status)
Commit the given transaction, with regard to its status.
ClassgetClass()
Returns the runtime class of this Object .
TransactionStatusgetTransaction(@Nullable TransactionDefinition definition)
Return a currently active transaction or create a new one, according to the specified propagation behavior.
voidrollback(TransactionStatus status)
Perform a rollback of the given transaction.