T - The type of entity to which the row is to be mappedpublic class EntityRowModelMapper<T> extends Object implements RowModelMapper<T>
RowModelMapper that maps each row value onto| Constructor and Description |
|---|
EntityRowModelMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapIntoResult(Collection<T> result,
Object[] rowValues,
String[] responseVariables)
Appends elements to the given result for each of the row values.
|
public void mapIntoResult(Collection<T> result, Object[] rowValues, String[] responseVariables)
RowModelMappermapIntoResult in interface RowModelMapper<T>result - The collection into which mapped objects are to be addedrowValues - The value in the row returned from the graph databaseresponseVariables - The names of the columns in the rowCopyright © 2015 Neo Technology, Inc.. All rights reserved.