Interface RelationRecord

All Superinterfaces:
Record
All Known Subinterfaces:
InsertManyToManyRelationRecord, InsertOneToManyRelationRecord, RemoveManyToManyRelationsRecord, RemoveOneToManyRelationsRecord
All Known Implementing Classes:
AbstractRelationRecord, DefaultInsertManyToManyRelationRecord, DefaultInsertOneToManyRelationRecord, DefaultRemoveManyToManyRelationsRecord, DefaultRemoveOneToManyRelationsRecord

public interface RelationRecord extends Record
Record which is able to add or remove relation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets flag if relation is extracted from source to target.
  • Method Details

    • isSrcToTgt

      boolean isSrcToTgt()
      Gets flag if relation is extracted from source to target.
      Returns:
      true, in case of source to target direction, false - the opposite way