Uses of Interface
org.datanucleus.store.types.SCOCollection
Packages that use SCOCollection
Package
Description
Package providing basic java type handling for DataNucleus.
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 SCOCollection in org.datanucleus.store.types
Subinterfaces of SCOCollection in org.datanucleus.store.typesModifier and TypeInterfaceDescriptioninterface
SCOList<T,
E> Representation of a wrapper for a mutable List SCO type supported. -
Uses of SCOCollection in org.datanucleus.store.types.wrappers
Classes in org.datanucleus.store.types.wrappers that implement SCOCollectionModifier and TypeClassDescriptionclass
ArrayList<E>
A mutable second-class ArrayList object.class
Collection<E>
A mutable second-class Collection object.class
HashSet<E>
A mutable second-class HashSet object.class
A mutable second-class LinkedHashSet object.class
LinkedList<E>
A mutable second-class LinkedList object.class
List<E>
A mutable second-class List object.class
A mutable second-class PriorityQueue object.class
Queue<E>
A mutable second-class Queue object.class
Set<E>
A mutable second-class Set object.class
SortedSet<E>
A mutable second-class SortedSet object.class
Stack<E>
A mutable second-class Stack object.class
TreeSet<E>
A mutable second-class TreeSet object.class
Vector<E>
A mutable second-class Vector object. -
Uses of SCOCollection in org.datanucleus.store.types.wrappers.backed
Classes in org.datanucleus.store.types.wrappers.backed that implement SCOCollectionModifier and TypeClassDescriptionclass
ArrayList<E>
A mutable second-class ArrayList object.class
Collection<E>
A mutable second-class Collection object.class
HashSet<E>
A mutable second-class HashSet object.class
A mutable second-class LinkedHashSet object.class
LinkedList<E>
A mutable second-class LinkedList object.class
List<E>
A mutable second-class List object.class
A mutable second-class PriorityQueue object.class
Queue<E>
A mutable second-class Queue object.class
Set<E>
A mutable second-class Set object.class
SortedSet<E>
A mutable second-class SortedSet object.class
Stack<E>
A mutable second-class Stack object.class
TreeSet<E>
A mutable second-class TreeSet object.class
Vector<E>
A mutable second-class Vector object.