Hi guys!
I’ve started writing a Java Spring Boot application that connects to Neo4j database. Nodes, relationships, indexes and constraints are defined by using Neo4j ogm annotations.
Now I have come to the part where I need to implement triggers.
I ...