class LazyLoadingContext(val nodeQueryParser: NodeQueryParser, val nodeQueryEngine: NodeQueryEngine)
Context used to lazily load nodes
Parameters
nodeQueryParser
used to generate the Cypher query
nodeQueryEngine
used to execute the Cypher query
Context used to lazily load nodes
used to generate the Cypher query
used to execute the Cypher query