|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
Object invokeJdbcMethod(Method, |
Invoke the specified JDBC API Method against the supplied target object with no arguments. |
Object invokeJdbcMethod(Method, |
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments. |
Added Methods | |
Method[] getDeclaredMethods(Class<?> ) |
Variant of Class.getDeclaredMethods() that uses a local cache in order to avoid the JVM's SecurityManager check and new Method instances. |
Method[] getUniqueDeclaredMethods(Class<?>, |
Get the unique set of declared methods on the leaf class and all superclasses. |
Removed Fields | |
MethodFilter NON_BRIDGED_METHODS |
Pre-built MethodFilter that matches all non-bridge methods. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |