@Service(value="iHfmdEntitySV") public class HfmdEntitySVImpl extends Object implements IHfmdEntitySV
| Constructor and Description |
|---|
HfmdEntitySVImpl() |
| 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) |
HfmdEntityMapper |
getHfmdEntityMapper() |
void |
setHfmdEntityMapper(HfmdEntityMapper hfmdEntityMapper) |
int |
update(HfmdEntity hfmdEntity) |
int |
updateByExample(HfmdEntity hfmdEntity,
HfmdEntity_Example example) |
public int create(HfmdEntity hfmdEntity) throws Exception
public int batchOperate(HfmdEntity[] hfmdEntitys) throws Exception
public int update(HfmdEntity hfmdEntity) throws Exception
public int updateByExample(HfmdEntity hfmdEntity, HfmdEntity_Example example) throws Exception
public int delete(HfmdEntity hfmdEntity) throws Exception
public int delete(long hfmdEntityId)
throws Exception
public List<HfmdEntity> getHfmdEntityAll() throws Exception
public HfmdEntity getHfmdEntityByPK(long hfmdEntityId) throws Exception
public List<HfmdEntity> getHfmdEntityListByParam(Map<String,Object> params) throws Exception
public List<HfmdEntity> getHfmdEntityListByExample(HfmdEntity_Example example) throws Exception
public int getHfmdEntityCountByParam(Map<String,Object> params) throws Exception
public int getHfmdEntityCountByExample(HfmdEntity_Example example) throws Exception
public HfmdEntityMapper getHfmdEntityMapper()
public void setHfmdEntityMapper(HfmdEntityMapper hfmdEntityMapper)
Copyright © 2018. All rights reserved.