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