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