public interface ObjToSQL
| 限定符和类型 | 方法和说明 |
|---|---|
<T> String |
toDeleteSQL(T entity) |
<T> String |
toInsertSQL(T entity) |
<T> String |
toSelectSQL(T entity) |
<T> String |
toSelectSQL(T entity,
Condition condition)
根据entity和Condition转换成sql语句
|
<T> String |
toUpdateSQL(T entity) |
<T> String toSelectSQL(T entity)
<T> String toDeleteSQL(T entity)
<T> String toInsertSQL(T entity)
<T> String toUpdateSQL(T entity) throws ObjSQLException
ObjSQLExceptionCopyright © 2020. All rights reserved.