Package | Description |
---|---|
net.sourceforge.kopylec.sqlmapper.core | |
net.sourceforge.kopylec.sqlmapper.dao |
Modifier and Type | Method and Description |
---|---|
static TransactionLevel |
TransactionLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionLevel[] |
TransactionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLRunner.beginTransaction(TransactionLevel level)
Begins a new database transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
DataAccessObject.beginTransaction(TransactionLevel level)
|
void |
DataAccessObject.openSession(TransactionLevel level)
Connects to database and opens a transaction.
|