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

com.emily.infrastructure.mybatis.interceptor.MybatisCustomizer Maven / Gradle / Ivy

The newest version!
package com.emily.infrastructure.mybatis.interceptor;

import org.aopalliance.intercept.MethodInterceptor;
import org.springframework.core.Ordered;

/**
 * Mybatis埋点扩展点接口MybatisCustomizer,AOP切面会根据优先级选择优先级最高的拦截器
 *
 * @author Emily
 * @since : 2022/2/12
 */
public interface MybatisCustomizer extends MethodInterceptor, Ordered {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy