Uses of Interface
org.datanucleus.store.types.SCOMap
Packages that use SCOMap
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 SCOMap in org.datanucleus.store.types.wrappers
Classes in org.datanucleus.store.types.wrappers that implement SCOMapModifier and TypeClassDescriptionclassHashMap<K,V> A mutable second-class HashMap object.classHashtable<K,V> A mutable second-class Hashtable object.classLinkedHashMap<K,V> A mutable second-class LinkedHashMap object.classMap<K,V> A mutable second-class Map object.classA mutable second-class Properties object.classSortedMap<K,V> A mutable second-class SortedMap object.classTreeMap<K,V> A mutable second-class TreeMap object. -
Uses of SCOMap in org.datanucleus.store.types.wrappers.backed
Classes in org.datanucleus.store.types.wrappers.backed that implement SCOMapModifier and TypeClassDescriptionclassHashMap<K,V> A mutable second-class HashMap object.classHashtable<K,V> A mutable second-class Hashtable object.classLinkedHashMap<K,V> A mutable second-class LinkedHashMap object.classMap<K,V> A mutable second-class Map object.classA mutable second-class Properties object.classSortedMap<K,V> A mutable second-class SortedMap object.classTreeMap<K,V> A mutable second-class TreeMap object.