public interface UserRoleRelMapper
限定符和类型 | 方法和说明 |
---|---|
long |
countByExample(UserRoleRelExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(UserRoleRelExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(String relId)
This method was generated by MyBatis Generator.
|
int |
insert(UserRoleRel record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(UserRoleRel record)
This method was generated by MyBatis Generator.
|
List<UserRoleRel> |
selectByExample(UserRoleRelExample example)
This method was generated by MyBatis Generator.
|
UserRoleRel |
selectByPrimaryKey(String relId)
This method was generated by MyBatis Generator.
|
int |
updateByExample(UserRoleRel record,
UserRoleRelExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(UserRoleRel record,
UserRoleRelExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(UserRoleRel record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(UserRoleRel record)
This method was generated by MyBatis Generator.
|
long countByExample(UserRoleRelExample example)
int deleteByExample(UserRoleRelExample example)
int deleteByPrimaryKey(String relId)
int insert(UserRoleRel record)
int insertSelective(UserRoleRel record)
List<UserRoleRel> selectByExample(UserRoleRelExample example)
UserRoleRel selectByPrimaryKey(String relId)
int updateByExampleSelective(@Param(value="record") UserRoleRel record, @Param(value="example") UserRoleRelExample example)
int updateByExample(@Param(value="record") UserRoleRel record, @Param(value="example") UserRoleRelExample example)
int updateByPrimaryKeySelective(UserRoleRel record)
int updateByPrimaryKey(UserRoleRel record)
Copyright © 2018. All rights reserved.