
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, QR>> {
void accept(JoinOnBuilder join, QL l, QR r);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy