|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.hibernate.tool.hbm2java.MetaAttributeHelper
public class MetaAttributeHelper
Helper for loading, merging and accessing tags.
Constructor Summary | |
---|---|
MetaAttributeHelper()
|
Method Summary | |
---|---|
static void |
copyMultiMap(org.apache.commons.collections.MultiMap destination,
org.apache.commons.collections.MultiMap source)
Copies all the values from one MultiMap to another. |
static String |
getMetaAsString(Collection meta,
String seperator)
|
static org.apache.commons.collections.MultiMap |
loadAndMergeMetaMap(org.jdom.Element classElement,
org.apache.commons.collections.MultiMap inheritedMeta)
Method loadAndMergeMetaMap. |
protected static org.apache.commons.collections.MultiMap |
loadMetaMap(org.jdom.Element element)
Load meta attributes from jdom element into a MultiMap. |
static org.apache.commons.collections.MultiMap |
mergeMetaMaps(org.apache.commons.collections.MultiMap local,
org.apache.commons.collections.MultiMap inherited)
Merges a Multimap with inherited maps. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaAttributeHelper()
Method Detail |
---|
protected static org.apache.commons.collections.MultiMap loadMetaMap(org.jdom.Element element)
element
-
public static org.apache.commons.collections.MultiMap mergeMetaMaps(org.apache.commons.collections.MultiMap local, org.apache.commons.collections.MultiMap inherited)
local
- inherited
-
public static org.apache.commons.collections.MultiMap loadAndMergeMetaMap(org.jdom.Element classElement, org.apache.commons.collections.MultiMap inheritedMeta)
classElement
- inheritedMeta
-
public static String getMetaAsString(Collection meta, String seperator)
collection
- string
- public static void copyMultiMap(org.apache.commons.collections.MultiMap destination, org.apache.commons.collections.MultiMap source)
destination
- source
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |