cn.vonce.sql.define.JoinOn Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.define;
import cn.vonce.sql.bean.Condition;
import cn.vonce.sql.bean.Select;
/**
* 表连接条件
*
* @author Jovi
* @email [email protected]
* @date 2022/11/30 11:44
*/
public interface JoinOn {
void on(Condition condition);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy