public interface MoreObjToSQL
| 限定符和类型 | 方法和说明 |
|---|---|
<T> String |
toSelectSQL(T entity) |
<T> String |
toSelectSQL(T entity,
Condition condition)
根据entity和Condition转换成sql语句
|
<T> String |
toSelectSQL(T entity,
int start,
int size) |
Copyright © 2020. All rights reserved.