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.StringgetAttributeDeclarationString()java.lang.StringgetAttributeNameDeclarationString()MetaEntitygetHostingEntity()java.lang.StringgetMetaType()java.lang.StringgetPropertyName()java.lang.StringgetTypeDeclaration()
-
-
-
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()
-
-