Package org.apache.camel.component.jdbc
package org.apache.camel.component.jdbc
Defines an JDBC component that can bind to JDBC datasources.
-
ClassDescriptionA mapper to map row names to java bean setter names, when using the outputClass option.Pluggable strategy for working with
Connectionwith theJdbcProducer.The defaultBeanRowMapperwill map row names to lower case names, but use a single upper case letter after underscores or dashes (which is skipped).DefaultJdbcPrepareStatementStrategywhich is a copy from the camel-sql component having this functionality first.Generated by camel build tools - do NOT edit this file!JDBC ConstantsAccess databases through SQL and JDBC.Generated by camel build tools - do NOT edit this file!Generated by camel build tools - do NOT edit this file!Strategy for preparing statements when executing SQL queries.