Package org.hibernate.jpamodelgen.xml
Class XmlMetaSingleAttribute
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
-
- All Implemented Interfaces:
MetaAttribute
,MetaSingleAttribute
public class XmlMetaSingleAttribute extends XmlMetaAttribute implements MetaSingleAttribute
-
-
Constructor Summary
Constructors Constructor Description XmlMetaSingleAttribute(XmlMetaEntity parent, String propertyName, String type)
-
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
-
XmlMetaSingleAttribute
public XmlMetaSingleAttribute(XmlMetaEntity parent, String propertyName, String type)
-
-
Method Detail
-
getMetaType
public String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
- Specified by:
getMetaType
in classXmlMetaAttribute
-
-