public interface IHfmdEntityJoinRuleSV
| 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) |
int |
update(HfmdEntityJoinRule hfmdEntityJoinRule) |
int |
updateByExample(HfmdEntityJoinRule hfmdEntityJoinRule,
HfmdEntityJoinRule_Example example) |
int create(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
int batchOperate(HfmdEntityJoinRule[] hfmdEntityJoinRules) throws Exception
int update(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
int updateByExample(HfmdEntityJoinRule hfmdEntityJoinRule, HfmdEntityJoinRule_Example example) throws Exception
int delete(HfmdEntityJoinRule hfmdEntityJoinRule) throws Exception
int delete(long hfmdEntityJoinRuleId)
throws Exception
List<HfmdEntityJoinRule> getHfmdEntityJoinRuleAll() throws Exception
HfmdEntityJoinRule getHfmdEntityJoinRuleByPK(long hfmdEntityJoinRuleId) throws Exception
List<HfmdEntityJoinRule> getHfmdEntityJoinRuleListByParam(Map<String,Object> params) throws Exception
List<HfmdEntityJoinRule> getHfmdEntityJoinRuleListByExample(HfmdEntityJoinRule_Example example) throws Exception
int getHfmdEntityJoinRuleCountByParam(Map<String,Object> params) throws Exception
int getHfmdEntityJoinRuleCountByExample(HfmdEntityJoinRule_Example example) throws Exception
Copyright © 2018. All rights reserved.