concrete interface introduced onto Relationship entities by the Neo4jRelationshipBacking
aspect, encapsulates a neo4j relationship as backing state
remove() -
Method in interface org.springframework.data.neo4j.aspects.core.GraphBacked
removes the entity using @{link Neo4jTemplate.removeNodeEntity}
the entity and relationship are still accessible after removal but before transaction commit
but all modifications will throw an exception