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