Uses of Class
org.eclipse.persistence.internal.sessions.OrderedChangeObject
-
Packages that use OrderedChangeObject Package Description org.eclipse.persistence.internal.sessions -
-
Uses of OrderedChangeObject in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions with type parameters of type OrderedChangeObject Modifier and Type Field Description protected List<OrderedChangeObject>CollectionChangeRecord. orderedChangeObjectListContains OrderedChangeObjects representing each change made to the collection.Methods in org.eclipse.persistence.internal.sessions that return types with arguments of type OrderedChangeObject Modifier and Type Method Description List<OrderedChangeObject>CollectionChangeRecord. getOrderedChangeObjectList()This method returns the Vector of OrderedChangeObjects.Method parameters in org.eclipse.persistence.internal.sessions with type arguments of type OrderedChangeObject Modifier and Type Method Description voidCollectionChangeRecord. setOrderedChangeObjectList(List<OrderedChangeObject> orderedChangeObjectList)
-