Interface UstraBatMngrMapper


@Mapper public interface UstraBatMngrMapper
  • Method Details

    • countByExample

      long countByExample(UstraBatMngrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • deleteByExample

      int deleteByExample(UstraBatMngrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • deleteByPrimaryKey

      int deleteByPrimaryKey(String mngrId)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • insert

      int insert(UstraBatMngr record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • insertSelective

      int insertSelective(UstraBatMngr record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • selectByExample

      List<UstraBatMngr> selectByExample(UstraBatMngrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • selectByPrimaryKey

      UstraBatMngr selectByPrimaryKey(String mngrId)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") UstraBatMngr record, @Param("example") UstraBatMngrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • updateByExample

      int updateByExample(@Param("record") UstraBatMngr record, @Param("example") UstraBatMngrExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(UstraBatMngr record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
    • updateByPrimaryKey

      int updateByPrimaryKey(UstraBatMngr record)
      This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR