|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionDefinition
| Field Summary | |
|---|---|
static TransactionIsolation |
ISOLATION_DEFAULT
|
static TransactionPropagation |
PROPAGATION_DEFAULT
|
static boolean |
READ_ONLY_DEFAULT
|
static int |
TIMEOUT_DEFAULT
Use the default timeout of the underlying transaction system, or none if timeouts are not supported. |
| Method Summary | |
|---|---|
TransactionIsolation |
getIsolationLevel()
Return the isolation level. |
TransactionPropagation |
getPropagation()
Return the propagation behavior. |
int |
getTimeout()
Return the transaction timeout. |
boolean |
isReadOnly()
Return whether to optimize as a read-only transaction. |
| Field Detail |
|---|
static final int TIMEOUT_DEFAULT
static final TransactionPropagation PROPAGATION_DEFAULT
static final TransactionIsolation ISOLATION_DEFAULT
static final boolean READ_ONLY_DEFAULT
| Method Detail |
|---|
TransactionPropagation getPropagation()
TransactionIsolation getIsolationLevel()
int getTimeout()
boolean isReadOnly()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||