@Service(value="iHfmdEntityAttrSV") public class HfmdEntityAttrSVImpl extends Object implements IHfmdEntityAttrSV
| Constructor and Description |
|---|
HfmdEntityAttrSVImpl() |
| 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) |
HfmdEntityAttrMapper |
getHfmdEntityAttrMapper() |
void |
setHfmdEntityAttrMapper(HfmdEntityAttrMapper hfmdEntityAttrMapper) |
int |
update(HfmdEntityAttr hfmdEntityAttr) |
int |
updateByExample(HfmdEntityAttr hfmdEntityAttr,
HfmdEntityAttr_Example example) |
public int create(HfmdEntityAttr hfmdEntityAttr) throws Exception
public int batchOperate(HfmdEntityAttr[] hfmdEntityAttrs) throws Exception
public int update(HfmdEntityAttr hfmdEntityAttr) throws Exception
public int updateByExample(HfmdEntityAttr hfmdEntityAttr, HfmdEntityAttr_Example example) throws Exception
public int delete(HfmdEntityAttr hfmdEntityAttr) throws Exception
public int delete(long hfmdEntityAttrId)
throws Exception
public List<HfmdEntityAttr> getHfmdEntityAttrAll() throws Exception
public HfmdEntityAttr getHfmdEntityAttrByPK(long hfmdEntityAttrId) throws Exception
public List<HfmdEntityAttr> getHfmdEntityAttrListByParam(Map<String,Object> params) throws Exception
public List<HfmdEntityAttr> getHfmdEntityAttrListByExample(HfmdEntityAttr_Example example) throws Exception
public int getHfmdEntityAttrCountByParam(Map<String,Object> params) throws Exception
public int getHfmdEntityAttrCountByExample(HfmdEntityAttr_Example example) throws Exception
public HfmdEntityAttrMapper getHfmdEntityAttrMapper()
public void setHfmdEntityAttrMapper(HfmdEntityAttrMapper hfmdEntityAttrMapper)
Copyright © 2018. All rights reserved.