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 TypeMethodDescriptionMethods 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
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:
getHostingEntity
in interfaceMetaAttribute
-
inheritedAnnotations
- Specified by:
inheritedAnnotations
in interfaceMetaAttribute
-