Interface Relation
-
- All Known Implementing Classes:
OrderedRelation
public interface Relation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLanguagePK()java.lang.Iterable<RelationModification>getModificationsForInsertion(java.lang.Iterable<java.lang.Long> childPKs, int position)java.lang.Iterable<RelationModification>getModificationsForRemoval(java.lang.Iterable<java.lang.Long> childPKsToRemove)java.lang.Iterable<RelationModification>getModificationsForSetting(java.lang.Iterable<java.lang.Long> childPKsToSet)
-
-
-
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)
-
-