Class AnnotationMetaSingleAttribute
- java.lang.Object
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
-
- All Implemented Interfaces:
MetaAttribute
,MetaSingleAttribute
public class AnnotationMetaSingleAttribute extends AnnotationMetaAttribute implements MetaSingleAttribute
-
-
Constructor Summary
Constructors Constructor Description AnnotationMetaSingleAttribute(AnnotationMetaEntity parent, javax.lang.model.element.Element element, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMetaType()
-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
getAttributeDeclarationString, getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.jpamodelgen.model.MetaAttribute
getAttributeDeclarationString, getAttributeNameDeclarationString, getHostingEntity, getPropertyName, getTypeDeclaration
-
-
-
-
Constructor Detail
-
AnnotationMetaSingleAttribute
public AnnotationMetaSingleAttribute(AnnotationMetaEntity parent, javax.lang.model.element.Element element, java.lang.String type)
-
-
Method Detail
-
getMetaType
public final java.lang.String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
- Specified by:
getMetaType
in classAnnotationMetaAttribute
-
-