Uses of Interface
de.hybris.platform.directpersistence.ChangeSet
-
-
Uses of ChangeSet in de.hybris.platform.directpersistence
Subinterfaces of ChangeSet in de.hybris.platform.directpersistence Modifier and Type Interface Description interfaceMutableChangeSetMutableChangeSet interface for creating changeset.Methods in de.hybris.platform.directpersistence that return ChangeSet Modifier and Type Method Description ChangeSetChangeSet. withAdded(ChangeSet otherChangeSet)Creates 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 ChangeSet Modifier and Type Method Description java.util.Collection<PersistResult>WritePersistenceGateway. persist(ChangeSet changeSet)Persists changes in persistence storage.ChangeSetChangeSet. withAdded(ChangeSet otherChangeSet)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 ChangeSet Modifier and Type Class Description classDefaultChangeSetDefault implementation of direct persistence change set.Methods in de.hybris.platform.directpersistence.impl that return ChangeSet Modifier and Type Method Description ChangeSetDefaultChangeSet. withAdded(ChangeSet otherChangeSet)Methods in de.hybris.platform.directpersistence.impl with parameters of type ChangeSet Modifier and Type Method Description java.util.Collection<PersistResult>DefaultWritePersistenceGateway. persist(ChangeSet changeSet)java.util.Collection<PersistResult>DefaultWritePersistenceGateway. persistInternal(ChangeSet changeSet)ChangeSetDefaultChangeSet. withAdded(ChangeSet otherChangeSet) -
Uses of ChangeSet in de.hybris.platform.servicelayer.internal.model.extractor
Methods in de.hybris.platform.servicelayer.internal.model.extractor that return ChangeSet Modifier and Type Method Description ChangeSetChangeSetBuilder. build(java.util.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.ChangeSetChangeSetBuilder. buildForDelete(java.util.Collection<ModelWrapper> wrappers)Builds change set for remove (delete) operation.ChangeSetChangeSetBuilder. buildForModification(java.util.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 ChangeSet Modifier and Type Method Description ChangeSetDefaultChangeSetBuilder. build(java.util.Collection<ModelWrapper> wrappers)ChangeSetDefaultChangeSetBuilder. buildForDelete(java.util.Collection<ModelWrapper> wrappers)ChangeSetDefaultChangeSetBuilder. buildForModification(java.util.Collection<ModelWrapper> wrappers)
-