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