public class SpringConnectionStrategy extends Object implements org.apache.camel.component.jdbc.ConnectionStrategy
| Constructor and Description |
|---|
SpringConnectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(DataSource dataSource) |
boolean |
isConnectionTransactional(Connection connection,
DataSource dataSource) |
public Connection getConnection(DataSource dataSource) throws Exception
getConnection in interface org.apache.camel.component.jdbc.ConnectionStrategyExceptionpublic boolean isConnectionTransactional(Connection connection, DataSource dataSource)
isConnectionTransactional in interface org.apache.camel.component.jdbc.ConnectionStrategyApache Camel