com.github.yulichang.adapter.v3431.AbstractMethodV3431 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-adapter-v3431 Show documentation
Show all versions of mybatis-plus-join-adapter-v3431 Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.adapter.v3431;
import com.baomidou.mybatisplus.core.injector.AbstractMethod;
import com.baomidou.mybatisplus.core.injector.AbstractSqlInjector;
import java.util.List;
/**
* @author yulichang
* @since 1.4.5
*/
public class AbstractMethodV3431 {
public static List getMethod(AbstractSqlInjector sqlInjector, Class> clazz) {
return sqlInjector.getMethodList(clazz);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy