接口 AuthGroupRefMapper
public interface AuthGroupRefMapper
-
方法概要
修饰符和类型方法说明intcountByExample(AuthGroupRefExample example)This method was generated by MyBatis Generator.intdeleteByExample(AuthGroupRefExample example)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(AuthGroupRef record)This method was generated by MyBatis Generator.intinsertSelective(AuthGroupRef record)This method was generated by MyBatis Generator.selectByExample(AuthGroupRefExample example)This method was generated by MyBatis Generator.selectByExample(AuthGroupRefExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(AuthGroupRef record, AuthGroupRefExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(AuthGroupRef record, AuthGroupRefExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(AuthGroupRef record)This method was generated by MyBatis Generator.intupdateByPrimaryKeySelective(AuthGroupRef 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_ref -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
updateByExampleSelective
int updateByExampleSelective(@Param("record") AuthGroupRef record, @Param("example") AuthGroupRefExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
updateByExample
int updateByExample(@Param("record") AuthGroupRef record, @Param("example") AuthGroupRefExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref -
selectByExample
List<AuthGroupRef> selectByExample(AuthGroupRefExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group_ref
-