Uses of Interface
org.datanucleus.store.rdbms.connectionpool.ConnectionPool
-
Packages that use ConnectionPool Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores.org.datanucleus.store.rdbms.connectionpool Package providing support for all major Connection Pools. -
-
Uses of ConnectionPool in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as ConnectionPool Modifier and Type Field Description (package private) ConnectionPoolConnectionFactoryImpl. poolOptional locally-managed pool of connections from which we get our connections (when using URL), that backs the dataSource. -
Uses of ConnectionPool in org.datanucleus.store.rdbms.connectionpool
Classes in org.datanucleus.store.rdbms.connectionpool that implement ConnectionPool Modifier and Type Class Description classC3P0ConnectionPoolFactory.C3P0ConnectionPoolclassDBCP2BuiltinConnectionPoolFactory.DBCPConnectionPoolclassDBCP2ConnectionPoolFactory.DBCPConnectionPoolclassDefaultConnectionPoolFactory.DefaultConnectionPoolclassTomcatConnectionPoolFactory.TomcatConnectionPoolMethods in org.datanucleus.store.rdbms.connectionpool that return ConnectionPool Modifier and Type Method Description ConnectionPoolC3P0ConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)ConnectionPoolConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)Method to return a new ConnectionPoolConnectionPoolDBCP2BuiltinConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)ConnectionPoolDBCP2ConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)ConnectionPoolDefaultConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)ConnectionPoolTomcatConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
-