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