com.github.dactiv.showcase.dao.foundation.variable
类 DataDictionaryDao

java.lang.Object
  继承者 com.github.dactiv.orm.core.hibernate.support.BasicHibernateDao<T,ID>
      继承者 com.github.dactiv.orm.core.hibernate.support.HibernateSupportDao<DataDictionary,String>
          继承者 com.github.dactiv.showcase.dao.foundation.variable.DataDictionaryDao

@Repository
public class DataDictionaryDao
extends HibernateSupportDao<DataDictionary,String>

数据字典数据访问

作者:
maurice

字段摘要
 
从类 com.github.dactiv.orm.core.hibernate.support.BasicHibernateDao 继承的字段
DEFAULT_ALIAS, entityClass, sessionFactory
 
构造方法摘要
DataDictionaryDao()
           
 
方法摘要
 List<DataDictionary> getByCategoryCode(SystemDictionaryCode code, String... ignoreValue)
          通过字典类别代码获取数据字典集合
 
从类 com.github.dactiv.orm.core.hibernate.support.HibernateSupportDao 继承的方法
countCriteriaResult, createCriteria, createCriterion, entityCount, findByCriterion, findByProperty, findByProperty, findByPropertyFilter, findPage, findPage, findPage, findPage, findPage, findUniqueByCriterion, findUniqueByProperty, findUniqueByProperty, findUniqueByPropertyFilter, setPageRequestToCriteria, setPageRequestToHql
 
从类 com.github.dactiv.orm.core.hibernate.support.BasicHibernateDao 继承的方法
clear, contains, countHqlResult, countHqlResult, createCriteria, createQuery, createQuery, createSQLQuery, createSQLQuery, delete, delete, deleteAll, deleteAllByEntities, distinct, distinct, doWork, evict, executeUpdate, executeUpdate, findByQuery, findByQuery, findUniqueByQuery, findUniqueByQuery, flush, get, get, get, getAll, getDeleteInterceptors, getEntityName, getIdName, getInsertInterceptors, getSaveInterceptors, getSession, getSessionFactory, getUpdateInterceptors, insert, insertAll, load, merge, merge, persist, persist, refresh, refresh, replicate, replicate, save, saveAll, setDeleteInterceptors, setInsertInterceptors, setOrderToCriteria, setQueryValues, setSaveInterceptors, setSessionFactory, setUpdateInterceptors, update, updateAll
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DataDictionaryDao

public DataDictionaryDao()
方法详细信息

getByCategoryCode

public List<DataDictionary> getByCategoryCode(SystemDictionaryCode code,
                                              String... ignoreValue)
通过字典类别代码获取数据字典集合

参数:
code - 字典列别
ignoreValue - 忽略字典的值
返回:
List


Copyright © 2014. All rights reserved.