Uses of Interface
org.hibernate.annotations.common.reflection.XMethod
-
Packages that use XMethod Package Description org.hibernate.annotations.common.reflection org.hibernate.annotations.common.reflection.java -
-
Uses of XMethod in org.hibernate.annotations.common.reflection
Methods in org.hibernate.annotations.common.reflection that return types with arguments of type XMethod Modifier and Type Method Description List<XMethod>XClass. getDeclaredMethods()Returns the Methods defined by this class.Methods in org.hibernate.annotations.common.reflection with parameters of type XMethod Modifier and Type Method Description MethodReflectionManager. toMethod(XMethod method) -
Uses of XMethod in org.hibernate.annotations.common.reflection.java
Classes in org.hibernate.annotations.common.reflection.java that implement XMethod Modifier and Type Class Description classJavaXMethodMethods in org.hibernate.annotations.common.reflection.java with parameters of type XMethod Modifier and Type Method Description MethodJavaReflectionManager. toMethod(XMethod xMethod)
-