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