public interface DefaultsConfigurationRepository
| 限定符和类型 | 方法和说明 |
|---|---|
DefaultsConfigurationDO |
insert(DefaultsConfigurationDO defaultsConfigurationDO) |
List<DefaultsConfigurationDO> |
queryAll() |
List<DefaultsConfigurationDO> |
queryByDfKeyAndFieldKey(String dfKey,
String fieldKey) |
DefaultsConfigurationDO |
queryById(String id) |
void |
saveOrUpdateList(List<DefaultsConfigurationDO> defaultsConfigurationDOS) |
void |
update(DefaultsConfigurationDO defaultsConfigurationDO) |
void |
updateManualConfListByDomainItem(List<DefaultsConfigurationDTO> updateManualConfByDomainItemConfigurationDTOS) |
List<DefaultsConfigurationDO> queryByDfKeyAndFieldKey(String dfKey, String fieldKey) throws SQLException
SQLExceptionDefaultsConfigurationDO queryById(String id) throws SQLException
SQLExceptionList<DefaultsConfigurationDO> queryAll() throws SQLException
SQLExceptionDefaultsConfigurationDO insert(DefaultsConfigurationDO defaultsConfigurationDO) throws Exception
Exceptionvoid update(DefaultsConfigurationDO defaultsConfigurationDO) throws Exception
Exceptionvoid updateManualConfListByDomainItem(List<DefaultsConfigurationDTO> updateManualConfByDomainItemConfigurationDTOS) throws SQLException
SQLExceptionvoid saveOrUpdateList(List<DefaultsConfigurationDO> defaultsConfigurationDOS) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.