public class With extends Object implements CloneSupport<With>
| 限定符和类型 | 方法和说明 |
|---|---|
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 List<WithItem> getWithItems()
public void setWithItems(List<WithItem> withItems)
public void addWithItem(WithItem withItem)
public Object[] getParamValues()
public With clone()
CloneSupportObject.clone() 方法。clone 在接口中 CloneSupport<With>clone 在类中 ObjectCopyright © 2024. All rights reserved.