Uses of Package
org.apache.jdo.impl.model.jdo

Packages that use org.apache.jdo.impl.model.jdo
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   
 

Classes in org.apache.jdo.impl.model.jdo used by org.apache.jdo.impl.model.jdo
JDOElementImpl
          This is the super interface for JDO metadata elements, such as JDOClass, JDOField and JDORelationship.
JDOFieldImplDynamic
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
JDOMemberImpl
          This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
JDORelationshipImpl
          JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence capable class.
 

Classes in org.apache.jdo.impl.model.jdo used by org.apache.jdo.impl.model.jdo.caching
JDOArrayImplDynamic
          An instance of this class represents the JDO relationship metadata of a array relationship field.
JDOAssociatedPropertyImplDynamic
          An instance of this class represents the JDO metadata of a managed property of a persistence capable class.
JDOClassImplDynamic
          An instance of this class represents the JDO metadata of a persistence capable class.
JDOCollectionImplDynamic
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
JDOElementImpl
          This is the super interface for JDO metadata elements, such as JDOClass, JDOField and JDORelationship.
JDOFieldImplDynamic
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
JDOMapImplDynamic
          An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
JDOMemberImpl
          This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
JDOModelFactoryImplDynamic
          Factory for dynamic JDOModel instances.
JDOModelImplDynamic
          A JDOModel instance bundles a number of JDOClass instances used by an application.
JDOReferenceImplDynamic
          An instance of this class represents the JDO relationship metadata of a reference relationship field.
JDORelationshipImpl
          JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence capable class.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.