Package | Description |
---|---|
org.apache.jdo.impl.model.java |
This package contains classes that are for use across all kinds of
JavaModel implementations.
|
Modifier and Type | Field and Description |
---|---|
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-2012 Apache Software Foundation. All Rights Reserved.