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 String
getAttributeDeclarationString()
String
getAttributeNameDeclarationString()
MetaEntity
getHostingEntity()
String
getMetaType()
String
getPropertyName()
String
getTypeDeclaration()
-
-
-
Method Detail
-
getAttributeDeclarationString
String getAttributeDeclarationString()
-
getAttributeNameDeclarationString
String getAttributeNameDeclarationString()
-
getMetaType
String getMetaType()
-
getPropertyName
String getPropertyName()
-
getTypeDeclaration
String getTypeDeclaration()
-
getHostingEntity
MetaEntity getHostingEntity()
-
-