Hello,
When using @Transient from org.neo4j.ogm.annotation.Transient to annotate a field I don't want to be persisted, that field gets persisted anyway.
However, when I use the @Transient from org.springframework.data.annotation.Transient, the field ...