Class JavaXMethod
java.lang.Object
org.hibernate.annotations.common.reflection.java.JavaXMember
org.hibernate.annotations.common.reflection.java.JavaXMethod
- All Implemented Interfaces:
XAnnotatedElement,XMember,XMethod
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the underlying artefact is the same<T extends Annotation>
TgetAnnotation(Class<T> annotationType) protected JavaReflectionManagergetName()inthashCode()Invoke the method with no parameters.<T extends Annotation>
booleanisAnnotationPresent(Class<T> annotationType) toString()Methods inherited from class org.hibernate.annotations.common.reflection.java.JavaXMember
getClassOrElementClass, getCollectionClass, getDeclaringClass, getElementClass, getJavaType, getMapKey, getMember, getModifiers, getType, getTypeEnvironment, isArray, isCollection, isTypeResolved, setAccessible, typeOfMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.annotations.common.reflection.XAnnotatedElement
equals, getAnnotation, getAnnotations, isAnnotationPresentMethods inherited from interface org.hibernate.annotations.common.reflection.XMember
getClassOrElementClass, getCollectionClass, getDeclaringClass, getElementClass, getMapKey, getModifiers, getType, isArray, isCollection, isTypeResolved, setAccessible
-
Method Details
-
getName
- Specified by:
getNamein interfaceXMember- Specified by:
getNamein classJavaXMember
-
invoke
Description copied from interface:XMemberInvoke the method with no parameters. Same asXMember.invoke(Object, Object...). -
invoke
-
getFactory
-
getAnnotation
- Specified by:
getAnnotationin interfaceXAnnotatedElement
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceXAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceXAnnotatedElement
-
equals
Description copied from interface:XAnnotatedElementReturns true if the underlying artefact is the same- Specified by:
equalsin interfaceXAnnotatedElement- Overrides:
equalsin classObject
-
hashCode
public int hashCode() -
toString
-