Package org.hibernate.jpamodelgen.xml
Class XmlMetaAttribute
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
XmlMetaCollection,XmlMetaSingleAttribute
public abstract class XmlMetaAttribute extends Object implements MetaAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetAttributeDeclarationString()StringgetAttributeNameDeclarationString()MetamodelgetHostingEntity()abstract StringgetMetaType()StringgetPropertyName()StringgetTypeDeclaration()booleanhasStringAttribute()booleanhasTypedAttribute()StringtoString()
-
-
-
Method Detail
-
hasTypedAttribute
public boolean hasTypedAttribute()
- Specified by:
hasTypedAttributein interfaceMetaAttribute
-
hasStringAttribute
public boolean hasStringAttribute()
- Specified by:
hasStringAttributein interfaceMetaAttribute
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationStringin interfaceMetaAttribute
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
- Specified by:
getAttributeNameDeclarationStringin interfaceMetaAttribute
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
getTypeDeclaration
public String getTypeDeclaration()
- Specified by:
getTypeDeclarationin interfaceMetaAttribute
-
getHostingEntity
public Metamodel getHostingEntity()
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
getMetaType
public abstract String getMetaType()
- Specified by:
getMetaTypein interfaceMetaAttribute
-
-