Class CDITypeMetaAttribute
java.lang.Object
org.hibernate.processor.annotation.CDITypeMetaAttribute
- All Implemented Interfaces:
MetaAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionCDITypeMetaAttribute(AnnotationMetaEntity annotationMetaEntity, String className, String superTypeName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MetaAttribute
inheritedAnnotations
-
Constructor Details
-
CDITypeMetaAttribute
public CDITypeMetaAttribute(AnnotationMetaEntity annotationMetaEntity, String className, String superTypeName)
-
-
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
-
getMetaType
- Specified by:
getMetaTypein interfaceMetaAttribute
-
getPropertyName
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
getTypeDeclaration
- Specified by:
getTypeDeclarationin interfaceMetaAttribute
-
getHostingEntity
- Specified by:
getHostingEntityin interfaceMetaAttribute
-