Class SrcTargetKey

java.lang.Object
org.neo4j.ogm.compiler.SrcTargetKey

public class SrcTargetKey extends Object
Key for lookup of transient relationship by source and target NOTE: source and target are always sorted so the lookup will ignore the direction
Author:
Frantisek Hartman
  • Constructor Details

    • SrcTargetKey

      public SrcTargetKey(long src, long tgt)
  • Method Details