Class JAXBListWrapper
- java.lang.Object
-
- org.eclipse.persistence.sdo.helper.ListWrapper
-
- org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable
,Collection
,List
public class JAXBListWrapper extends ListWrapper
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.sdo.helper.ListWrapper
currentElements, dataObject, property
-
-
Constructor Summary
Constructors Constructor Description JAXBListWrapper(JAXBValueStore aJAXBValueStore, SDOProperty aProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
copyElements()
INTERNAL: Shallow copy elementsJAXBList
getCurrentElements()
INTERNAL:protected void
updateContainment(Object item, boolean updateSequence)
INTERNAL:protected void
updateContainment(Collection items, boolean updateSequence)
-
Methods inherited from class org.eclipse.persistence.sdo.helper.ListWrapper
add, add, add, add, addAll, addAll, addAll, addAll, clear, clear, clone, contains, containsAll, get, indexOf, isEmpty, isLogging, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, remove, removeAll, removeAll, removeContainment, removeContainment, retainAll, set, setCurrentElements, size, subList, toArray, toArray, undoChanges, updateSequence, writeReplace
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
-
-
-
Constructor Detail
-
JAXBListWrapper
public JAXBListWrapper(JAXBValueStore aJAXBValueStore, SDOProperty aProperty)
-
-
Method Detail
-
copyElements
protected void copyElements()
Description copied from class:ListWrapper
INTERNAL: Shallow copy elements- Overrides:
copyElements
in classListWrapper
-
getCurrentElements
public JAXBList getCurrentElements()
Description copied from class:ListWrapper
INTERNAL:- Overrides:
getCurrentElements
in classListWrapper
- Returns:
-
updateContainment
protected void updateContainment(Object item, boolean updateSequence)
Description copied from class:ListWrapper
INTERNAL:- Overrides:
updateContainment
in classListWrapper
-
updateContainment
protected void updateContainment(Collection items, boolean updateSequence)
- Overrides:
updateContainment
in classListWrapper
-
-