Class PluggableJdbcPooledConnection

All Implemented Interfaces:
AdaptrisComponent, AdaptrisConnection, ComponentLifecycle, ComponentLifecycleExtension, StateManagedComponent

@ComponentProfile(summary="Connect to a database using a JDBC driver; connection pooling is pluggable", tag="connections,jdbc", since="3.9.2") public class PluggableJdbcPooledConnection extends JdbcPooledConnectionImpl
Concrete JdbcPooledConnectionImpl that allows you to plug in connection pool implementations.

Generally, we find that c3p0 is good enough; however, in some use-cases you might want to switch to a different connection pool implementation. This variant allows you to plug in different builder implementations for the underlying connection pool.