| Package | Description |
|---|---|
| net.sf.jkniv.whinstone | |
| net.sf.jkniv.whinstone.transaction |
| Modifier and Type | Method and Description |
|---|---|
ConnectionAdapter |
ConnectionFactory.open()
Attempts to establish a connection to the database
|
ConnectionAdapter |
ConnectionFactory.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionFactory.close(ConnectionAdapter conn)
null-safe close connection. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionAdapter |
TransactionContext.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionContext |
TransactionSessions.set(String contextName,
Transactional tx,
ConnectionAdapter conn) |
| Constructor and Description |
|---|
TransactionContext(String name,
Transactional tx,
ConnectionAdapter conn) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.