Package org.hibernate.jpamodelgen.model
Interface MetaAttribute
-
- All Known Subinterfaces:
MetaCollection
,MetaSingleAttribute
- All Known Implementing Classes:
AnnotationMetaAttribute
,AnnotationMetaCollection
,AnnotationMetaMap
,AnnotationMetaSingleAttribute
,XmlMetaAttribute
,XmlMetaCollection
,XmlMetaMap
,XmlMetaSingleAttribute
public interface MetaAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttributeDeclarationString()
java.lang.String
getAttributeNameDeclarationString()
MetaEntity
getHostingEntity()
java.lang.String
getMetaType()
java.lang.String
getPropertyName()
java.lang.String
getTypeDeclaration()
-
-
-
Method Detail
-
getAttributeDeclarationString
java.lang.String getAttributeDeclarationString()
-
getAttributeNameDeclarationString
java.lang.String getAttributeNameDeclarationString()
-
getMetaType
java.lang.String getMetaType()
-
getPropertyName
java.lang.String getPropertyName()
-
getTypeDeclaration
java.lang.String getTypeDeclaration()
-
getHostingEntity
MetaEntity getHostingEntity()
-
-