@Service(value="iHfmdEntityJoinRuleSV") public class HfmdEntityJoinRuleSVImpl extends Object implements IHfmdEntityJoinRuleSV
| Constructor and Description |
|---|
HfmdEntityJoinRuleSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfmdEntityJoinRule[] hfmdEntityJoinRules) |
int |
create(HfmdEntityJoinRule hfmdEntityJoinRule) |
int |
delete(HfmdEntityJoinRule hfmdEntityJoinRule) |
int |
delete(long hfmdEntityJoinRuleId) |
List<HfmdEntityJoinRule> |
getHfmdEntityJoinRuleAll() |
HfmdEntityJoinRule |
getHfmdEntityJoinRuleByPK(long hfmdEntityJoinRuleId) |
int |
getHfmdEntityJoinRuleCountByExample(HfmdEntityJoinRule_Example example) |
int |
getHfmdEntityJoinRuleCountByParam(Map<String,Object> params) |
List<HfmdEntityJoinRule> |
getHfmdEntityJoinRuleListByExample(HfmdEntityJoinRule_Example example) |
List<HfmdEntityJoinRule> |
getHfmdEntityJoinRuleListByParam(Map<String,Object> params) |
HfmdEntityJoinRuleMapper |
getHfmdEntityJoinRuleMapper() |
void |
setHfmdEntityJoinRuleMapper(HfmdEntityJoinRuleMapper hfmdEntityJoinRuleMapper) |
int |
update(HfmdEntityJoinRule hfmdEntityJoinRule) |
int |
updateByExample(HfmdEntityJoinRule hfmdEntityJoinRule,
HfmdEntityJoinRule_Example example) |
public int create(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
public int batchOperate(HfmdEntityJoinRule[] hfmdEntityJoinRules) throws Exception
public int update(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
public int updateByExample(HfmdEntityJoinRule hfmdEntityJoinRule, HfmdEntityJoinRule_Example example) throws Exception
public int delete(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
public int delete(long hfmdEntityJoinRuleId)
throws Exception
public List<HfmdEntityJoinRule> getHfmdEntityJoinRuleAll() throws Exception
public HfmdEntityJoinRule getHfmdEntityJoinRuleByPK(long hfmdEntityJoinRuleId) throws Exception
public List<HfmdEntityJoinRule> getHfmdEntityJoinRuleListByParam(Map<String,Object> params) throws Exception
public List<HfmdEntityJoinRule> getHfmdEntityJoinRuleListByExample(HfmdEntityJoinRule_Example example) throws Exception
public int getHfmdEntityJoinRuleCountByParam(Map<String,Object> params) throws Exception
public int getHfmdEntityJoinRuleCountByExample(HfmdEntityJoinRule_Example example) throws Exception
public HfmdEntityJoinRuleMapper getHfmdEntityJoinRuleMapper()
public void setHfmdEntityJoinRuleMapper(HfmdEntityJoinRuleMapper hfmdEntityJoinRuleMapper)
Copyright © 2018. All rights reserved.