T
- The root entity typeRS
- The result set type@Introspected @FunctionalInterface public interface ResultConsumer<T,RS> extends java.util.function.BiConsumer<T,ResultConsumer.Context<RS>>
Modifier and Type | Interface and Description |
---|---|
static interface |
ResultConsumer.Context<RS>
A context object that simplifies mapping results to objects.
|