| Package | Description |
|---|---|
| com.speedment.runtime.core.component.connectionpool |
The
ConnectionPoolComponent and related classes are located in this
package. |
| Modifier and Type | Method and Description |
|---|---|
PoolableConnection |
SingletonConnectionPoolComponent.getConnection(com.speedment.runtime.config.Dbms dbms) |
PoolableConnection |
ConnectionPoolComponent.getConnection(com.speedment.runtime.config.Dbms dbms)
Returns a {link PoolableConnection} from this connection pool.
|
PoolableConnection |
SingletonConnectionPoolComponent.getConnection(String uri,
String user,
char[] password) |
PoolableConnection |
ConnectionPoolComponent.getConnection(String uri,
String username,
char[] password)
Returns a {link PoolableConnection} from this connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonConnectionPoolComponent.returnConnection(PoolableConnection poolableConnection) |
void |
ConnectionPoolComponent.returnConnection(PoolableConnection connection)
Returns a
PoolableConnection to the pool. |
Copyright © 2019 Speedment, Inc.. All rights reserved.