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 StringgetAttributeDeclarationString()StringgetAttributeNameDeclarationString()MetaEntitygetHostingEntity()StringgetMetaType()StringgetPropertyName()StringgetTypeDeclaration()
-
-
-
Method Detail
-
getAttributeDeclarationString
String getAttributeDeclarationString()
-
getAttributeNameDeclarationString
String getAttributeNameDeclarationString()
-
getMetaType
String getMetaType()
-
getPropertyName
String getPropertyName()
-
getTypeDeclaration
String getTypeDeclaration()
-
getHostingEntity
MetaEntity getHostingEntity()
-
-