Class EntityRowMapper<T>
java.lang.Object
org.springframework.data.r2dbc.convert.EntityRowMapper<T>
- All Implemented Interfaces:
BiFunction<Row,
RowMetadata, T>
Maps a
Row
to an entity of type T
, including entities referenced.- Author:
- Mark Paluch, Ryland Degnan
-
Constructor Details
-
EntityRowMapper
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<Row,
RowMetadata, T>
-