|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDOSupportedCollectionType | |
org.apache.jdo.impl.model.java | This package contains classes that are for use across all kinds of JavaModel implementations. |
Uses of JDOSupportedCollectionType in org.apache.jdo.impl.model.java |
Fields in org.apache.jdo.impl.model.java declared as JDOSupportedCollectionType | |
static JDOSupportedCollectionType |
PredefinedType.collectionType
The JavaType instance for the interface java.util.Collection. |
static JDOSupportedCollectionType |
PredefinedType.setType
The JavaType instance for the interface java.util.Set. |
static JDOSupportedCollectionType |
PredefinedType.listType
The JavaType instance for the interface java.util.List. |
static JDOSupportedCollectionType |
PredefinedType.hashSetType
The JavaType instance for the class java.util.HashSet. |
static JDOSupportedCollectionType |
PredefinedType.treeSetType
The JavaType instance for the class java.util.TreeSet. |
static JDOSupportedCollectionType |
PredefinedType.arrayListType
The JavaType instance for the class java.util.ArrayList. |
static JDOSupportedCollectionType |
PredefinedType.linkedListType
The JavaType instance for the class java.util.LinkedList. |
static JDOSupportedCollectionType |
PredefinedType.vectorType
The JavaType instance for the class java.util.Vector. |
static JDOSupportedCollectionType |
PredefinedType.stackType
The JavaType instance for the class java.util.Stack. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |