| Package | Description |
|---|---|
| de.hybris.platform.persistence.links.jdbc.dml | |
| de.hybris.platform.persistence.links.jdbc.dml.relation |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RelationModification> |
Relation.getModificationsForInsertion(Iterable<Long> childPKs,
int position) |
Iterable<RelationModification> |
Relation.getModificationsForRemoval(Iterable<Long> childPKsToRemove) |
Iterable<RelationModification> |
Relation.getModificationsForSetting(Iterable<Long> childPKsToSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationModifictionContext.consume(Iterable<RelationModification> modifications) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RelationModification> |
OrderedRelation.getModificationsForInsertion(Iterable<Long> childPKsToInsert,
int position) |
Iterable<RelationModification> |
OrderedRelation.getModificationsForSetting(Iterable<Long> childPKsToSet) |
Copyright © 2017 SAP SE. All Rights Reserved.