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