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

Packages that use JDOElement
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.model.jdo This package defines the JDOModel API. 
 

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

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

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

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOElement
 class JDOArrayImplCaching
          An instance of this class represents the JDO relationship metadata of a array relationship field.
 class JDOAssociatedPropertyImplCaching
          An instance of this class represents the JDO metadata of a managed property of a persistence capable class.
 class JDOClassImplCaching
          An instance of this class represents the JDO metadata of a persistence capable class.
 class JDOCollectionImplCaching
          An instance of this class represents the JDO relationship metadata of a collection relationship field.
 class JDOFieldImplCaching
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 class JDOMapImplCaching
          An instance of this class represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
 class JDOModelImplCaching
          A JDOModel instance bundles a number of JDOClass instances used by an application.
 class JDOPropertyImplCaching
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 class JDOReferenceImplCaching
          An instance of this class represents the JDO relationship metadata of a reference relationship field.
 

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

Subinterfaces of JDOElement in org.apache.jdo.model.jdo
 interface JDOArray
          A JDOArray instance represents the JDO relationship metadata of a array relationship field.
 interface JDOClass
          A JDOClass instance represents the JDO metadata of a persistence-capable class.
 interface JDOCollection
          A JDOCollection instance represents the JDO relationship metadata of a collection relationship field.
 interface JDOField
          A JDOField instance represents the JDO metadata of a managed field of a persistence-capable class.
 interface JDOMap
          A JDOMap instance represents the JDO relationship metadata (the treatment of keys and values) of a map relationship field.
 interface JDOMember
          This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
 interface JDOModel
          A JDOModel instance bundles a number of JDOClass instances used by an application.
 interface JDOPackage
          A JDOPackage instance represents the JDO package metadata.
 interface JDOProperty
          A JDOProperty instance represents the JDO metadata of a property of a persistence-capable class.
 interface JDOReference
          A JDOReference instance represents the JDO relationship metadata of a reference relationship field.
 interface JDORelationship
          JDORelationship is the super interface for all interfaces representing JDO relationship metadata of a managed field of a persistence-capable class.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.