Modifier and Type | Method and Description |
---|---|
String |
getCustomStrategy()
Accessor for the custom inheritance (overriding "strategy").
|
DiscriminatorMetadata |
getDiscriminatorMetadata()
Accessor for the discriminator (if any).
|
JoinMetadata |
getJoinMetadata()
Accessor for the join (if any).
|
InheritanceStrategy |
getStrategy()
Accessor for the inheritance strategy.
|
DiscriminatorMetadata |
newDiscriminatorMetadata()
Method to define the new discriminator metadata.
|
JoinMetadata |
newJoinMetadata()
Method to define the new join information.
|
InheritanceMetadata |
setCustomStrategy(String strategy)
Method to set the custom inheritance strategy.
|
InheritanceMetadata |
setStrategy(InheritanceStrategy strategy)
Method to set the inheritance strategy.
|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata
InheritanceMetadata setStrategy(InheritanceStrategy strategy)
strategy
- The strategyInheritanceStrategy getStrategy()
InheritanceMetadata setCustomStrategy(String strategy)
strategy
- The strategyString getCustomStrategy()
DiscriminatorMetadata newDiscriminatorMetadata()
DiscriminatorMetadata getDiscriminatorMetadata()
JoinMetadata newJoinMetadata()
JoinMetadata getJoinMetadata()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.