Package | Description |
---|---|
net.sf.jkniv.whinstone | |
net.sf.jkniv.whinstone.jdbc | |
net.sf.jkniv.whinstone.jdbc.transaction | |
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 | Class and Description |
---|---|
class |
JdbcConnectionAdapter |
Modifier and Type | Method and Description |
---|---|
ConnectionAdapter |
DataSourceAdapter.open()
Attempts to establish a connection to the database
|
ConnectionAdapter |
DriverManagerAdapter.open()
Attempts to establish a connection to the database
|
ConnectionAdapter |
SpringDataSourceAdapter.open() |
ConnectionAdapter |
DataSourceAdapter.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
ConnectionAdapter |
DriverManagerAdapter.open(Isolation isolation)
Attempts to establish a connection to the database with specific isolation
|
ConnectionAdapter |
SpringDataSourceAdapter.open(Isolation isolation) |
Modifier and Type | Method and Description |
---|---|
void |
SpringDataSourceAdapter.close(ConnectionAdapter conn) |
Modifier and Type | Field and Description |
---|---|
protected ConnectionAdapter |
AbstractTransaction.connAdapter |
Modifier and Type | Method and Description |
---|---|
abstract ConnectionAdapter |
AbstractTransaction.open()
Open new connection with default connection properties from driver version.
|
ConnectionAdapter |
LocalTransactionAdapter.open() |
Constructor and Description |
---|
AbstractTransaction(String contextName,
ConnectionAdapter connAdapter,
TransactionScope transactionScope) |
LocalTransactionAdapter(ConnectionAdapter connAdapter) |
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.