Interface | Description |
---|---|
DbPoolService<C> |
A service that provides database connections.
|
JdbcService |
Class | Description |
---|---|
DbC3p0PoolServiceImpl |
Implementation of
DbPoolService using C3P0 as connection pool. |
DbPoolModule | |
DbPoolServiceImpl<C> | |
DbPoolStartup | |
JdbcServiceImpl | |
MetaPoolService |
A pool service that can either use
DbC3p0PoolServiceImpl as backend. |