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