Class MybatisStatementIdInterceptor

java.lang.Object
com.gsitm.ustra.java.data.mybatis.interceptor.MybatisStatementIdInterceptor
All Implemented Interfaces:
org.apache.ibatis.plugin.Interceptor

@Intercepts(@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="prepare",args={java.sql.Connection.class,java.lang.Integer.class})) public class MybatisStatementIdInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
  • Constructor Details

    • MybatisStatementIdInterceptor

      public MybatisStatementIdInterceptor()
  • Method Details

    • intercept

      public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
      Specified by:
      intercept in interface org.apache.ibatis.plugin.Interceptor
      Throws:
      Throwable