Uses of Interface
org.datanucleus.store.types.SCOList
Packages that use SCOList
Package
Description
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.
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 SCOListModifier and TypeClassDescriptionclass
ArrayList<E>
A mutable second-class ArrayList object.class
LinkedList<E>
A mutable second-class LinkedList object.class
List<E>
A mutable second-class List object.class
Stack<E>
A mutable second-class Stack object.class
Vector<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 SCOListModifier and TypeClassDescriptionclass
ArrayList<E>
A mutable second-class ArrayList object.class
LinkedList<E>
A mutable second-class LinkedList object.class
List<E>
A mutable second-class List object.class
Stack<E>
A mutable second-class Stack object.class
Vector<E>
A mutable second-class Vector object.