private fun saveNodes(entities: Iterable<Node>): Flux<Node>

Saves a single Node including all lazy loaded relations Important: it has to be ensured that the returned node is newly loaded from the database Sometimes, the internal save method does not reload it. In this case, we have to find it by id manually

Return

the saved nodes

Parameters

entities

the Nodes to save