public interface Relation
| Modifier and Type | Method and Description |
|---|---|
long |
getLanguagePK() |
Iterable<RelationModification> |
getModificationsForInsertion(Iterable<Long> childPKs,
int position) |
Iterable<RelationModification> |
getModificationsForRemoval(Iterable<Long> childPKsToRemove) |
Iterable<RelationModification> |
getModificationsForSetting(Iterable<Long> childPKsToSet) |
long getLanguagePK()
Iterable<RelationModification> getModificationsForInsertion(Iterable<Long> childPKs, int position)
Iterable<RelationModification> getModificationsForSetting(Iterable<Long> childPKsToSet)
Iterable<RelationModification> getModificationsForRemoval(Iterable<Long> childPKsToRemove)
Copyright © 2017 SAP SE. All Rights Reserved.