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

Packages that use ModelFatalException
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.model.java This package defines the JavaModel API. 
 

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.
 

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

Methods in org.apache.jdo.impl.model.java.runtime that throw ModelFatalException
static RuntimeJavaModelFactory RuntimeJavaModelFactory.getInstance()
          Returns the singleton instance of RuntimeJavaModelFactory.
 

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

Methods in org.apache.jdo.model.java that throw ModelFatalException
 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.
 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).
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.