public class With extends Object implements CloneSupport<With>
| Modifier and Type | Method and Description |
|---|---|
void |
addWithItem(WithItem withItem) |
With |
clone()
改写
Object.clone() 方法。 |
Object[] |
getParamValues() |
List<WithItem> |
getWithItems() |
boolean |
isRecursive() |
void |
setRecursive(boolean recursive) |
void |
setWithItems(List<WithItem> withItems) |
String |
toSql(IDialect dialect) |
public boolean isRecursive()
public void setRecursive(boolean recursive)
public void addWithItem(WithItem withItem)
public Object[] getParamValues()
public With clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<With>clone in class ObjectCopyright © 2024. All rights reserved.