| Package | Description |
|---|---|
| de.hybris.platform.tx |
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalTransactionStateException
Signals that the requested transactional operation could not be performed in the current state.
|
class |
RollbackOnlyException
Signals that a transaction had been rolled back despite calling
Transaction.commit() because it had been
marked as rollback-only before. |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.begin() |
void |
Transaction.commit() |
void |
Transaction.rollback() |
Copyright © 2018 SAP SE. All Rights Reserved.