Uses of Interface
org.apache.camel.component.jdbc.ConnectionStrategy
-
-
Uses of ConnectionStrategy in org.apache.camel.component.jdbc
Classes in org.apache.camel.component.jdbc that implement ConnectionStrategy Modifier and Type Class Description classDefaultConnectionStrategyMethods in org.apache.camel.component.jdbc that return ConnectionStrategy Modifier and Type Method Description ConnectionStrategyJdbcComponent. getConnectionStrategy()ConnectionStrategyJdbcEndpoint. getConnectionStrategy()Methods in org.apache.camel.component.jdbc with parameters of type ConnectionStrategy Modifier and Type Method Description voidJdbcComponent. setConnectionStrategy(ConnectionStrategy connectionStrategy)To use a custom strategy for working with connections.voidJdbcEndpoint. setConnectionStrategy(ConnectionStrategy connectionStrategy)To use a custom strategy for working with connections.Constructors in org.apache.camel.component.jdbc with parameters of type ConnectionStrategy Constructor Description JdbcProducer(JdbcEndpoint endpoint, DataSource dataSource, ConnectionStrategy connectionStrategy, int readSize, Map<String,Object> parameters)
-