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 ObjectChangeSet
AbstractUnitOfWork.copyChangeSet
(ObjectChangeSet changeSet, Object original, Object clone, Descriptor descriptor) protected ObjectChangeSet
AbstractUnitOfWork.processInferredValueChanges
(ObjectChangeSet changeSet) protected ObjectChangeSet
ReadOnlyUnitOfWork.processInferredValueChanges
(ObjectChangeSet changeSet) Method is not supported.Methods in cz.cvut.kbss.jopa.sessions with parameters of type ObjectChangeSetModifier and TypeMethodDescriptionprotected static ObjectChangeSet
AbstractUnitOfWork.copyChangeSet
(ObjectChangeSet changeSet, Object original, Object clone, Descriptor descriptor) void
CloneBuilder.mergeChanges
(ObjectChangeSet changeSet) Merges the changes on clone into the original object.protected ObjectChangeSet
AbstractUnitOfWork.processInferredValueChanges
(ObjectChangeSet changeSet) protected ObjectChangeSet
ReadOnlyUnitOfWork.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 ObjectChangeSet
ChangeSetFactory.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 TypeMethodDescriptionvoid
UnitOfWorkChangeSet.addObjectChangeSet
(ObjectChangeSet objectChangeSet) Add new ObjectChangeSet to this changeSet.boolean
ChangeCalculator.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 TypeMethodDescriptionvoid
IntegrityConstraintsValidator.validate
(ObjectChangeSet changeSet, Metamodel metamodel) Validates integrity constraints for changes in the specified change set.