@Bean(value = ["graphglueNeo4jOperations"])
fun graphGlueNeo4jOperations(neo4jTemplate: ReactiveNeo4jTemplate, neo4jClient: ReactiveNeo4jClient, beanFactory: BeanFactory, renderer: Renderer): GraphglueNeo4jOperations

Bean to provide Neo4jOperations which support save over lazy loaded relations

Return

the created GraphglueNeo4jOperations which supports save of lazy loaded relations

Parameters

neo4jTemplate

template which provides base operation functionality

neo4jClient

client used to execute queries

beanFactory

used to get the NodeDefinitionCollection

renderer

used to render Cypher queries