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

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

Classes in org.apache.jdo.impl.model.jdo that implement JDOMember
 class JDOClassImplDynamic
          An instance of this class represents the JDO metadata of a persistence capable class.
 class JDOFieldImplDynamic
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 class JDOMemberImpl
          This is the super interface for named JDO metadata elements, such as JDOClass and JDOField.
 

Methods in org.apache.jdo.impl.model.jdo that return JDOMember
 JDOMember[] JDOClassImplDynamic.getDeclaredMembers()
          Returns the collection of JDOMember instances declared by this JDOClass in form of an array.
 

Methods in org.apache.jdo.impl.model.jdo with parameters of type JDOMember
 void JDOClassImplDynamic.removeDeclaredMember(JDOMember member)
          Remove the supplied member from the collection of members maintained by this JDOClass.
 

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

Classes in org.apache.jdo.impl.model.jdo.caching that implement JDOMember
 class JDOClassImplCaching
          An instance of this class represents the JDO metadata of a persistence capable class.
 class JDOFieldImplCaching
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 

Methods in org.apache.jdo.impl.model.jdo.caching with parameters of type JDOMember
 void JDOClassImplCaching.removeDeclaredMember(JDOMember member)
          Remove the supplied member from the collection of members maintained by this JDOClass.
 

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

Subinterfaces of JDOMember in org.apache.jdo.model.jdo
 interface JDOClass
          A JDOClass instance represents the JDO metadata of a persistence-capable class.
 interface JDOField
          A JDOField instance represents the JDO metadata of a managed field of a persistence-capable class.
 

Methods in org.apache.jdo.model.jdo that return JDOMember
 JDOMember[] JDOClass.getDeclaredMembers()
          Returns the collection of JDOMember instances declared by this JDOClass in form of an array.
 

Methods in org.apache.jdo.model.jdo with parameters of type JDOMember
 void JDOClass.removeDeclaredMember(JDOMember member)
          Remove the supplied member from the collection of members maintained by this JDOClass.
 



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