public class WithValuesDetail extends Object implements WithDetail
| Constructor and Description |
|---|
WithValuesDetail() |
WithValuesDetail(List<Object> values,
QueryWrapper queryWrapper) |
| Modifier and Type | Method and Description |
|---|---|
WithValuesDetail |
clone()
改写
Object.clone() 方法。 |
Object[] |
getParamValues() |
QueryWrapper |
getQueryWrapper() |
void |
setQueryWrapper(QueryWrapper queryWrapper) |
String |
toSql(IDialect dialect) |
public WithValuesDetail()
public WithValuesDetail(List<Object> values, QueryWrapper queryWrapper)
public QueryWrapper getQueryWrapper()
public void setQueryWrapper(QueryWrapper queryWrapper)
public String toSql(IDialect dialect)
toSql in interface WithDetailpublic Object[] getParamValues()
getParamValues in interface WithDetailpublic WithValuesDetail clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<WithDetail>clone in class ObjectCopyright © 2024. All rights reserved.