org.apache.jdo.impl.model.jdo
Class JDOModelImplDynamic

java.lang.Object
  extended by org.apache.jdo.impl.model.jdo.JDOElementImpl
      extended by org.apache.jdo.impl.model.jdo.JDOModelImplDynamic
All Implemented Interfaces:
JDOElement, JDOModel
Direct Known Subclasses:
JDOModelImplCaching

public class JDOModelImplDynamic
extends JDOElementImpl
implements JDOModel

A JDOModel instance bundles a number of JDOClass instances used by an application. It provides factory methods to create and retrieve JDOClass instances. A fully qualified class name must be unique within a JDOModel instance. The model supports multiple classes having the same fully qualified name by different JDOModel instances.

The dynamic JDOModel implementation does not store any internally calculated values. It is intended to be used in an environment where JDO metatdata are likely to be changed (e.g. at development time).
There are two exceptions: