cn.schoolwow.quickdao.module.database.dql.subCondition.domain.SubQueryOption Maven / Gradle / Ivy
package cn.schoolwow.quickdao.module.database.dql.subCondition.domain;
import java.io.Serializable;
public class SubQueryOption implements Serializable {
/**
* 查询列信息
* */
public SubQueryColumnOption subQueryColumnOption = new SubQueryColumnOption();
/**
* 查询列信息
* */
public SubQueryTableOption subQueryTableOption = new SubQueryTableOption();
/**
* 关联字段信息
* */
public SubQueryJoinTableOption subQueryJoinTableOption = new SubQueryJoinTableOption();
/**
* 关联表SQL片段
* */
public SubQueryFragmentOption subQueryFragmentOption = new SubQueryFragmentOption();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy