public interface IHfmdEntityRelSV
| 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) |
int |
update(HfmdEntityRel hfmdEntityRel) |
int |
updateByExample(HfmdEntityRel hfmdEntityRel,
HfmdEntityRel_Example example) |
int create(HfmdEntityRel hfmdEntityRel) throws Exception
int batchOperate(HfmdEntityRel[] hfmdEntityRels) throws Exception
int update(HfmdEntityRel hfmdEntityRel) throws Exception
int updateByExample(HfmdEntityRel hfmdEntityRel, HfmdEntityRel_Example example) throws Exception
int delete(HfmdEntityRel hfmdEntityRel) throws Exception
int delete(long hfmdEntityRelId)
throws Exception
List<HfmdEntityRel> getHfmdEntityRelAll() throws Exception
HfmdEntityRel getHfmdEntityRelByPK(long hfmdEntityRelId) throws Exception
List<HfmdEntityRel> getHfmdEntityRelListByParam(Map<String,Object> params) throws Exception
List<HfmdEntityRel> getHfmdEntityRelListByExample(HfmdEntityRel_Example example) throws Exception
int getHfmdEntityRelCountByParam(Map<String,Object> params) throws Exception
int getHfmdEntityRelCountByExample(HfmdEntityRel_Example example) throws Exception
Copyright © 2018. All rights reserved.