public interface RolePermissionMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(RolePermissionExample example) |
int |
deleteByExample(RolePermissionExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(RolePermission record) |
int |
insertSelective(RolePermission record) |
List<RolePermission> |
selectByExample(RolePermissionExample example) |
RolePermission |
selectByPrimaryKey(Long id) |
int |
updateByExample(RolePermission record,
RolePermissionExample example) |
int |
updateByExampleSelective(RolePermission record,
RolePermissionExample example) |
int |
updateByPrimaryKey(RolePermission record) |
int |
updateByPrimaryKeySelective(RolePermission record) |
int countByExample(RolePermissionExample example)
int deleteByExample(RolePermissionExample example)
int deleteByPrimaryKey(Long id)
int insert(RolePermission record)
int insertSelective(RolePermission record)
List<RolePermission> selectByExample(RolePermissionExample example)
RolePermission selectByPrimaryKey(Long id)
int updateByExampleSelective(@Param(value="record")
RolePermission record,
@Param(value="example")
RolePermissionExample example)
int updateByExample(@Param(value="record")
RolePermission record,
@Param(value="example")
RolePermissionExample example)
int updateByPrimaryKeySelective(RolePermission record)
int updateByPrimaryKey(RolePermission record)
Copyright © 2019. All rights reserved.