| Package | Description |
|---|---|
| com.revolsys.data.record.schema | |
| com.revolsys.swing.parallel | |
| com.revolsys.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
RecordStore.createTransaction(Propagation propagation) |
Transaction |
AbstractRecordStore.createTransaction(Propagation propagation) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Invoke.backgroundTransaction(String description,
org.springframework.transaction.PlatformTransactionManager transactionManager,
Propagation propagation,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
static Propagation |
Propagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Propagation[] |
Propagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
Transaction.runnable(Runnable runnable,
org.springframework.transaction.PlatformTransactionManager transactionManager,
Propagation propagation) |
static org.springframework.transaction.support.DefaultTransactionDefinition |
Transaction.transactionDefinition(Propagation propagation) |
static org.springframework.transaction.support.DefaultTransactionStatus |
Transaction.transactionStatus(org.springframework.transaction.PlatformTransactionManager transactionManager,
Propagation propagation) |
| Constructor and Description |
|---|
Transaction(org.springframework.transaction.PlatformTransactionManager transactionManager,
Propagation propagation) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.