Class AbstractAnnotatedMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AbstractQueryMethod
,LifecycleMethod
public abstract class AbstractAnnotatedMethod extends Object implements MetaAttribute
-
-
Constructor Summary
Constructors Constructor Description AbstractAnnotatedMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String sessionName, String sessionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metamodel
getHostingEntity()
List<AnnotationMirror>
inheritedAnnotations()
-
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
getAttributeDeclarationString, getAttributeNameDeclarationString, getMetaType, getPropertyName, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
-
-
-
Constructor Detail
-
AbstractAnnotatedMethod
public AbstractAnnotatedMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String sessionName, String sessionType)
-
-
Method Detail
-
getHostingEntity
public Metamodel getHostingEntity()
- Specified by:
getHostingEntity
in interfaceMetaAttribute
-
inheritedAnnotations
public List<AnnotationMirror> inheritedAnnotations()
- Specified by:
inheritedAnnotations
in interfaceMetaAttribute
-
-