| Modifier and Type | Method and Description | 
|---|---|
TransactionType | 
RepositoryConfig.getTransactionType()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionType | 
TransactionType.get(String s)  | 
static TransactionType | 
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransactionType[] | 
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionType | 
LocalTransactionAdapter.geTransactionType()  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionType | 
EmptyTransactionAdapter.geTransactionType()  | 
TransactionType | 
JpaTransactionAdapter.geTransactionType()  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionType | 
Transactional.geTransactionType()
Type of transactions supported by the repository 
 | 
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.