@Service(value="iHfmdEntityRelSV") public class HfmdEntityRelSVImpl extends Object implements IHfmdEntityRelSV
| Constructor and Description |
|---|
HfmdEntityRelSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfmdEntityRel[] hfmdEntityRels) |
int |
create(HfmdEntityRel hfmdEntityRel) |
int |
delete(HfmdEntityRel hfmdEntityRel) |
int |
delete(long hfmdEntityRelId) |
List<HfmdEntityRel> |
getHfmdEntityRelAll() |
HfmdEntityRel |
getHfmdEntityRelByPK(long hfmdEntityRelId) |
int |
getHfmdEntityRelCountByExample(HfmdEntityRel_Example example) |
int |
getHfmdEntityRelCountByParam(Map<String,Object> params) |
List<HfmdEntityRel> |
getHfmdEntityRelListByExample(HfmdEntityRel_Example example) |
List<HfmdEntityRel> |
getHfmdEntityRelListByParam(Map<String,Object> params) |
HfmdEntityRelMapper |
getHfmdEntityRelMapper() |
void |
setHfmdEntityRelMapper(HfmdEntityRelMapper hfmdEntityRelMapper) |
int |
update(HfmdEntityRel hfmdEntityRel) |
int |
updateByExample(HfmdEntityRel hfmdEntityRel,
HfmdEntityRel_Example example) |
public int create(HfmdEntityRel hfmdEntityRel) throws Exception
public int batchOperate(HfmdEntityRel[] hfmdEntityRels) throws Exception
public int update(HfmdEntityRel hfmdEntityRel) throws Exception
public int updateByExample(HfmdEntityRel hfmdEntityRel, HfmdEntityRel_Example example) throws Exception
public int delete(HfmdEntityRel hfmdEntityRel) throws Exception
public int delete(long hfmdEntityRelId)
throws Exception
public List<HfmdEntityRel> getHfmdEntityRelAll() throws Exception
public HfmdEntityRel getHfmdEntityRelByPK(long hfmdEntityRelId) throws Exception
public List<HfmdEntityRel> getHfmdEntityRelListByParam(Map<String,Object> params) throws Exception
public List<HfmdEntityRel> getHfmdEntityRelListByExample(HfmdEntityRel_Example example) throws Exception
public int getHfmdEntityRelCountByParam(Map<String,Object> params) throws Exception
public int getHfmdEntityRelCountByExample(HfmdEntityRel_Example example) throws Exception
public HfmdEntityRelMapper getHfmdEntityRelMapper()
public void setHfmdEntityRelMapper(HfmdEntityRelMapper hfmdEntityRelMapper)
Copyright © 2018. All rights reserved.