Uses of Interface
org.datanucleus.store.types.SCOMap
-
Packages that use SCOMap Package Description org.datanucleus.store.types.wrappers 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.org.datanucleus.store.types.wrappers.backed 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 SCOMap Modifier and Type Class Description classHashMap<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.classPropertiesA 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 SCOMap Modifier and Type Class Description classHashMap<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.classPropertiesA mutable second-class Properties object.classSortedMap<K,V>A mutable second-class SortedMap object.classTreeMap<K,V>A mutable second-class TreeMap object.
-