public interface GeneralSqlChangeInterceptor
GeneralSQLChangeInterceptor allows multiple interceptors to change sql.GeneralSqlChangeInterceptor will intercept all the query sqls, so you need some config: like SqlChangeInterceptorFlagHolder which contains a ThreadLocal.flag to determine if need to change the sql.GeneralSqlChangeInterceptor only injected to GeneralPaginationInterceptor.String intercept(String originalSql) throws SqlChangeException
Copyright © 2017. All rights reserved.