- All Implemented Interfaces:
- Pipelet
public class JdbcFetcherPipelet
extends AbstractJdbcPipelet
Pipelet that fetches data from a database via JDBC, using a statement which is parameterized by record values.
The result of the pipelet is the given input record enriched with the database result. If the database result
contains multiple rows, all values of a column are merged.
The values for the PreparedStatement are selected from the input record by following the configured value paths.
If a value path references a single value, this is used. If it references a sequence of values, the first value is
used. In any other case, the value is set 'null'.