接口 AuthPermissionMapper
public interface AuthPermissionMapper
-
方法概要
修饰符和类型方法说明intcountByExample(AuthPermissionExample example)This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String permId)This method was generated by MyBatis Generator.intinsert(AuthPermission record)This method was generated by MyBatis Generator.intinsertSelective(AuthPermission record)This method was generated by MyBatis Generator.selectByExample(AuthPermissionExample example)This method was generated by MyBatis Generator.selectByExample(AuthPermissionExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.selectByExampleWithBLOBs(AuthPermissionExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.selectByPrimaryKey(String permId)This method was generated by MyBatis Generator.intupdateByExample(AuthPermission record, AuthPermissionExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(AuthPermission record, AuthPermissionExample example)This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(AuthPermission record, AuthPermissionExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(AuthPermission record)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
方法详细资料
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByExampleSelective
int updateByExampleSelective(@Param("record") AuthPermission record, @Param("example") AuthPermissionExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") AuthPermission record, @Param("example") AuthPermissionExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByExample
int updateByExample(@Param("record") AuthPermission record, @Param("example") AuthPermissionExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByPrimaryKeyWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
selectByExample
List<AuthPermission> selectByExample(AuthPermissionExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission -
selectByExampleWithBLOBs
List<AuthPermission> selectByExampleWithBLOBs(AuthPermissionExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission
-