Uses of Interface
javax.jdo.metadata.InheritanceMetadata

Packages that use InheritanceMetadata
javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. 
 

Uses of InheritanceMetadata in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return InheritanceMetadata
 InheritanceMetadata TypeMetadata.getInheritanceMetadata()
          Accessor for the inheritance (if any).
 InheritanceMetadata TypeMetadata.newInheritanceMetadata()
          Method to define the inheritance metadata.
 InheritanceMetadata InheritanceMetadata.setCustomStrategy(java.lang.String strategy)
          Method to set the custom inheritance strategy.
 InheritanceMetadata InheritanceMetadata.setStrategy(InheritanceStrategy strategy)
          Method to set the inheritance strategy.
 



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