| Modifier and Type | Method and Description |
|---|---|
protected Transaction |
DefaultBackofficeStartupHandler.getCurrentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
protected EmailAddressModel |
DefaultEmailAddressFetchStrategy.handleEmailAddressCreation(java.lang.String emailAddress,
java.lang.String displayName,
Transaction tx,
boolean txRollbackOnlyBefore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBaseFacade.rollbackTransaction(Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
protected Transaction |
ModelAwareTransactionCallback.prepareTransaction()
Method providing prepare logic before
ModelAwareTransactionCallback.doInModelAwareTransaction(TransactionStatus). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTransaction |
| Modifier and Type | Method and Description |
|---|---|
protected static Transaction |
Transaction.createNew() |
static Transaction |
Transaction.current()
Returns the current transaction instance.
|
protected static Transaction |
Transaction.getCurrentIfExists() |
Transaction |
Transaction.TransactionFactory.newCurrent() |
static Transaction |
Transaction.performCommitBeginEvery(Transaction existingTransaction,
int ms)
Helper method to commit a transaction after it's running over given amount of time.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Transaction.TransactionAwareExecution.execute(Transaction tx) |
static Transaction |
Transaction.performCommitBeginEvery(Transaction existingTransaction,
int ms)
Helper method to commit a transaction after it's running over given amount of time.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Utilities.invalidateCache(Transaction tx,
Cache cache,
PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.invalidateCache(Transaction tx,
Cache cache,
PK primaryKey,
boolean sendImmediately)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
Copyright © 2018 SAP SE. All Rights Reserved.