Package org.hibernate.jpamodelgen.xml
Class XmlMetaCollection
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- org.hibernate.jpamodelgen.xml.XmlMetaCollection
-
- All Implemented Interfaces:
MetaAttribute
,MetaCollection
- Direct Known Subclasses:
XmlMetaMap
public class XmlMetaCollection extends XmlMetaAttribute implements MetaCollection
-
-
Constructor Summary
Constructors Constructor Description XmlMetaCollection(XmlMetaEntity parent, String propertyName, String type, String collectionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMetaType()
-
Methods inherited from class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
getAttributeDeclarationString, 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
getAttributeDeclarationString, getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration
-
-
-
-
Constructor Detail
-
XmlMetaCollection
public XmlMetaCollection(XmlMetaEntity parent, String propertyName, String type, String collectionType)
-
-
Method Detail
-
getMetaType
public String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
- Specified by:
getMetaType
in classXmlMetaAttribute
-
-