Uses of Interface
de.hybris.platform.directpersistence.ChangeSet
Packages that use ChangeSet
Package
Description
-
Uses of ChangeSet in de.hybris.platform.directpersistence
Subinterfaces of ChangeSet in de.hybris.platform.directpersistenceModifier and TypeInterfaceDescriptioninterfaceMutableChangeSet interface for creating changeset.Methods in de.hybris.platform.directpersistence that return ChangeSetModifier and TypeMethodDescriptionCreates a new ChangeSet that contains the sum of EntityRecords and RelationChanges from this ChangeSet and otherChangeSetMethods in de.hybris.platform.directpersistence with parameters of type ChangeSetModifier and TypeMethodDescriptionPersists changes in persistence storage.Creates a new ChangeSet that contains the sum of EntityRecords and RelationChanges from this ChangeSet and otherChangeSet -
Uses of ChangeSet in de.hybris.platform.directpersistence.impl
Classes in de.hybris.platform.directpersistence.impl that implement ChangeSetModifier and TypeClassDescriptionclassDefault implementation of direct persistence change set.Methods in de.hybris.platform.directpersistence.impl that return ChangeSetMethods in de.hybris.platform.directpersistence.impl with parameters of type ChangeSetModifier and TypeMethodDescriptionDefaultWritePersistenceGateway.persistInternal(ChangeSet changeSet) -
Uses of ChangeSet in de.hybris.platform.servicelayer.internal.model.extractor
Methods in de.hybris.platform.servicelayer.internal.model.extractor that return ChangeSetModifier and TypeMethodDescriptionChangeSetBuilder.build(Collection<ModelWrapper> wrappers) Generic method that builds change set for the provided wrappers.
It can be used for both remove and save operations, as well as mixed scenario.ChangeSetBuilder.buildForDelete(Collection<ModelWrapper> wrappers) Builds change set for remove (delete) operation.ChangeSetBuilder.buildForModification(Collection<ModelWrapper> wrappers) Builds change set for persist operation with insert and update records, including relation manipulation records. -
Uses of ChangeSet in de.hybris.platform.servicelayer.internal.model.extractor.impl
Methods in de.hybris.platform.servicelayer.internal.model.extractor.impl that return ChangeSetModifier and TypeMethodDescriptionDefaultChangeSetBuilder.build(Collection<ModelWrapper> wrappers) DefaultChangeSetBuilder.buildForDelete(Collection<ModelWrapper> wrappers) DefaultChangeSetBuilder.buildForModification(Collection<ModelWrapper> wrappers)