|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InheritanceMetaData | |
---|---|
org.jpox.metadata | Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. |
Uses of InheritanceMetaData in org.jpox.metadata |
---|
Fields in org.jpox.metadata declared as InheritanceMetaData | |
---|---|
protected InheritanceMetaData |
AbstractClassMetaData.inheritanceMetaData
Inheritance MetaData |
Methods in org.jpox.metadata that return InheritanceMetaData | |
---|---|
InheritanceMetaData |
AbstractClassMetaData.getInheritanceMetaData()
Accessor for inheritanceMetaData |
Methods in org.jpox.metadata with parameters of type InheritanceMetaData | |
---|---|
void |
AbstractClassMetaData.setInheritanceMetaData(InheritanceMetaData inheritanceMetaData)
Mutator for the inheritance MetaData. |
Constructors in org.jpox.metadata with parameters of type InheritanceMetaData | |
---|---|
DiscriminatorMetaData(InheritanceMetaData parent,
DiscriminatorMetaData dmd)
Constructor. |
|
DiscriminatorMetaData(InheritanceMetaData parent,
java.lang.String columnName,
java.lang.String value,
java.lang.String strategy,
java.lang.String indexed)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |