接口 PlatformScriptMapper
public interface PlatformScriptMapper
-
方法概要
修饰符和类型方法说明intcountByExample(PlatformScriptExample example)This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(PlatformScriptWithBLOBs record)This method was generated by MyBatis Generator.intinsertSelective(PlatformScriptWithBLOBs record)This method was generated by MyBatis Generator.selectByExample(PlatformScriptExample example)This method was generated by MyBatis Generator.selectByExample(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.selectByExampleWithBLOBs(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(PlatformScript record, PlatformScriptExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(PlatformScriptWithBLOBs record, PlatformScriptExample example)This method was generated by MyBatis Generator.intupdateByExampleWithBLOBs(PlatformScriptWithBLOBs record, PlatformScriptExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(PlatformScript 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_platform_script -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
selectByExampleWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByExampleSelective
int updateByExampleSelective(@Param("record") PlatformScriptWithBLOBs record, @Param("example") PlatformScriptExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") PlatformScriptWithBLOBs record, @Param("example") PlatformScriptExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByExample
int updateByExample(@Param("record") PlatformScript record, @Param("example") PlatformScriptExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByPrimaryKeyWithBLOBs
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
selectByExample
List<PlatformScript> selectByExample(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script -
selectByExampleWithBLOBs
List<PlatformScriptWithBLOBs> selectByExampleWithBLOBs(PlatformScriptExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_script
-