Package org.apache.camel.component.jdbc
Class DefaultConnectionStrategy
java.lang.Object
org.apache.camel.component.jdbc.DefaultConnectionStrategy
- All Implemented Interfaces:
ConnectionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnection(DataSource dataSource) booleanisConnectionTransactional(Connection connection, DataSource dataSource)
-
Constructor Details
-
DefaultConnectionStrategy
public DefaultConnectionStrategy()
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceConnectionStrategy- Throws:
SQLException
-
isConnectionTransactional
- Specified by:
isConnectionTransactionalin interfaceConnectionStrategy
-