Class MetaAttributeHelper
java.lang.Object
org.hibernate.tool.internal.reveng.strategy.MetaAttributeHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> loadAndMergeMetaMap(Element classElement, org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> inheritedMeta) static org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> loadMetaMap(Element element) static org.hibernate.mapping.MetaAttributetoRealMetaAttribute(String name, Collection<?> values)
-
Constructor Details
-
MetaAttributeHelper
public MetaAttributeHelper()
-
-
Method Details
-
toRealMetaAttribute
public static org.hibernate.mapping.MetaAttribute toRealMetaAttribute(String name, Collection<?> values) -
loadAndMergeMetaMap
public static org.apache.commons.collections4.MultiValuedMap<String,MetaAttributeHelper.SimpleMetaAttribute> loadAndMergeMetaMap(Element classElement, org.apache.commons.collections4.MultiValuedMap<String, MetaAttributeHelper.SimpleMetaAttribute> inheritedMeta) -
loadMetaMap
public static org.apache.commons.collections4.MultiValuedMap<String,MetaAttributeHelper.SimpleMetaAttribute> loadMetaMap(Element element)
-