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 ConnectionStrategyMethods in org.apache.camel.component.jdbc that return ConnectionStrategyModifier and TypeMethodDescriptionJdbcComponent.getConnectionStrategy()JdbcEndpoint.getConnectionStrategy()Methods in org.apache.camel.component.jdbc with parameters of type ConnectionStrategyModifier and TypeMethodDescriptionvoidJdbcComponent.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 ConnectionStrategyModifierConstructorDescriptionJdbcProducer(JdbcEndpoint endpoint, DataSource dataSource, ConnectionStrategy connectionStrategy, int readSize, Map<String, Object> parameters)