Uses of Interface
javax.jdo.metadata.InheritanceMetadata
-
Packages that use InheritanceMetadata Package Description 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 Modifier and Type Method Description InheritanceMetadataTypeMetadata. getInheritanceMetadata()Accessor for the inheritance (if any).InheritanceMetadataTypeMetadata. newInheritanceMetadata()Method to define the inheritance metadata.InheritanceMetadataInheritanceMetadata. setCustomStrategy(String strategy)Method to set the custom inheritance strategy.InheritanceMetadataInheritanceMetadata. setStrategy(InheritanceStrategy strategy)Method to set the inheritance strategy.
-