@Service(value="iHfcfgDbConnectSV") public class HfcfgDbConnectSVImpl extends Object implements IHfcfgDbConnectSV
| Constructor and Description |
|---|
HfcfgDbConnectSVImpl() |
| 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) |
HfcfgDbConnectMapper |
getHfcfgDbConnectMapper() |
void |
setHfcfgDbConnectMapper(HfcfgDbConnectMapper hfcfgDbConnectMapper) |
int |
update(HfcfgDbConnect hfcfgDbConnect) |
int |
updateByExample(HfcfgDbConnect hfcfgDbConnect,
HfcfgDbConnect_Example example) |
public int create(HfcfgDbConnect hfcfgDbConnect) throws Exception
public int batchOperate(HfcfgDbConnect[] hfcfgDbConnects) throws Exception
public int update(HfcfgDbConnect hfcfgDbConnect) throws Exception
public int updateByExample(HfcfgDbConnect hfcfgDbConnect, HfcfgDbConnect_Example example) throws Exception
public int delete(HfcfgDbConnect hfcfgDbConnect) throws Exception
public int delete(long hfcfgDbConnectId)
throws Exception
public List<HfcfgDbConnect> getHfcfgDbConnectAll() throws Exception
public HfcfgDbConnect getHfcfgDbConnectByPK(long hfcfgDbConnectId) throws Exception
public List<HfcfgDbConnect> getHfcfgDbConnectListByParam(Map<String,Object> params) throws Exception
public List<HfcfgDbConnect> getHfcfgDbConnectListByExample(HfcfgDbConnect_Example example) throws Exception
public int getHfcfgDbConnectCountByParam(Map<String,Object> params) throws Exception
public int getHfcfgDbConnectCountByExample(HfcfgDbConnect_Example example) throws Exception
public HfcfgDbConnectMapper getHfcfgDbConnectMapper()
public void setHfcfgDbConnectMapper(HfcfgDbConnectMapper hfcfgDbConnectMapper)
Copyright © 2018. All rights reserved.