Interface Relation

  • All Known Implementing Classes:
    OrderedRelation

    public interface Relation
    • Method Detail

      • getLanguagePK

        long getLanguagePK()
      • getModificationsForInsertion

        java.lang.Iterable<RelationModification> getModificationsForInsertion​(java.lang.Iterable<java.lang.Long> childPKs,
                                                                              int position)
      • getModificationsForSetting

        java.lang.Iterable<RelationModification> getModificationsForSetting​(java.lang.Iterable<java.lang.Long> childPKsToSet)
      • getModificationsForRemoval

        java.lang.Iterable<RelationModification> getModificationsForRemoval​(java.lang.Iterable<java.lang.Long> childPKsToRemove)