Java com.liferay.portal.kernel.transaction Propagation fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.transaction Propagation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.transaction Propagation.

The text is from its open source code.

Field

PropagationREQUIRED
Support a current transaction, create a new one if none exists.
PropagationREQUIRES_NEW
Create a new transaction, and suspend the current transaction if one exists.
PropagationSUPPORTS
Support a current transaction, execute non-transactionally if none exists.