public interface IHfcfgDbConnectSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfcfgDbConnect[] hfcfgDbConnects) |
int |
create(HfcfgDbConnect hfcfgDbConnect) |
int |
delete(HfcfgDbConnect hfcfgDbConnect) |
int |
delete(long hfcfgDbConnectId) |
List<HfcfgDbConnect> |
getHfcfgDbConnectAll() |
HfcfgDbConnect |
getHfcfgDbConnectByPK(long hfcfgDbConnectId) |
int |
getHfcfgDbConnectCountByExample(HfcfgDbConnect_Example example) |
int |
getHfcfgDbConnectCountByParam(Map<String,Object> params) |
List<HfcfgDbConnect> |
getHfcfgDbConnectListByExample(HfcfgDbConnect_Example example) |
List<HfcfgDbConnect> |
getHfcfgDbConnectListByParam(Map<String,Object> params) |
int |
update(HfcfgDbConnect hfcfgDbConnect) |
int |
updateByExample(HfcfgDbConnect hfcfgDbConnect,
HfcfgDbConnect_Example example) |
int create(HfcfgDbConnect hfcfgDbConnect) throws Exception
int batchOperate(HfcfgDbConnect[] hfcfgDbConnects) throws Exception
int update(HfcfgDbConnect hfcfgDbConnect) throws Exception
int updateByExample(HfcfgDbConnect hfcfgDbConnect, HfcfgDbConnect_Example example) throws Exception
int delete(HfcfgDbConnect hfcfgDbConnect) throws Exception
int delete(long hfcfgDbConnectId)
throws Exception
List<HfcfgDbConnect> getHfcfgDbConnectAll() throws Exception
HfcfgDbConnect getHfcfgDbConnectByPK(long hfcfgDbConnectId) throws Exception
List<HfcfgDbConnect> getHfcfgDbConnectListByParam(Map<String,Object> params) throws Exception
List<HfcfgDbConnect> getHfcfgDbConnectListByExample(HfcfgDbConnect_Example example) throws Exception
int getHfcfgDbConnectCountByParam(Map<String,Object> params) throws Exception
int getHfcfgDbConnectCountByExample(HfcfgDbConnect_Example example) throws Exception
Copyright © 2018. All rights reserved.