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, waitMethods 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:
getHostingEntityin interfaceMetaAttribute
-
inheritedAnnotations
- Specified by:
inheritedAnnotationsin interfaceMetaAttribute
-