Interface QueryInterceptor
-
public interface QueryInterceptor
-
-
Method Summary
Modifier and Type Method Description Objectintercept(Connection connection, Object... whereArgs)Objectintercept2(Connection connection, Object object)
-
-
-
Method Detail
-
intercept
@RuntimeType Object intercept(Connection connection, Object... whereArgs) throws NoSuchMethodException, InstantiationException, SQLException, IllegalAccessException, InvocationTargetException, ClassNotFoundException
-
intercept2
@RuntimeType Object intercept2(Connection connection, Object object) throws SQLException
- Throws:
SQLException
-
-