Interface ElsqlComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface ElsqlComponentBuilderFactory
Use ElSql to define SQL queries. Extends the SQL Component. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ElsqlComponentBuilderFactory.ElsqlComponentBuilder
Builder for the ElSQL component.static class
ElsqlComponentBuilderFactory.ElsqlComponentBuilderImpl
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static ElsqlComponentBuilderFactory.ElsqlComponentBuilder
elsql()
Deprecated.
-
-
-
Method Detail
-
elsql
@Deprecated static ElsqlComponentBuilderFactory.ElsqlComponentBuilder elsql()
Deprecated.ElSQL (camel-elsql) Use ElSql to define SQL queries. Extends the SQL Component. Category: database,sql Since: 2.16 Maven coordinates: org.apache.camel:camel-elsql- Returns:
- the dsl builder
-
-