Module org.neo4j.ogm.drivers.api
Package org.neo4j.ogm.response.model
Class DefaultGraphRowListModel
java.lang.Object
org.neo4j.ogm.response.model.DefaultGraphRowListModel
- All Implemented Interfaces:
GraphRowListModel
- Author:
- vince
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(GraphRowModel graphRowModel) voidaddAll(List<DefaultGraphRowModel> graphRowModels) model()
-
Constructor Details
-
DefaultGraphRowListModel
public DefaultGraphRowListModel()
-
-
Method Details
-
model
- Specified by:
modelin interfaceGraphRowListModel
-
add
-
addAll
-