Interface CompoundkeyMapper


public interface CompoundkeyMapper
  • Method Details

    • countByExample

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

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

      int deleteByPrimaryKey(CompoundkeyKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • insert

      int insert(Compoundkey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • insertSelective

      int insertSelective(Compoundkey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • selectByExample

      List<Compoundkey> selectByExample(CompoundkeyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • selectByPrimaryKey

      Compoundkey selectByPrimaryKey(CompoundkeyKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • updateByExampleSelective

      int updateByExampleSelective(@Param("row") Compoundkey row, @Param("example") CompoundkeyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • updateByExample

      int updateByExample(@Param("row") Compoundkey row, @Param("example") CompoundkeyExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(Compoundkey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
    • updateByPrimaryKey

      int updateByPrimaryKey(Compoundkey row)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY