public class DictionaryDao extends BaseDao<Dictionary>
entityClass| 构造器和说明 |
|---|
DictionaryDao() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dictionary> |
findAllDictionaryOrderByName() |
Dictionary |
findDictionaryByKey(String key) |
EasyUIPageResponse<Dictionary> |
findDictionaryByPage(QueryRequest queryRequest,
int pageIndex,
int pageSize) |
analyzeOrderMode, analyzeQueryRequest, cleanBean, cleanBeans, countAll, delete, deleteBatch, deleteById, deleteByIds, deleteByIds, evict, evict, flushSession, generateRestriction, getCurrentSession, getSessionFactory, isMyEntity, limitQuery, limitQuery, limitQuery, load, load, load, pageQuery, pageQuery, pageQuery, pageQuery, query, query, query, queryAll, queryByEntity, save, saveOrUpdate, saveOrUpdateBatch, setSessionFactory, update, update, updatepublic List<Dictionary> findAllDictionaryOrderByName()
public EasyUIPageResponse<Dictionary> findDictionaryByPage(QueryRequest queryRequest, int pageIndex, int pageSize)
public Dictionary findDictionaryByKey(String key)
key - Copyright © 2018 Euler Project. All rights reserved.