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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.transaction.support.AbstractPlatformTransactionManager has subclasses.
Click this link to see all its subclasses.

Field

intSYNCHRONIZATION_ALWAYS
Always activate transaction synchronization, even for "empty" transactions that result from PROPAGATION_SUPPORTS with no existing backend transaction.
intSYNCHRONIZATION_ON_ACTUAL_TRANSACTION
Activate transaction synchronization only for actual transactions, that is, not for empty ones that result from PROPAGATION_SUPPORTS with no existing backend transaction.

Method

TransactionStatusgetTransaction(@Nullable TransactionDefinition definition)
This implementation handles propagation behavior.
booleanisNestedTransactionAllowed()
Return whether nested transactions are allowed.
StringtoString()
Returns a string representation of the object.