Class DeleteObjectChange
java.lang.Object
cz.cvut.kbss.jopa.sessions.change.DeleteObjectChange
- All Implemented Interfaces:
Change
Represents object deletion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClone()
Gets the clone with changes.Gets descriptor of the changed object.Gets the original object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.cvut.kbss.jopa.sessions.change.Change
getEntityContext, getObjectClass
-
Constructor Details
-
DeleteObjectChange
-
-
Method Details
-
getClone
Description copied from interface:Change
Gets the clone with changes. -
getOriginal
Description copied from interface:Change
Gets the original object.- Specified by:
getOriginal
in interfaceChange
- Returns:
- Original
-
getDescriptor
Description copied from interface:Change
Gets descriptor of the changed object.- Specified by:
getDescriptor
in interfaceChange
- Returns:
- Instance descriptor
-