Class AnnotationMetaType
- java.lang.Object
-
- org.hibernate.processor.annotation.AnnotationMetaType
-
- All Implemented Interfaces:
MetaAttribute
public class AnnotationMetaType extends Object implements MetaAttribute
-
-
Constructor Summary
Constructors Constructor Description AnnotationMetaType(AnnotationMetaEntity annotationMetaEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
String
getAttributeNameDeclarationString()
Metamodel
getHostingEntity()
String
getMetaType()
String
getPropertyName()
String
getTypeDeclaration()
boolean
hasStringAttribute()
boolean
hasTypedAttribute()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.processor.model.MetaAttribute
inheritedAnnotations
-
-
-
-
Constructor Detail
-
AnnotationMetaType
public AnnotationMetaType(AnnotationMetaEntity annotationMetaEntity)
-
-
Method Detail
-
hasTypedAttribute
public boolean hasTypedAttribute()
- Specified by:
hasTypedAttribute
in interfaceMetaAttribute
-
hasStringAttribute
public boolean hasStringAttribute()
- Specified by:
hasStringAttribute
in interfaceMetaAttribute
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationString
in interfaceMetaAttribute
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
- Specified by:
getAttributeNameDeclarationString
in interfaceMetaAttribute
-
getMetaType
public String getMetaType()
- Specified by:
getMetaType
in interfaceMetaAttribute
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfaceMetaAttribute
-
getTypeDeclaration
public String getTypeDeclaration()
- Specified by:
getTypeDeclaration
in interfaceMetaAttribute
-
getHostingEntity
public Metamodel getHostingEntity()
- Specified by:
getHostingEntity
in interfaceMetaAttribute
-
-