public interface DictRepository
List<DictDO> query(Map<String,String> params, long offset, int pageSize) throws SQLException
SQLExceptionList<Map<String,String>> queryDistinctDomainItemLimit(Map<String,String> params, long offset, int pageSize) throws SQLException
SQLExceptionList<DictDO> queryByDomainAndItemAndValueTupleList(List<String[]> domainAndItemAndValueList) throws SQLException
SQLExceptionlong countByDomainAndItem(Map<String,String> params) throws SQLException
SQLExceptionList<DictDO> batchInsert(List<DictDO> dictDOList) throws ServiceException, SQLException
void batchUpdate(List<DictDO> dictDOList) throws ServiceException, SQLException
void batchDelete(List<String> idList) throws ServiceException, SQLException
List<DictDO> findByDomainAndItem(String domain, String item) throws SQLException
SQLExceptionList<DictDO> queryLimitByDomainAndItem(Map<String,String> params, long offset, int pageSize) throws SQLException
SQLExceptionvoid updateValueByDomainAndItem(List<DictDO> dictDOList) throws SQLException
SQLExceptionDictDO findById(String id) throws SQLException
SQLExceptionvoid updateDomainNameOrItemName(String oldDomain, String newDomain, String oldItem, String newItem) throws SQLException
SQLExceptionList<DictDO> findByApplication(String domain, String item, List<String> values) throws SQLException
SQLExceptionvoid deleteByDomainAndItem(String domain, String item) throws SQLException
SQLExceptionList<DictDO> findByParentIdList(List<String> parentIdList) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.