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
Fields in org.datanucleus.metadata declared as InheritanceStrategyModifier and TypeFieldDescriptionprotected InheritanceStrategy
InheritanceMetaData.strategy
strategy tag value.Methods in org.datanucleus.metadata that return InheritanceStrategyModifier and TypeMethodDescriptionstatic InheritanceStrategy
InheritanceStrategy.getInheritanceStrategy
(String value) Obtain a InheritanceStrategy for the given name byvalue
InheritanceMetaData.getStrategy()
static InheritanceStrategy
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.Methods in org.datanucleus.metadata with parameters of type InheritanceStrategy