Package io.micronaut.data.jdbc.mapper
Interface SqlResultConsumer<T>
- Type Parameters:
T- The entity type
- All Superinterfaces:
BiConsumer<T,,io.micronaut.data.runtime.mapper.ResultConsumer.Context<ResultSet>> io.micronaut.data.runtime.mapper.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.
@FunctionalInterface
public interface SqlResultConsumer<T>
extends io.micronaut.data.runtime.mapper.ResultConsumer<T,ResultSet>
A mapping function specific to SQL.
- Since:
- 1.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.data.runtime.mapper.ResultConsumer
io.micronaut.data.runtime.mapper.ResultConsumer.Context<RS extends Object> -
Field Summary
Fields -
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Field Details
-
ROLE
The role name for the type.- See Also:
-