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 String
getAttributeDeclarationString()
String
getAttributeNameDeclarationString()
MetaEntity
getHostingEntity()
abstract String
getMetaType()
String
getPropertyName()
String
getTypeDeclaration()
String
toString()
-
-
-
Method Detail
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
- Specified by:
getAttributeNameDeclarationString
in interfaceMetaAttribute
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfaceMetaAttribute
-
getTypeDeclaration
public String getTypeDeclaration()
- Specified by:
getTypeDeclaration
in interfaceMetaAttribute
-
getHostingEntity
public MetaEntity getHostingEntity()
- Specified by:
getHostingEntity
in interfaceMetaAttribute
-
getMetaType
public abstract String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
-
-