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

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

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

Fields in org.apache.jdo.impl.model.java declared as MutableValueClassType
static MutableValueClassType PredefinedType.bitsetType
          The JavaType instance for the class java.util.BitSet.
static MutableValueClassType PredefinedType.dateType
          The JavaType instance for the class java.util.Date.
static MutableValueClassType PredefinedType.sqlDateType
          The JavaType instance for the class java.sql.Date.
static MutableValueClassType PredefinedType.sqlTimestampType
          The JavaType instance for the class java.sql.Timestamp.
static MutableValueClassType PredefinedType.sqlTimeType
          The JavaType instance for the class java.sql.Time.
 



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