public interface UpdateRecordDao extends JeeeDao<UpdateRecord>
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateRecord |
autoGet(UpdateRecord entity) |
java.util.List<UpdateRecord> |
autoQuery(UpdateRecord entity) |
autoAdd, autoDeleteById, autoSum, autoUpdate, autoUpdateNotNull, deleteByTable, execSql, getCount, querySql, updateByTable@Select(value="auto:query") java.util.List<UpdateRecord> autoQuery(UpdateRecord entity)
autoQuery 在接口中 JeeeDao<UpdateRecord>@Select(value="auto:get") UpdateRecord autoGet(UpdateRecord entity)
autoGet 在接口中 JeeeDao<UpdateRecord>Copyright © 2019. All Rights Reserved.