Spring Data Neo4J - NotInTransactionException while modifying set of nodeEntity
问题 We are using spring-data-neo4j with repository methods and annotated queries. Formerly, we used SDN with a rest connection to a standalone server. Performance was very poor, though, so we decided to use SDN with an embedded neo4j instance. But that does not work as expected. Here are some classes The node entity import java.util.Set; import org.codehaus.jackson.annotate.JsonIgnore; import org.neo4j.graphdb.Direction; import org.springframework.data.neo4j.annotation.Fetch; import org