Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
Modifier and Type | Field and Description |
---|---|
protected InheritanceStrategy |
InheritanceMetaData.strategy
strategy tag value.
|
Modifier and Type | Method and Description |
---|---|
static InheritanceStrategy |
InheritanceStrategy.getInheritanceStrategy(String value)
Obtain a InheritanceStrategy for the given name by
value |
InheritanceStrategy |
InheritanceMetaData.getStrategy() |
static InheritanceStrategy |
InheritanceStrategy.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.
|
Modifier and Type | Method and Description |
---|---|
InheritanceMetaData |
InheritanceMetaData.setStrategy(InheritanceStrategy strategy) |
Copyright © 2019. All rights reserved.