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 interfaceElsqlComponentBuilderFactory.ElsqlComponentBuilderBuilder for the ElSQL component.static classElsqlComponentBuilderFactory.ElsqlComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ElsqlComponentBuilderFactory.ElsqlComponentBuilderelsql()ElSQL (camel-elsql) Use ElSql to define SQL queries.
-
-
-
Method Detail
-
elsql
static ElsqlComponentBuilderFactory.ElsqlComponentBuilder elsql()
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
-
-