Uses of Interface
org.apache.jdo.model.jdo.JDOModel

Packages that use JDOModel
org.apache.jdo.impl.enhancer.meta.model   
org.apache.jdo.impl.model.java This package contains classes that are for use across all kinds of JavaModel implementations. 
org.apache.jdo.impl.model.java.reflection   
org.apache.jdo.impl.model.java.runtime This package contains a runtime specific JavaModel implementation based on reflection. 
org.apache.jdo.impl.model.jdo This package contains classes that implement the JDO model interfaces and provide access to JDO metadata. 
org.apache.jdo.impl.model.jdo.caching   
org.apache.jdo.impl.model.jdo.util   
org.apache.jdo.impl.model.jdo.xml   
org.apache.jdo.model.java This package defines the JavaModel API. 
org.apache.jdo.model.jdo This package defines the JDOModel API. 
 

Uses of JDOModel in org.apache.jdo.impl.enhancer.meta.model
 

Constructors in org.apache.jdo.impl.enhancer.meta.model with parameters of type JDOModel
EnhancerJavaType(java.lang.Class clazz, JDOModel jdoModel, JavaModel javaModel)
          Creates an instance.
 

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

Fields in org.apache.jdo.impl.model.java declared as JDOModel
protected  JDOModel AbstractJavaModel.jdoModel
          The corresponding JDOModel instance.
 

Methods in org.apache.jdo.impl.model.java that return JDOModel
 JDOModel AbstractJavaModel.getJDOModel()
          Returns the corresponding JDOModel instance.
 

Methods in org.apache.jdo.impl.model.java with parameters of type JDOModel
 void AbstractJavaModel.setJDOModel(JDOModel jdoModel)
          Sets the corresponding JDOModel instance.
 

Uses of JDOModel in org.apache.jdo.impl.model.java.reflection
 

Constructors in org.apache.jdo.impl.model.java.reflection with parameters of type JDOModel
ReflectionJavaType(java.lang.Class clazz, JDOModel jdoModel)
          Constructor.
 

Uses of JDOModel in org.apache.jdo.impl.model.java.runtime
 

Constructors in org.apache.jdo.impl.model.java.runtime with parameters of type JDOModel
RuntimeJavaType(java.lang.Class clazz, JDOModel jdoModel)
          Constructor.
 

Uses of JDOModel in org.apache.jdo.impl.model.jdo
 

Classes in org.apache.jdo.impl.model.jdo that implement JDOModel
 class JDOModelImplDynamic
          A JDOModel instance bundles a number of JDOClass instances used by an application.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOModel
 JDOModel JDOModelFactoryImplDynamic.createJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
          Creates a new empty JDOModel instance.
 JDOModel JDOModelFactoryImplDynamic.getJDOModel(JavaModel javaModel)
          Returns the JDOModel instance for the specified JavaModel.
 JDOModel JDOModelFactoryImplDynamic.getJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
          Returns the JDOModel instance for the specified JavaModel.
 JDOModel JDOModelImplDynamic.getParent()
          Returns the parent JDOModel instance of this JDOModel.
 JDOModel JDOPackageImpl.getDeclaringModel()
          Returns the declaring JDOModel of this JDOPackage.
 JDOModel JDOClassImplDynamic.getDeclaringModel()
          Returns the declaring JDOModel of this JDOClass.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JDOModel
 void JDOPackageImpl.setDeclaringModel(JDOModel model)
          Set the declaring JDOModel for this JDOPackage.
 void JDOClassImplDynamic.setDeclaringModel(JDOModel model)
          Set the declaring JDOModel for this JDOClass.
 

Uses of JDOModel in org.apache.jdo.impl.model.jdo.caching
 

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOModel
 class JDOModelImplCaching
          A JDOModel instance bundles a number of JDOClass instances used by an application.
 

Methods in org.apache.jdo.impl.model.jdo.caching that return JDOModel
 JDOModel JDOModelFactoryImplCaching.createJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
          Creates a new empty JDOModel instance.
 

Uses of JDOModel in org.apache.jdo.impl.model.jdo.util
 

Methods in org.apache.jdo.impl.model.jdo.util with parameters of type JDOModel
static JavaType TypeSupport.resolveType(JDOModel jdoModel, java.lang.String typeName, java.lang.String packagePrefix)
          Returns a JavaType representation for the specified type name.
static void PrintSupport.printJDOModel(JDOModel jdoModel)
           
 

Uses of JDOModel in org.apache.jdo.impl.model.jdo.xml
 

Methods in org.apache.jdo.impl.model.jdo.xml with parameters of type JDOModel
 void XMLExists.checkClass(java.lang.String className, java.lang.ClassLoader classLoader, JDOModel jdoModel, boolean xmlExpected)
          The method checks the class with the specified class name.
 

Constructors in org.apache.jdo.impl.model.jdo.xml with parameters of type JDOModel
JDOHandlerImpl(JDOModel model)
           
 

Uses of JDOModel in org.apache.jdo.model.java
 

Methods in org.apache.jdo.model.java that return JDOModel
 JDOModel JavaModel.getJDOModel()
          Returns the corresponding JDOModel instance.
 

Methods in org.apache.jdo.model.java with parameters of type JDOModel
 void JavaModel.setJDOModel(JDOModel jdoModel)
          Sets the corresponding JDOModel instance.
 

Uses of JDOModel in org.apache.jdo.model.jdo
 

Methods in org.apache.jdo.model.jdo that return JDOModel
 JDOModel JDOClass.getDeclaringModel()
          Returns the declaring JDOModel of this JDOClass.
 JDOModel JDOModelFactory.createJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
          Creates a new empty JDOModel instance.
 JDOModel JDOModelFactory.getJDOModel(JavaModel javaModel)
          Returns the JDOModel instance for the specified JavaModel.
 JDOModel JDOModelFactory.getJDOModel(JavaModel javaModel, boolean loadXMLMetadataDefault)
          Returns the JDOModel instance for the specified JavaModel.
 JDOModel JDOPackage.getDeclaringModel()
          Returns the declaring JDOModel of this JDOPackage.
 JDOModel JDOModel.getParent()
          Returns the parent JDOModel instance of this JDOModel.
 

Methods in org.apache.jdo.model.jdo with parameters of type JDOModel
 void JDOClass.setDeclaringModel(JDOModel model)
          Set the declaring JDOModel for this JDOClass.
 void JDOPackage.setDeclaringModel(JDOModel model)
          Set the declaring JDOModel for this JDOPackage.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.