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

cn.org.atool.fluent.mybatis.functions.OnConsumer Maven / Gradle / Ivy

package cn.org.atool.fluent.mybatis.functions;

import cn.org.atool.fluent.mybatis.base.crud.BaseQuery;
import cn.org.atool.fluent.mybatis.segment.JoinOnBuilder;

/**
 * join on 条件构造
 *
 * @param  左查询
 * @param  右查询
 * @author wudarui
 */
@SuppressWarnings("rawtypes")
public interface OnConsumer, QR extends BaseQuery> {
    void accept(JoinOnBuilder join, QL l, QR r);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy