Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of ConnectionFactory in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement ConnectionFactory Modifier and Type Class Description classDataSourceConnectionFactoryADataSource-based implementation ofConnectionFactory.classDriverConnectionFactoryADriver-based implementation ofConnectionFactory.classDriverManagerConnectionFactoryADriverManager-based implementation ofConnectionFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return ConnectionFactory Modifier and Type Method Description protected ConnectionFactoryBasicDataSource. createConnectionFactory()Creates a JDBC connection factory for this data source.ConnectionFactoryPoolableConnectionFactory. getConnectionFactory()Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type ConnectionFactory Modifier and Type Method Description protected PoolableConnectionFactoryBasicDataSource. createPoolableConnectionFactory(ConnectionFactory driverConnectionFactory)Creates the PoolableConnectionFactory and attaches it to the connection pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type ConnectionFactory Constructor Description PoolableConnectionFactory(ConnectionFactory connFactory, ObjectName dataSourceJmxObjectName)Creates a newPoolableConnectionFactory.
-