|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueClassType | |
org.apache.jdo.impl.model.java | This package contains classes that are for use across all kinds of JavaModel implementations. |
Uses of ValueClassType in org.apache.jdo.impl.model.java |
Subclasses of ValueClassType in org.apache.jdo.impl.model.java | |
class |
MutableValueClassType
A MutableValueClassType instance represents a mutable class whoses values may be treated as values rather than refernces during storing. |
class |
WrapperClassType
A WrapperClassType instance represents a Java wrapper class type. |
Fields in org.apache.jdo.impl.model.java declared as ValueClassType | |
static ValueClassType |
PredefinedType.numberType
The JavaType instance for the class java.lang.Numer. |
static ValueClassType |
PredefinedType.stringType
The JavaType instance for the class java.lang.String. |
static ValueClassType |
PredefinedType.localeType
The JavaType instance for the class java.lang.Locale. |
static ValueClassType |
PredefinedType.bigDecimalType
The JavaType instance for the class java.math.BigDecimal. |
static ValueClassType |
PredefinedType.bigIntegerType
The JavaType instance for the class java.math.BigInteger. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |