public class JsonBeanSQL extends Object implements com.mugui.Mugui
| 构造器和说明 |
|---|
JsonBeanSQL() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Select |
count(com.mugui.bean.JsonBean bean)
得到基本统计语句
|
static Select |
countLoader(com.mugui.bean.JsonBean bean)
统计装载器
|
static Delete |
delete(com.mugui.bean.JsonBean bean)
得到基本删除语句
|
static Delete |
deleteLoader(com.mugui.bean.JsonBean bean)
删除装载器
|
static Select |
get(com.mugui.bean.JsonBean bean)
根据key得到数据
|
static Select |
select(com.mugui.bean.JsonBean... beans)
得到基本查询语句
默认将采用左连接查询 且按照bean数组中的顺序进行左连接 |
static Select |
selectLoader(com.mugui.bean.JsonBean bean)
得到查询装载器
|
static Update |
update(com.mugui.bean.JsonBean bean)
得到基本更新语句
|
static Update |
updateLoader(com.mugui.bean.JsonBean bean)
更新装载器
|
public static Select get(com.mugui.bean.JsonBean bean)
T - bean - public static Select select(com.mugui.bean.JsonBean... beans)
public static Update update(com.mugui.bean.JsonBean bean)
public static Select count(com.mugui.bean.JsonBean bean)
public static Delete delete(com.mugui.bean.JsonBean bean)
public static Select selectLoader(com.mugui.bean.JsonBean bean)
public static Update updateLoader(com.mugui.bean.JsonBean bean)
public static Select countLoader(com.mugui.bean.JsonBean bean)
public static Delete deleteLoader(com.mugui.bean.JsonBean bean)
Copyright © 2020. All rights reserved.