Class AbstractAnnotatedMethod
java.lang.Object
org.hibernate.processor.annotation.AbstractAnnotatedMethod
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AbstractQueryMethod, LifecycleMethod
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractAnnotatedMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String sessionName, String sessionType) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandle(StringBuilder declaration, String handled, String rethrown) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MetaAttribute
getAttributeDeclarationString, getAttributeNameDeclarationString, getMetaType, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
Constructor Details
-
AbstractAnnotatedMethod
public AbstractAnnotatedMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String sessionName, String sessionType)
-
-
Method Details
-
getHostingEntity
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
inheritedAnnotations
- Specified by:
inheritedAnnotationsin interfaceMetaAttribute
-
handle
-