Uses of Interface
org.datanucleus.store.types.SCOList
-
Packages that use SCOList Package Description org.datanucleus.store.types.wrappers Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by DataNucleus, so that we can intercept calls that will mutate the object.org.datanucleus.store.types.wrappers.backed Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. -
-
Uses of SCOList in org.datanucleus.store.types.wrappers
Classes in org.datanucleus.store.types.wrappers that implement SCOList Modifier and Type Class Description classArrayList<E>A mutable second-class ArrayList object.classLinkedList<E>A mutable second-class LinkedList object.classList<E>A mutable second-class List object.classStack<E>A mutable second-class Stack object.classVector<E>A mutable second-class Vector object. -
Uses of SCOList in org.datanucleus.store.types.wrappers.backed
Classes in org.datanucleus.store.types.wrappers.backed that implement SCOList Modifier and Type Class Description classArrayList<E>A mutable second-class ArrayList object.classLinkedList<E>A mutable second-class LinkedList object.classList<E>A mutable second-class List object.classStack<E>A mutable second-class Stack object.classVector<E>A mutable second-class Vector object.
-