Interface QueryInterceptor


  • public interface QueryInterceptor
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object handleQuery​(java.sql.Connection connection, java.lang.Object object)  
      java.lang.Object handleQueryWithArgs​(java.sql.Connection connection, java.lang.Object... whereArgs)  
    • Method Detail

      • handleQueryWithArgs

        @RuntimeType
        java.lang.Object handleQueryWithArgs​(java.sql.Connection connection,
                                             java.lang.Object... whereArgs)
                                      throws java.lang.NoSuchMethodException,
                                             java.lang.InstantiationException,
                                             java.sql.SQLException,
                                             java.lang.IllegalAccessException,
                                             java.lang.reflect.InvocationTargetException,
                                             java.lang.ClassNotFoundException
        Throws:
        java.lang.NoSuchMethodException
        java.lang.InstantiationException
        java.sql.SQLException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
        java.lang.ClassNotFoundException
      • handleQuery

        @RuntimeType
        java.lang.Object handleQuery​(java.sql.Connection connection,
                                     java.lang.Object object)
                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException