| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionManager
The default implementation of a connection manager.
Each Db will get its own physical connection. |
class |
MpxConnectionManager
Multiplexing connection manager.
A connection manager for applications with a large number of Db instances, e.g. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
DefaultDbPool.getConnectionManager()
Gets the connection manager.
|
ConnectionManager |
ManagedConnection.getManager()
Gets the connection manager
|
ConnectionManager |
Db.getSessionManager()
Gets the connection manager for this Db.
|
ConnectionManager |
DbFactory.getSessionManager() |
| Constructor and Description |
|---|
Db(ConnectionManager conMgr,
SessionInfo sessionInfo)
Creates an instance of a logical db connection.
|
DefaultDbPool(ConnectionManager conMgr,
SessionInfo ui)
Creates a pool useful for most servers.
Using the default connection manager. |
DefaultDbPool(String name,
ConnectionManager conMgr,
SessionInfo sessionInfo,
int iniSize,
int incSize,
int minSize,
int maxSize,
long maxIdleMinutes,
long maxUsageMinutes)
Creates a pool.
|
ManagedConnection(ConnectionManager manager,
Backend backend,
Connection connection)
Creates a managed connection.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.