Uses of Interface
com.github.drinkjava2.jtransactions.ConnectionManager

Packages that use ConnectionManager
com.github.drinkjava2.jdbpro   
com.github.drinkjava2.jtransactions.tinytx   
 

Uses of ConnectionManager in com.github.drinkjava2.jdbpro
 

Fields in com.github.drinkjava2.jdbpro declared as ConnectionManager
protected  ConnectionManager ImprovedQueryRunner.connectionManager
           
protected static ConnectionManager DbProConfig.globalNextConnectionManager
           
 

Methods in com.github.drinkjava2.jdbpro that return ConnectionManager
 ConnectionManager ImprovedQueryRunner.getConnectionManager()
           
 ConnectionManager DbProConfig.getConnectionManager()
           
static ConnectionManager DbProConfig.getGlobalNextConnectionManager()
           
 

Methods in com.github.drinkjava2.jdbpro with parameters of type ConnectionManager
 void ImprovedQueryRunner.setConnectionManager(ConnectionManager connectionManager)
          Deprecated. 
 void DbProConfig.setConnectionManager(ConnectionManager connectionManager)
           
static void DbProConfig.setGlobalNextConnectionManager(ConnectionManager connectionManager)
           
 

Constructors in com.github.drinkjava2.jdbpro with parameters of type ConnectionManager
ImprovedQueryRunner(DataSource ds, ConnectionManager cm)
           
 

Uses of ConnectionManager in com.github.drinkjava2.jtransactions.tinytx
 

Classes in com.github.drinkjava2.jtransactions.tinytx that implement ConnectionManager
 class TinyTxConnectionManager
          DataSourceManager determine how to get or release connection from DataSource, it can be different transaction strategies like JDBC/SpringManaged/JTA..
 



Copyright © 2018. All rights reserved.