Interface JDBCInterceptorContext
-
public interface JDBCInterceptorContext
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static JDBCInterceptorContextforMethod(java.lang.Class<?> clazz, java.lang.String methodName)booleanmatchesMethod(java.lang.Class<?> class1, java.lang.String string)static JDBCInterceptorContextunknown()
-
-
-
Method Detail
-
unknown
static JDBCInterceptorContext unknown()
-
forMethod
static JDBCInterceptorContext forMethod(java.lang.Class<?> clazz, java.lang.String methodName)
-
matchesMethod
boolean matchesMethod(java.lang.Class<?> class1, java.lang.String string)
-
-