Class AnnotationMetaAttribute
java.lang.Object
org.hibernate.processor.annotation.AnnotationMetaAttribute
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AnnotationMetaCollection,AnnotationMetaSingleAttribute
Captures all information about an annotated persistent attribute.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationMetaAttribute(AnnotationMetaEntity parent, Element element, String type) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.processor.model.MetaAttribute
inheritedAnnotations
-
Constructor Details
-
AnnotationMetaAttribute
-
-
Method Details
-
hasTypedAttribute
public boolean hasTypedAttribute()- Specified by:
hasTypedAttributein interfaceMetaAttribute
-
hasStringAttribute
public boolean hasStringAttribute()- Specified by:
hasStringAttributein interfaceMetaAttribute
-
getAttributeDeclarationString
- Specified by:
getAttributeDeclarationStringin interfaceMetaAttribute
-
getAttributeNameDeclarationString
- Specified by:
getAttributeNameDeclarationStringin interfaceMetaAttribute
-
getPropertyName
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
getHostingEntity
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
getMetaType
- Specified by:
getMetaTypein interfaceMetaAttribute
-
getTypeDeclaration
- Specified by:
getTypeDeclarationin interfaceMetaAttribute
-
toString
-