Class SaveDelegate

java.lang.Object
org.neo4j.ogm.session.delegates.SaveDelegate

public class SaveDelegate extends Object
Author:
Vince Bickers, Luanne Misquitta, Michael J. Simons, Jared Hancock
  • Constructor Details

  • Method Details

    • save

      public <T> void save(T object)
    • save

      public <T> void save(T object, int depth)
    • addWriteProtection

      public void addWriteProtection(WriteProtectionTarget target, Predicate<Object> protection)
    • removeWriteProtection

      public void removeWriteProtection(WriteProtectionTarget target)
    • setWriteProtectionStrategy

      public void setWriteProtectionStrategy(WriteProtectionStrategy writeProtectionStrategy)