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

com.easy.query.api4j.sql.SQLFillSelector Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.sql;

import com.easy.query.api4j.select.Queryable;

/**
 * create time 2023/7/18 17:19
 * 文件说明
 *
 * @author xuejiaming
 */
public interface SQLFillSelector {
     Queryable with(Class entityClass);
    SQLFillSelector consumeNull(boolean consumeNull);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy