com.liferay.portal.kernel.transaction
Interface TransactionDefinition
public interface TransactionDefinition
ISOLATION_COUNTER
static final int ISOLATION_COUNTER
- See Also:
- Constant Field Values
ISOLATION_DEFAULT
static final int ISOLATION_DEFAULT
- See Also:
- Constant Field Values
ISOLATION_PORTAL
static final int ISOLATION_PORTAL
- See Also:
- Constant Field Values
ISOLATION_READ_COMMITTED
static final int ISOLATION_READ_COMMITTED
- See Also:
- Constant Field Values
ISOLATION_READ_UNCOMMITTED
static final int ISOLATION_READ_UNCOMMITTED
- See Also:
- Constant Field Values
ISOLATION_REPEATABLE_READ
static final int ISOLATION_REPEATABLE_READ
- See Also:
- Constant Field Values
ISOLATION_SERIALIZABLE
static final int ISOLATION_SERIALIZABLE
- See Also:
- Constant Field Values
PROPAGATION_MANDATORY
static final int PROPAGATION_MANDATORY
- See Also:
- Constant Field Values
PROPAGATION_NESTED
static final int PROPAGATION_NESTED
- See Also:
- Constant Field Values
PROPAGATION_NEVER
static final int PROPAGATION_NEVER
- See Also:
- Constant Field Values
PROPAGATION_NOT_SUPPORTED
static final int PROPAGATION_NOT_SUPPORTED
- See Also:
- Constant Field Values
PROPAGATION_REQUIRED
static final int PROPAGATION_REQUIRED
- See Also:
- Constant Field Values
PROPAGATION_REQUIRES_NEW
static final int PROPAGATION_REQUIRES_NEW
- See Also:
- Constant Field Values
PROPAGATION_SUPPORTS
static final int PROPAGATION_SUPPORTS
- See Also:
- Constant Field Values
TIMEOUT_DEFAULT
static final int TIMEOUT_DEFAULT
- See Also:
- Constant Field Values