Uses of Interface
de.hybris.platform.persistence.polyglot.model.ChangeSet
-
-
Uses of ChangeSet in de.hybris.platform.persistence.flexiblesearch.polyglot
Methods in de.hybris.platform.persistence.flexiblesearch.polyglot that return ChangeSet Modifier and Type Method Description ChangeSetFlexibleSearchResultItemState. beginModification() -
Uses of ChangeSet in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return ChangeSet Modifier and Type Method Description ChangeSetItemStateRepository. beginCreation(Identity id)Methods in de.hybris.platform.persistence.polyglot with parameters of type ChangeSet Modifier and Type Method Description voidItemStateRepository. store(ChangeSet changeSet) -
Uses of ChangeSet in de.hybris.platform.persistence.polyglot.model
Methods in de.hybris.platform.persistence.polyglot.model that return ChangeSet Modifier and Type Method Description ChangeSetItemState. beginModification() -
Uses of ChangeSet in de.hybris.platform.persistence.polyglot.repository
Methods in de.hybris.platform.persistence.polyglot.repository that return ChangeSet Modifier and Type Method Description ChangeSetTestItemStateRepo. beginCreation(Identity id)Methods in de.hybris.platform.persistence.polyglot.repository with parameters of type ChangeSet Modifier and Type Method Description voidTestItemStateRepo. store(ChangeSet changeSet) -
Uses of ChangeSet in de.hybris.platform.persistence.polyglot.uow
Methods in de.hybris.platform.persistence.polyglot.uow that return ChangeSet Modifier and Type Method Description ChangeSetUnitOfWork. beginCreation(ItemStateRepository repo, Identity id)ChangeSetUnitOfWorkAwareItemStateRepository. beginCreation(Identity id)Methods in de.hybris.platform.persistence.polyglot.uow with parameters of type ChangeSet Modifier and Type Method Description voidUnitOfWork. store(ItemStateRepository targetRepo, ChangeSet changeSet)voidUnitOfWorkAwareItemStateRepository. store(ChangeSet changeSet) -
Uses of ChangeSet in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Classes in ydocumentcartpackage.persistence.polyglot.repository.documentcart that implement ChangeSet Modifier and Type Class Description classEntityCreationclassEntityModificationMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return ChangeSet Modifier and Type Method Description ChangeSetInstrumentedItemStateRepository. beginCreation(Identity id)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type ChangeSet Modifier and Type Method Description static java.util.Optional<EntityCreation>EntityCreation. from(ChangeSet changeSet)static java.util.Optional<EntityModification>EntityModification. from(ChangeSet changeSet)voidInstrumentedItemStateRepository. store(ChangeSet changeSet)voidRepository. store(ChangeSet changeSet)
-