Uses of Class
org.apache.jdo.model.ModelFatalException

Packages that use ModelFatalException
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.jdo This package contains classes that implement the JDO model interfaces and provide access to JDO metadata. 
org.apache.jdo.model.java This package defines the JavaModel API. 
 

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

Constructors in org.apache.jdo.impl.model.java that throw ModelFatalException
JavaPropertyImpl(java.lang.String name, JavaMethod getter, JavaMethod setter, JavaType type, JavaType declaringClass)
          Constructor setting name, getter, setter, type and declaringClass.
 

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

Methods in org.apache.jdo.impl.model.java.reflection that throw ModelFatalException
 boolean ReflectionJavaType.isPersistenceCapable()
          Returns true if this JavaType represents a persistence capable class.
 JDOClass ReflectionJavaType.getJDOClass()
          Returns the JDOClass instance if this JavaType represents a persistence capable class.
 JavaProperty ReflectionJavaType.createJavaProperty(java.lang.String name, JavaMethod getter, JavaMethod setter, JavaType type)
          Creates a new JavaProperty instance and adds it to the list of declared properties of this class.
protected  JavaProperty ReflectionJavaType.newJavaPropertyInstance(java.lang.String name, JavaMethod getter, JavaMethod setter, JavaType type)
          Creates a new instance of the JavaProperty implementation class.
 

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

Methods in org.apache.jdo.impl.model.jdo that throw ModelFatalException
private  JDOClass JDOModelImplDynamic.lookupXMLMetadata(JDOClass jdoClass)
          The method seaches JDO metadata for the class with the specified class name.
 

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

Methods in org.apache.jdo.model.java that throw ModelFatalException
 JavaModel JavaModelFactory.getJavaModel(java.lang.Object key)
          Returns the JavaModel instance for the specified key.
 JavaType JavaModelFactory.getJavaType(java.lang.Object typeDesc)
          Returns a JavaType instance for the specified type description (optional operation).
 boolean JavaType.isPersistenceCapable()
          Returns true if this JavaType represents a persistence capable class.
 JDOClass JavaType.getJDOClass()
          Returns the JDOClass instance if this JavaType represents a persistence capable class.