Uses of Interface
org.apache.camel.builder.endpoint.dsl.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder
Packages that use SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder
-
Uses of SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.springJdbc(String path) Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support.StaticEndpointBuilders.springJdbc(String componentName, String path) Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support. -
Uses of SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilderModifier and TypeMethodDescriptionSpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.allowNamedParameters(boolean allowNamedParameters) Whether to allow using named parameters in the queries.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.allowNamedParameters(String allowNamedParameters) Whether to allow using named parameters in the queries.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.basic()SpringJdbcEndpointBuilderFactory.endpointBuilder(String componentName, String path) SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.outputClass(String outputClass) Specify the full package and class name to use as conversion when outputType=SelectOne or SelectList.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.outputType(String outputType) Determines the output the producer should use.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.outputType(org.apache.camel.component.jdbc.JdbcOutputType outputType) Determines the output the producer should use.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.parameters(String key, Object value) Optional parameters to the java.sql.Statement.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.parameters(Map values) Optional parameters to the java.sql.Statement.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.readSize(int readSize) The default maximum number of rows that can be read by a polling query.The default maximum number of rows that can be read by a polling query.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.resetAutoCommit(boolean resetAutoCommit) Camel will set the autoCommit on the JDBC connection to be false, commit the change after executed the statement and reset the autoCommit flag of the connection at the end, if the resetAutoCommit is true.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.resetAutoCommit(String resetAutoCommit) Camel will set the autoCommit on the JDBC connection to be false, commit the change after executed the statement and reset the autoCommit flag of the connection at the end, if the resetAutoCommit is true.SpringJdbcEndpointBuilderFactory.SpringJdbcBuilders.springJdbc(String path) Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support.SpringJdbcEndpointBuilderFactory.SpringJdbcBuilders.springJdbc(String componentName, String path) Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.transacted(boolean transacted) Whether transactions are in use.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.transacted(String transacted) Whether transactions are in use.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useGetBytesForBlob(boolean useGetBytesForBlob) To read BLOB columns as bytes instead of string data.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useGetBytesForBlob(String useGetBytesForBlob) To read BLOB columns as bytes instead of string data.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useHeadersAsParameters(boolean useHeadersAsParameters) Set this option to true to use the prepareStatementStrategy with named parameters.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useHeadersAsParameters(String useHeadersAsParameters) Set this option to true to use the prepareStatementStrategy with named parameters.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useJDBC4ColumnNameAndLabelSemantics(boolean useJDBC4ColumnNameAndLabelSemantics) Sets whether to use JDBC 4 or JDBC 3.0 or older semantic when retrieving column name.SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.useJDBC4ColumnNameAndLabelSemantics(String useJDBC4ColumnNameAndLabelSemantics) Sets whether to use JDBC 4 or JDBC 3.0 or older semantic when retrieving column name.