public interface IHfmdEntityAttrSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfmdEntityAttr[] hfmdEntityAttrs) |
int |
create(HfmdEntityAttr hfmdEntityAttr) |
int |
delete(HfmdEntityAttr hfmdEntityAttr) |
int |
delete(long hfmdEntityAttrId) |
List<HfmdEntityAttr> |
getHfmdEntityAttrAll() |
HfmdEntityAttr |
getHfmdEntityAttrByPK(long hfmdEntityAttrId) |
int |
getHfmdEntityAttrCountByExample(HfmdEntityAttr_Example example) |
int |
getHfmdEntityAttrCountByParam(Map<String,Object> params) |
List<HfmdEntityAttr> |
getHfmdEntityAttrListByExample(HfmdEntityAttr_Example example) |
List<HfmdEntityAttr> |
getHfmdEntityAttrListByParam(Map<String,Object> params) |
int |
update(HfmdEntityAttr hfmdEntityAttr) |
int |
updateByExample(HfmdEntityAttr hfmdEntityAttr,
HfmdEntityAttr_Example example) |
int create(HfmdEntityAttr hfmdEntityAttr) throws Exception
int batchOperate(HfmdEntityAttr[] hfmdEntityAttrs) throws Exception
int update(HfmdEntityAttr hfmdEntityAttr) throws Exception
int updateByExample(HfmdEntityAttr hfmdEntityAttr, HfmdEntityAttr_Example example) throws Exception
int delete(HfmdEntityAttr hfmdEntityAttr) throws Exception
int delete(long hfmdEntityAttrId)
throws Exception
List<HfmdEntityAttr> getHfmdEntityAttrAll() throws Exception
HfmdEntityAttr getHfmdEntityAttrByPK(long hfmdEntityAttrId) throws Exception
List<HfmdEntityAttr> getHfmdEntityAttrListByParam(Map<String,Object> params) throws Exception
List<HfmdEntityAttr> getHfmdEntityAttrListByExample(HfmdEntityAttr_Example example) throws Exception
int getHfmdEntityAttrCountByParam(Map<String,Object> params) throws Exception
int getHfmdEntityAttrCountByExample(HfmdEntityAttr_Example example) throws Exception
Copyright © 2018. All rights reserved.