Class SpringConnectionStrategy
java.lang.Object
org.apache.camel.component.spring.jdbc.SpringConnectionStrategy
- All Implemented Interfaces:
org.apache.camel.component.jdbc.ConnectionStrategy
public class SpringConnectionStrategy
extends Object
implements org.apache.camel.component.jdbc.ConnectionStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnection(DataSource dataSource) booleanisConnectionTransactional(Connection connection, DataSource dataSource)
-
Constructor Details
-
SpringConnectionStrategy
public SpringConnectionStrategy()
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceorg.apache.camel.component.jdbc.ConnectionStrategy- Throws:
Exception
-
isConnectionTransactional
- Specified by:
isConnectionTransactionalin interfaceorg.apache.camel.component.jdbc.ConnectionStrategy
-