Package org.hibernate.jpamodelgen.xml
Class XmlMetaMap
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- org.hibernate.jpamodelgen.xml.XmlMetaCollection
-
- org.hibernate.jpamodelgen.xml.XmlMetaMap
-
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
public class XmlMetaMap extends XmlMetaCollection
-
-
Constructor Summary
Constructors Constructor Description XmlMetaMap(XmlMetaEntity parent, String propertyName, String type, String collectionType, String keyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
-
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaCollection
getMetaType
-
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.jpamodelgen.model.MetaAttribute
getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration
-
-
-
-
Constructor Detail
-
XmlMetaMap
public XmlMetaMap(XmlMetaEntity parent, String propertyName, String type, String collectionType, String keyType)
-
-
Method Detail
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
- Overrides:
getAttributeDeclarationString
in classXmlMetaAttribute
-
-