| 程序包 | 说明 |
|---|---|
| com.flagwind.persistent.model |
| 限定符和类型 | 方法和说明 |
|---|---|
ChildClause |
ChildClause.combine(ClauseCombine combine)
设置组合方法
|
static ChildClause |
ChildClause.exclude(String name,
String childField,
String childTable)
构建 id not in (select id from table where x=xx and y=yy) 子查询条件
|
static ChildClause |
ChildClause.include(String name,
String childField,
String childTable)
构建 id in (select id from table where x=xx and y=yy) 子查询条件
|
Copyright © 2018. All rights reserved.