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 JdbcPrepareStatementStrategy
 class DefaultJdbcPrepareStatementStrategy
          Default JdbcPrepareStatementStrategy which is a copy from the camel-sql component having this functionality first.
 

Methods in org.apache.camel.component.jdbc that return JdbcPrepareStatementStrategy
 JdbcPrepareStatementStrategy JdbcEndpoint.getPrepareStatementStrategy()
           
 

Methods in org.apache.camel.component.jdbc with parameters of type JdbcPrepareStatementStrategy
 void JdbcEndpoint.setPrepareStatementStrategy(JdbcPrepareStatementStrategy prepareStatementStrategy)
           
 



Apache Camel