| Package | Description |
|---|---|
| me.chyxion.tigon.mybatis |
| Modifier and Type | Method and Description |
|---|---|
ProcArg |
ProcArg.addParam(Object value)
add value
|
ProcArg |
ProcArg.addParamList(Collection<?> values)
add param list
(1, 2, 3)
|
ProcArg |
ProcArg.addParamList(Object param,
Object... params)
add param list
(1, 2, 3)
|
ProcArg |
ProcArg.addSql(String sql)
add SQL
|
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.build(Consumer<ProcArg> builder)
build custom search criterion
|
Copyright © 2020. All rights reserved.