@Repository
public interface HfmdEntityMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(HfmdEntity_Example example) |
int |
deleteByExample(HfmdEntity_Example example) |
int |
deleteByPrimaryKey(Long hfmdEntityId) |
int |
insert(HfmdEntity record) |
int |
insertSelective(HfmdEntity record) |
List<HfmdEntity> |
selectByExample(HfmdEntity_Example example) |
HfmdEntity |
selectByPrimaryKey(Long hfmdEntityId) |
int |
updateByExample(HfmdEntity record,
HfmdEntity_Example example) |
int |
updateByExampleSelective(HfmdEntity record,
HfmdEntity_Example example) |
int |
updateByPrimaryKey(HfmdEntity record) |
int |
updateByPrimaryKeySelective(HfmdEntity record) |
int countByExample(HfmdEntity_Example example)
int deleteByExample(HfmdEntity_Example example)
int deleteByPrimaryKey(Long hfmdEntityId)
int insert(HfmdEntity record)
int insertSelective(HfmdEntity record)
List<HfmdEntity> selectByExample(HfmdEntity_Example example)
HfmdEntity selectByPrimaryKey(Long hfmdEntityId)
int updateByExampleSelective(HfmdEntity record, HfmdEntity_Example example)
int updateByExample(HfmdEntity record, HfmdEntity_Example example)
int updateByPrimaryKeySelective(HfmdEntity record)
int updateByPrimaryKey(HfmdEntity record)
Copyright © 2018. All rights reserved.