Uses of Enum
org.datanucleus.metadata.InheritanceStrategy
Packages that use InheritanceStrategy
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
-
Uses of InheritanceStrategy in org.datanucleus.metadata
Subclasses with type arguments of type InheritanceStrategy in org.datanucleus.metadataModifier and TypeClassDescriptionenumRepresentation of the values for inheritance "strategy".Fields in org.datanucleus.metadata declared as InheritanceStrategyModifier and TypeFieldDescriptionprotected InheritanceStrategyInheritanceMetaData.strategystrategy tag value.Methods in org.datanucleus.metadata that return InheritanceStrategyModifier and TypeMethodDescriptionstatic InheritanceStrategyInheritanceStrategy.getInheritanceStrategy(String value) Obtain a InheritanceStrategy for the given name byvalueInheritanceMetaData.getStrategy()static InheritanceStrategyReturns 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.Methods in org.datanucleus.metadata with parameters of type InheritanceStrategy