Uses of Class
org.apache.camel.component.jdbc.JdbcEndpoint
-
-
Uses of JdbcEndpoint in org.apache.camel.component.jdbc
Methods in org.apache.camel.component.jdbc that return JdbcEndpoint Modifier and Type Method Description protected JdbcEndpointJdbcComponent. createEndpoint(String uri, JdbcComponent component, DataSource dataSource)JdbcEndpointJdbcProducer. getEndpoint()Constructors in org.apache.camel.component.jdbc with parameters of type JdbcEndpoint Constructor Description JdbcProducer(JdbcEndpoint endpoint, DataSource dataSource, ConnectionStrategy connectionStrategy, int readSize, Map<String,Object> parameters)
-