public class EntityRowMapper<T> extends Object implements BiFunction<Row,RowMetadata,T>
Row to an entity of type T, including entities referenced.| Constructor and Description |
|---|
EntityRowMapper(Class<T> typeRoRead,
R2dbcConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(Row row,
RowMetadata metadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic EntityRowMapper(Class<T> typeRoRead, R2dbcConverter converter)
public T apply(Row row, RowMetadata metadata)
apply in interface BiFunction<Row,RowMetadata,T>Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.