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