Uses of Class
org.apache.jdo.impl.model.jdo.JDOMemberImpl

Packages that use JDOMemberImpl
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   
 

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

Subclasses of JDOMemberImpl in org.apache.jdo.impl.model.jdo
 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 JDOFieldImplDynamic
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 class JDOPropertyImplDynamic
          An instance of this class represents the JDO metadata of a managed property of a persistence capable class.
 

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

Subclasses of JDOMemberImpl in org.apache.jdo.impl.model.jdo.caching
 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 JDOFieldImplCaching
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 class JDOPropertyImplCaching
          An instance of this class represents the JDO metadata of a managed field of a persistence capable class.
 



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