public interface DictionaryDao extends JeeeDao<Dictionary>
| 限定符和类型 | 方法和说明 |
|---|---|
Dictionary |
autoGet(Dictionary entity) |
java.util.List<Dictionary> |
autoQuery(Dictionary entity) |
Dictionary |
get(Dictionary entity) |
java.lang.String |
getIdByKey(java.lang.String key) |
autoAdd, autoDeleteById, autoSum, autoUpdate, autoUpdateNotNull, deleteByTable, execSql, getCount, querySql, updateByTable@Select(value="auto:query") @Options(flushCache=TRUE) java.util.List<Dictionary> autoQuery(Dictionary entity)
autoQuery 在接口中 JeeeDao<Dictionary>@Select(value="auto:get") Dictionary autoGet(Dictionary entity)
autoGet 在接口中 JeeeDao<Dictionary>@Select(value="auto:get") Dictionary get(Dictionary entity)
@Select(value="select id from sys_dictionary where `key` = #{param1}")
java.lang.String getIdByKey(java.lang.String key)
Copyright © 2019. All Rights Reserved.