Package | Description |
---|---|
org.broadleafcommerce.common.persistence.transaction |
Modifier and Type | Field and Description |
---|---|
protected TransactionLifecycle |
TransactionLifecycleEvent.lifecycle |
Modifier and Type | Method and Description |
---|---|
TransactionLifecycle |
TransactionLifecycleEvent.getLifecycle() |
static TransactionLifecycle |
TransactionLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionLifecycle[] |
TransactionLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TransactionLifecycleEvent(Object source,
TransactionLifecycle lifecycle,
Throwable e,
Object... params) |
Copyright © 2022. All rights reserved.