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 JDOSupportedCollectionType |
PredefinedType.arrayListType
The JavaType instance for the class java.util.ArrayList.
|
static JDOSupportedCollectionType |
PredefinedType.collectionType
The JavaType instance for the interface java.util.Collection.
|
static JDOSupportedCollectionType |
PredefinedType.hashSetType
The JavaType instance for the class java.util.HashSet.
|
static JDOSupportedCollectionType |
PredefinedType.linkedListType
The JavaType instance for the class java.util.LinkedList.
|
static JDOSupportedCollectionType |
PredefinedType.listType
The JavaType instance for the interface java.util.List.
|
static JDOSupportedCollectionType |
PredefinedType.setType
The JavaType instance for the interface java.util.Set.
|
static JDOSupportedCollectionType |
PredefinedType.stackType
The JavaType instance for the class java.util.Stack.
|
static JDOSupportedCollectionType |
PredefinedType.treeSetType
The JavaType instance for the class java.util.TreeSet.
|
static JDOSupportedCollectionType |
PredefinedType.vectorType
The JavaType instance for the class java.util.Vector.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.