Uses of Interface
org.datanucleus.store.types.SCOContainer
Packages that use SCOContainer
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 SCOContainer in org.datanucleus.store.types
Subinterfaces of SCOContainer in org.datanucleus.store.typesModifier and TypeInterfaceDescriptioninterfaceSCOCollection<T,E> Representation of a wrapper for a mutable Collection SCO type supported.interfaceSCOList<T,E> Representation of a wrapper for a mutable List SCO type supported.interfaceSCOMap<T,K, V> Representation of a wrapper for a mutable Map SCO type supported.Methods in org.datanucleus.store.types with parameters of type SCOContainerModifier and TypeMethodDescriptionstatic StringSCOUtils.getContainerInfoMessage(DNStateManager ownerSM, String fieldName, SCOContainer cont, boolean useCache, boolean allowNulls, boolean lazyLoading) Utility to generate a message representing the SCO container wrapper and its capabilities. -
Uses of SCOContainer in org.datanucleus.store.types.wrappers
Classes in org.datanucleus.store.types.wrappers that implement SCOContainerModifier and TypeClassDescriptionclassArrayList<E>A mutable second-class ArrayList object.classCollection<E>A mutable second-class Collection object.classHashMap<K,V> A mutable second-class HashMap object.classHashSet<E>A mutable second-class HashSet object.classHashtable<K,V> A mutable second-class Hashtable object.classLinkedHashMap<K,V> A mutable second-class LinkedHashMap object.classA mutable second-class LinkedHashSet object.classLinkedList<E>A mutable second-class LinkedList object.classList<E>A mutable second-class List object.classMap<K,V> A mutable second-class Map object.classA mutable second-class PriorityQueue object.classA mutable second-class Properties object.classQueue<E>A mutable second-class Queue object.classSet<E>A mutable second-class Set object.classSortedMap<K,V> A mutable second-class SortedMap object.classSortedSet<E>A mutable second-class SortedSet object.classStack<E>A mutable second-class Stack object.classTreeMap<K,V> A mutable second-class TreeMap object.classTreeSet<E>A mutable second-class TreeSet object.classVector<E>A mutable second-class Vector object. -
Uses of SCOContainer in org.datanucleus.store.types.wrappers.backed
Classes in org.datanucleus.store.types.wrappers.backed that implement SCOContainerModifier and TypeClassDescriptionclassArrayList<E>A mutable second-class ArrayList object.classCollection<E>A mutable second-class Collection object.classHashMap<K,V> A mutable second-class HashMap object.classHashSet<E>A mutable second-class HashSet object.classHashtable<K,V> A mutable second-class Hashtable object.classLinkedHashMap<K,V> A mutable second-class LinkedHashMap object.classA mutable second-class LinkedHashSet object.classLinkedList<E>A mutable second-class LinkedList object.classList<E>A mutable second-class List object.classMap<K,V> A mutable second-class Map object.classA mutable second-class PriorityQueue object.classA mutable second-class Properties object.classQueue<E>A mutable second-class Queue object.classSet<E>A mutable second-class Set object.classSortedMap<K,V> A mutable second-class SortedMap object.classSortedSet<E>A mutable second-class SortedSet object.classStack<E>A mutable second-class Stack object.classTreeMap<K,V> A mutable second-class TreeMap object.classTreeSet<E>A mutable second-class TreeSet object.classVector<E>A mutable second-class Vector object.