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