Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.sdo.helper.jaxb
Class JAXBListWrapper

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.ListWrapper
      extended by org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List

public class JAXBListWrapper
extends ListWrapper
See Also:
Serialized Form

Field Summary
private  JAXBValueStore jaxbValueStore
           
private  XMLInverseReferenceMapping xmlInverseReferenceMapping
           

 

Fields inherited from class org.eclipse.persistence.sdo.helper.ListWrapper
currentElements, dataObject, property

 

Constructor Summary
JAXBListWrapper(JAXBValueStore aJAXBValueStore, SDOProperty aProperty)
           

 

Method Summary
protected  void copyElements()
          INTERNAL: Shallow copy elements
 JAXBList getCurrentElements()
          INTERNAL:
protected  void updateContainment(java.util.Collection items, boolean updateSequence)
           
protected  void updateContainment(java.lang.Object item, boolean updateSequence)
          INTERNAL:

 

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.List
equals, hashCode

 

Field Detail

jaxbValueStore

private JAXBValueStore jaxbValueStore

xmlInverseReferenceMapping

private XMLInverseReferenceMapping xmlInverseReferenceMapping

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 class ListWrapper

getCurrentElements

public JAXBList getCurrentElements()
Description copied from class: ListWrapper
INTERNAL:
Overrides:
getCurrentElements in class ListWrapper
Returns:

updateContainment

protected void updateContainment(java.lang.Object item,
                                 boolean updateSequence)
Description copied from class: ListWrapper
INTERNAL:
Overrides:
updateContainment in class ListWrapper

updateContainment

protected void updateContainment(java.util.Collection items,
                                 boolean updateSequence)
Overrides:
updateContainment in class ListWrapper

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.