Uses of Interface
org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy
-
Uses of JdbcPrepareStatementStrategy in org.apache.camel.component.jdbc
Classes in org.apache.camel.component.jdbc that implement JdbcPrepareStatementStrategyModifier and TypeClassDescriptionclassDefaultJdbcPrepareStatementStrategywhich is a copy from the camel-sql component having this functionality first.Methods in org.apache.camel.component.jdbc that return JdbcPrepareStatementStrategyMethods in org.apache.camel.component.jdbc with parameters of type JdbcPrepareStatementStrategyModifier and TypeMethodDescriptionvoidJdbcEndpoint.setPrepareStatementStrategy(JdbcPrepareStatementStrategy prepareStatementStrategy) Allows the plugin to use a custom org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to control preparation of the query and prepared statement.