com.ext_ext.mybatisext.interceptor.MyBatisInterceptor Maven / Gradle / Ivy
package com.ext_ext.mybatisext.interceptor;
public interface MyBatisInterceptor {
public Object invoke(MyBatisInvocation handler) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy