@Configuration public class SqLinkProperties extends java.lang.Object
构造器和说明 |
---|
SqLinkProperties() |
限定符和类型 | 方法和说明 |
---|---|
Option |
bulidOption() |
boolean |
isIgnoreDeleteNoWhere() |
boolean |
isIgnoreUpdateNoWhere() |
boolean |
isPrintBatch() |
boolean |
isPrintSql() |
void |
setIgnoreDeleteNoWhere(boolean ignoreDeleteNoWhere) |
void |
setIgnoreUpdateNoWhere(boolean ignoreUpdateNoWhere) |
void |
setPrintBatch(boolean printBatch) |
void |
setPrintSql(boolean printSql) |
public boolean isPrintSql()
public void setPrintSql(boolean printSql)
public boolean isPrintBatch()
public void setPrintBatch(boolean printBatch)
public boolean isIgnoreUpdateNoWhere()
public void setIgnoreUpdateNoWhere(boolean ignoreUpdateNoWhere)
public boolean isIgnoreDeleteNoWhere()
public void setIgnoreDeleteNoWhere(boolean ignoreDeleteNoWhere)
public Option bulidOption()