Uses of Class
cz.cvut.kbss.jopa.sessions.change.ObjectChangeSet
Packages that use ObjectChangeSet
Package
Description
-
Uses of ObjectChangeSet in cz.cvut.kbss.jopa.sessions
Methods in cz.cvut.kbss.jopa.sessions that return ObjectChangeSetModifier and TypeMethodDescriptionprotected static ObjectChangeSetAbstractUnitOfWork.copyChangeSet(ObjectChangeSet changeSet, Object original, Object clone, Descriptor descriptor) protected ObjectChangeSetAbstractUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) protected ObjectChangeSetCloningReadOnlyUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) Method is not supported.protected ObjectChangeSetReadOnlyUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) Method is not supported.Methods in cz.cvut.kbss.jopa.sessions with parameters of type ObjectChangeSetModifier and TypeMethodDescriptionprotected static ObjectChangeSetAbstractUnitOfWork.copyChangeSet(ObjectChangeSet changeSet, Object original, Object clone, Descriptor descriptor) voidCloneBuilder.mergeChanges(ObjectChangeSet changeSet) Merges the changes on clone into the original object.protected ObjectChangeSetAbstractUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) protected ObjectChangeSetCloningReadOnlyUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) Method is not supported.protected ObjectChangeSetReadOnlyUnitOfWork.processInferredValueChanges(ObjectChangeSet changeSet) Method is not supported. -
Uses of ObjectChangeSet in cz.cvut.kbss.jopa.sessions.change
Methods in cz.cvut.kbss.jopa.sessions.change that return ObjectChangeSetModifier and TypeMethodDescriptionstatic ObjectChangeSetChangeSetFactory.createObjectChangeSet(Object original, Object clone, Descriptor descriptor) Creates new change set for the specified original-clone pair.UnitOfWorkChangeSet.getExistingObjectChanges(Object original) Gets changes for the specified original object (if there are any).Methods in cz.cvut.kbss.jopa.sessions.change that return types with arguments of type ObjectChangeSetModifier and TypeMethodDescriptionUnitOfWorkChangeSet.getExistingObjectsChanges()Returns change sets for existing modified objects.Methods in cz.cvut.kbss.jopa.sessions.change with parameters of type ObjectChangeSetModifier and TypeMethodDescriptionvoidUnitOfWorkChangeSet.addObjectChangeSet(ObjectChangeSet objectChangeSet) Add new ObjectChangeSet to this changeSet.booleanChangeCalculator.calculateChanges(ObjectChangeSet changeSet) Calculates the changes that happened to the clone object. -
Uses of ObjectChangeSet in cz.cvut.kbss.jopa.sessions.validator
Methods in cz.cvut.kbss.jopa.sessions.validator with parameters of type ObjectChangeSetModifier and TypeMethodDescriptionvoidIntegrityConstraintsValidator.validate(ObjectChangeSet changeSet, Metamodel metamodel) Validates integrity constraints for changes in the specified change set.