@Service(value="iHfusEntityAttrSV") public class HfusEntityAttrSVImpl extends Object implements IHfusEntityAttrSV
| Constructor and Description |
|---|
HfusEntityAttrSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfusEntityAttr[] hfusEntityAttrs) |
int |
create(HfusEntityAttr hfusEntityAttr) |
int |
delete(HfusEntityAttr hfusEntityAttr) |
int |
delete(long hfusEntityAttrId) |
List<HfusEntityAttr> |
getHfusEntityAttrAll() |
HfusEntityAttr |
getHfusEntityAttrByPK(long hfusEntityAttrId) |
int |
getHfusEntityAttrCountByExample(HfusEntityAttr_Example example) |
int |
getHfusEntityAttrCountByParam(Map<String,Object> params) |
List<HfusEntityAttr> |
getHfusEntityAttrListByExample(HfusEntityAttr_Example example) |
List<HfusEntityAttr> |
getHfusEntityAttrListByParam(Map<String,Object> params) |
HfusEntityAttrMapper |
getHfusEntityAttrMapper() |
void |
setHfusEntityAttrMapper(HfusEntityAttrMapper hfusEntityAttrMapper) |
int |
update(HfusEntityAttr hfusEntityAttr) |
int |
updateByExample(HfusEntityAttr hfusEntityAttr,
HfusEntityAttr_Example example) |
public int create(HfusEntityAttr hfusEntityAttr) throws Exception
public int batchOperate(HfusEntityAttr[] hfusEntityAttrs) throws Exception
public int update(HfusEntityAttr hfusEntityAttr) throws Exception
public int updateByExample(HfusEntityAttr hfusEntityAttr, HfusEntityAttr_Example example) throws Exception
public int delete(HfusEntityAttr hfusEntityAttr) throws Exception
public int delete(long hfusEntityAttrId)
throws Exception
public List<HfusEntityAttr> getHfusEntityAttrAll() throws Exception
public HfusEntityAttr getHfusEntityAttrByPK(long hfusEntityAttrId) throws Exception
public List<HfusEntityAttr> getHfusEntityAttrListByParam(Map<String,Object> params) throws Exception
public List<HfusEntityAttr> getHfusEntityAttrListByExample(HfusEntityAttr_Example example) throws Exception
public int getHfusEntityAttrCountByParam(Map<String,Object> params) throws Exception
public int getHfusEntityAttrCountByExample(HfusEntityAttr_Example example) throws Exception
public HfusEntityAttrMapper getHfusEntityAttrMapper()
public void setHfusEntityAttrMapper(HfusEntityAttrMapper hfusEntityAttrMapper)
Copyright © 2018. All rights reserved.