
cn.cucc.utils.ConditionWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpaHelper Show documentation
Show all versions of jpaHelper Show documentation
spring-data-jpa增强工具包,简化 CRUD 操作
package cn.cucc.utils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import cn.hutool.core.util.StrUtil;
/**
* 查询语句生成器
*
* @author CYM
*
*/
public abstract class ConditionWrapper {
boolean andLink;
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy