Interface SpringJdbcEndpointBuilderFactory.SpringJdbcBuilders

    • Method Detail

      • springJdbc

        default SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder springJdbc​(String path)
        Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support. Category: database,sql Since: 3.10 Maven coordinates: org.apache.camel:camel-spring-jdbc Syntax: spring-jdbc:dataSourceName Path parameter: dataSourceName (required) Name of DataSource to lookup in the Registry. If the name is dataSource or default, then Camel will attempt to lookup a default DataSource from the registry, meaning if there is a only one instance of DataSource found, then this DataSource will be used.
        Parameters:
        path - dataSourceName
        Returns:
        the dsl builder
      • springJdbc

        default SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder springJdbc​(String componentName,
                                                                                      String path)
        Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support. Category: database,sql Since: 3.10 Maven coordinates: org.apache.camel:camel-spring-jdbc Syntax: spring-jdbc:dataSourceName Path parameter: dataSourceName (required) Name of DataSource to lookup in the Registry. If the name is dataSource or default, then Camel will attempt to lookup a default DataSource from the registry, meaning if there is a only one instance of DataSource found, then this DataSource will be used.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - dataSourceName
        Returns:
        the dsl builder