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 TypeClassDescriptionclassArrayList<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 SCOListModifier and TypeClassDescriptionclassArrayList<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.