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

Constructors

Link copied to clipboard
constructor(nodeQueryParser: NodeQueryParser, nodeQueryEngine: NodeQueryEngine)

Properties

Link copied to clipboard

used to access node definitions

Link copied to clipboard
Link copied to clipboard