@Repository public class CmsDictionaryDataDao extends BaseDao<CmsDictionaryData>
idWorker, log, ORDERTYPE_ASC, ORDERTYPE_DESC, sessionFactory
构造器和说明 |
---|
CmsDictionaryDataDao() |
限定符和类型 | 方法和说明 |
---|---|
int |
delete(short siteId,
java.lang.String[] dictionaryIds) |
int |
deleteByParentValue(short siteId,
java.lang.String dictionaryId,
java.lang.String parentValue) |
java.util.List<CmsDictionaryData> |
getList(short siteId,
java.lang.String dictionaryId) |
java.util.List<CmsDictionaryData> |
getList(short siteId,
java.lang.String dictionaryId,
java.lang.String parentValue) |
protected CmsDictionaryData |
init(CmsDictionaryData entity) |
batchWork, batchWork, count, countResult, delete, delete, delete, getEntity, getEntity, getEntity, getEntityClass, getEntityList, getEntitys, getEntitys, getEntitys, getEntitys, getFacetPage, getFacetPage, getId, getList, getList, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getQueryHandler, getQueryHandler, getSearchBackend, getSearchPredicateFactory, getSearchSession, getSession, higtLighter, index, like, reCreateIndex, rightLike, save, update
public java.util.List<CmsDictionaryData> getList(short siteId, java.lang.String dictionaryId, java.lang.String parentValue)
siteId
- dictionaryId
- parentValue
- public java.util.List<CmsDictionaryData> getList(short siteId, java.lang.String dictionaryId)
siteId
- dictionaryId
- public int deleteByParentValue(short siteId, java.lang.String dictionaryId, java.lang.String parentValue)
siteId
- dictionaryId
- parentValue
- public int delete(short siteId, java.lang.String[] dictionaryIds)
siteId
- dictionaryIds
- protected CmsDictionaryData init(CmsDictionaryData entity)
init
在类中 BaseDao<CmsDictionaryData>