Uses of Class
javax.jdo.annotations.InheritanceStrategy
-
Packages that use InheritanceStrategy Package Description javax.jdo.annotations This package contains the JDO annotations for use as an alternative to XML metadata.javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. -
-
Uses of InheritanceStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return InheritanceStrategy Modifier and Type Method Description InheritanceStrategystrategy()Strategy to use for inheritance.static InheritanceStrategyInheritanceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InheritanceStrategy[]InheritanceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InheritanceStrategy in javax.jdo.metadata
Methods in javax.jdo.metadata that return InheritanceStrategy Modifier and Type Method Description InheritanceStrategyInheritanceMetadata. getStrategy()Accessor for the inheritance strategy.Methods in javax.jdo.metadata with parameters of type InheritanceStrategy Modifier and Type Method Description InheritanceMetadataInheritanceMetadata. setStrategy(InheritanceStrategy strategy)Method to set the inheritance strategy.
-