Interface JdbcConnectionProvider
- All Superinterfaces:
GcJdbcConnectionProvider
- All Known Implementing Classes:
C3p0JdbcConnectionProvider,GrouperJdbcConnectionProvider
gives connections and allows returns. e.b. dbcp pooling, c3p0 pooling,
grouper built in db
-
Method Summary
Modifier and TypeMethodDescriptionget a connection (dont close this when done, just call "doneWithConnection()"Methods inherited from interface edu.internet2.middleware.grouperClient.jdbc.GcJdbcConnectionProvider
init, requiresJdbcConfigInSourcesXml
-
Method Details
-
connectionBean
Description copied from interface:GcJdbcConnectionProviderget a connection (dont close this when done, just call "doneWithConnection()"- Specified by:
connectionBeanin interfaceGcJdbcConnectionProvider- Returns:
- the connection
- Throws:
SQLException- if there is a problem
-