Uses of Interface
org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
-
Packages that use UnitOfWorkChangeSet Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions org.eclipse.persistence.sessions.changesets -
-
Uses of UnitOfWorkChangeSet in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement UnitOfWorkChangeSet Modifier and Type Class Description classUnitOfWorkChangeSetPurpose: This is the overall collection of changes.Methods in org.eclipse.persistence.internal.sessions that return UnitOfWorkChangeSet Modifier and Type Method Description UnitOfWorkChangeSetUnitOfWorkImpl. getCurrentChanges()ADVANCED: This method Will Calculate the changes for the UnitOfWork.UnitOfWorkChangeSetUnitOfWorkImpl. getUnitOfWorkChangeSet()ADVANCED: Returns the currentChangeSet from the UnitOfWork.UnitOfWorkChangeSetObjectChangeSet. getUOWChangeSet()ADVANCED: This method is used to return the parent UnitOfWorkChangeSet. -
Uses of UnitOfWorkChangeSet in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return UnitOfWorkChangeSet Modifier and Type Method Description UnitOfWorkChangeSetUnitOfWork. getCurrentChanges()ADVANCED: This method will calculate the changes for the UnitOfWork.UnitOfWorkChangeSetUnitOfWork. getUnitOfWorkChangeSet()ADVANCED: Returns the currentChangeSet from the UnitOfWork. -
Uses of UnitOfWorkChangeSet in org.eclipse.persistence.sessions.changesets
Methods in org.eclipse.persistence.sessions.changesets that return UnitOfWorkChangeSet Modifier and Type Method Description UnitOfWorkChangeSetObjectChangeSet. getUOWChangeSet()ADVANCED: This method is used to return the parent ChangeSet.
-