Interface SqlResultConsumer<T>
- Type Parameters:
T- The entity type
- All Superinterfaces:
BiConsumer<T, ResultConsumer.Context<ResultSet>>, ResultConsumer<T, ResultSet>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A mapping function specific to SQL.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface ResultConsumer
ResultConsumer.Context<RS> -
Field Summary
Fields -
Method Summary
Methods inherited from interface BiConsumer
accept, andThen
-
Field Details
-
ROLE
-