icu.mhb.mybatisplus.plugln.extend.Joins Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join Show documentation
Show all versions of mybatis-plus-join Show documentation
A multi-table plugin for Mybatis Plus.
package icu.mhb.mybatisplus.plugln.extend;
import icu.mhb.mybatisplus.plugln.core.JoinLambdaWrapper;
/**
* @author mahuibo
* @Title: Joins
* @email [email protected]
* @time 2022/12/22
*/
public class Joins {
public static JoinLambdaWrapper of(Class clz) {
return new JoinLambdaWrapper<>(clz);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy