| Package | Description |
|---|---|
| net.sf.hajdbc.pool | |
| net.sf.hajdbc.pool.generic | |
| net.sf.hajdbc.pool.sql | |
| net.sf.hajdbc.state.bdb | |
| net.sf.hajdbc.state.sqlite |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPoolProvider<T,E extends Exception>
Abstract pool provider implementation.
|
class |
CloseablePoolProvider<T extends Closeable,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Exception> |
PoolFactory.createPool(PoolProvider<T,E> provider)
Creates a pool using the specified provider.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Exception> |
GenericObjectPoolFactory.createPool(PoolProvider<T,E> provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolProvider
Connection object pool provider implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
BerkeleyDBStateManager |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteDbPoolProvider
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.