public interface IHfmdEntitySV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfmdEntity[] hfmdEntitys) |
int |
create(HfmdEntity hfmdEntity) |
int |
delete(HfmdEntity hfmdEntity) |
int |
delete(long hfmdEntityId) |
List<HfmdEntity> |
getHfmdEntityAll() |
HfmdEntity |
getHfmdEntityByPK(long hfmdEntityId) |
int |
getHfmdEntityCountByExample(HfmdEntity_Example example) |
int |
getHfmdEntityCountByParam(Map<String,Object> params) |
List<HfmdEntity> |
getHfmdEntityListByExample(HfmdEntity_Example example) |
List<HfmdEntity> |
getHfmdEntityListByParam(Map<String,Object> params) |
int |
update(HfmdEntity hfmdEntity) |
int |
updateByExample(HfmdEntity hfmdEntity,
HfmdEntity_Example example) |
int create(HfmdEntity hfmdEntity) throws Exception
int batchOperate(HfmdEntity[] hfmdEntitys) throws Exception
int update(HfmdEntity hfmdEntity) throws Exception
int updateByExample(HfmdEntity hfmdEntity, HfmdEntity_Example example) throws Exception
int delete(HfmdEntity hfmdEntity) throws Exception
int delete(long hfmdEntityId)
throws Exception
List<HfmdEntity> getHfmdEntityAll() throws Exception
HfmdEntity getHfmdEntityByPK(long hfmdEntityId) throws Exception
List<HfmdEntity> getHfmdEntityListByParam(Map<String,Object> params) throws Exception
List<HfmdEntity> getHfmdEntityListByExample(HfmdEntity_Example example) throws Exception
int getHfmdEntityCountByExample(HfmdEntity_Example example) throws Exception
Copyright © 2018. All rights reserved.