public class SimpleCondition extends Object implements Condition
| Constructor and Description |
|---|
SimpleCondition(Object obj) |
SimpleCondition(String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
toSql(Entity<?> entity)
根据一个实体,你可以生成一个条件,这个条件就是 SQL 'WHERE' 关键字后面的那部分。
|
String |
toString() |
Copyright © 2017. All rights reserved.