Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.PoolableConnectionMXBean
Packages that use PoolableConnectionMXBean
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of PoolableConnectionMXBean in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement PoolableConnectionMXBeanModifier and TypeClassDescriptionclass
A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.