|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.metadata.MetaDataHelper
public class MetaDataHelper
Helper class to search and access MetaData.
For longer term this should probably be refactored to a well designed interface that provides "power users" with access to the metadata that the PMF manages.
| Method Summary | |
|---|---|
static java.lang.String |
getValueForExtensionRecursively(org.datanucleus.metadata.MetaData metadata,
java.lang.String key)
Searches the meta data tree upwards starting with the given leaf, stops as soon as it finds an extension with the given key. |
static java.lang.String[] |
getValuesForExtensionRecursively(org.datanucleus.metadata.MetaData metadata,
java.lang.String key)
Searches the meta data tree upwards starting with the given leaf, stops as soon as it finds an extension with the given key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getValueForExtensionRecursively(org.datanucleus.metadata.MetaData metadata,
java.lang.String key)
metadata - Leaf of the meta data tree, where the search should startkey - The key of the extension
public static java.lang.String[] getValuesForExtensionRecursively(org.datanucleus.metadata.MetaData metadata,
java.lang.String key)
metadata - Leaf of the meta data tree, where the search should startkey - The key of the extension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||