Uses of Interface
org.datanucleus.store.types.sco.SCOMap

Packages that use SCOMap
org.datanucleus.store.types.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by DataNucleus. 
 

Uses of SCOMap in org.datanucleus.store.types.sco.simple
 

Classes in org.datanucleus.store.types.sco.simple that implement SCOMap
 class HashMap
          A mutable second-class HashMap object.
 class Hashtable
          A mutable second-class Hashtable object.
 class LinkedHashMap
          A mutable second-class LinkedHashMap object.
 class Map
          A mutable second-class Map object.
 class Properties
          A mutable second-class Properties object.
 class SortedMap
          A mutable second-class SortedMap object.
 class TreeMap
          A mutable second-class TreeMap object.
 



Copyright © 2012. All Rights Reserved.