Uses of Class
org.apache.jdo.impl.model.java.JDOSupportedMapType

Packages that use JDOSupportedMapType
org.apache.jdo.impl.model.java This package contains classes that are for use across all kinds of JavaModel implementations. 
 

Uses of JDOSupportedMapType in org.apache.jdo.impl.model.java
 

Fields in org.apache.jdo.impl.model.java declared as JDOSupportedMapType
static JDOSupportedMapType PredefinedType.hashMapType
          The JavaType instance for the class java.util.HashMap.
static JDOSupportedMapType PredefinedType.hashtableType
          The JavaType instance for the class java.util.Hashtable.
static JDOSupportedMapType PredefinedType.mapType
          The JavaType instance for the interface java.util.Map.
static JDOSupportedMapType PredefinedType.propertiesType
          The JavaType instance for the class java.util.Properties.
static JDOSupportedMapType PredefinedType.treeMapType
          The JavaType instance for the class java.util.TreeMap.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.