org.hibernate.annotations.common.reflection.java
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
public class JavaXMethod
- extends JavaXMember
- implements XMethod
- Author:
- Emmanuel Bernard
| Methods inherited from class org.hibernate.annotations.common.reflection.java.JavaXMember |
getClassOrElementClass, getCollectionClass, getElementClass, getJavaType, getMapKey, getMember, getModifiers, getType, getTypeEnvironment, isArray, isCollection, isTypeResolved, setAccessible, typeOf |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getName
public java.lang.String getName()
- Specified by:
getName in interface XMember- Specified by:
getName in class JavaXMember
invoke
public java.lang.Object invoke(java.lang.Object target,
java.lang.Object... parameters)
- Specified by:
invoke in interface XMember
getFactory
protected JavaReflectionManager getFactory()
getAnnotation
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
- Specified by:
getAnnotation in interface XAnnotatedElement
isAnnotationPresent
public <T extends java.lang.annotation.Annotation> boolean isAnnotationPresent(java.lang.Class<T> annotationType)
- Specified by:
isAnnotationPresent in interface XAnnotatedElement
getAnnotations
public java.lang.annotation.Annotation[] getAnnotations()
- Specified by:
getAnnotations in interface XAnnotatedElement
equals
public boolean equals(java.lang.Object obj)
- Description copied from interface:
XAnnotatedElement
- Returns true if the underlying artefact
is the same
- Specified by:
equals in interface XAnnotatedElement- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005-2010 Hibernate.org. All Rights Reserved.