All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.stylesmile.mybatis.FastbootInterceptor Maven / Gradle / Ivy

There is a newer version: 2.10.2
Show newest version
//package io.github.stylesmile.mybatis;
//
//import org.apache.ibatis.plugin.Interceptor;
//import org.apache.ibatis.plugin.Invocation;
//
//public class FastbootInterceptor implements Interceptor {
//    @Override
//    public Object intercept(Invocation invocation) throws Throwable {
//        System.out.println();
//        MybatisPlugin.session.commit();
////        return null;
//    }
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy