Interface MyMapper

All Superinterfaces:
BaseInterface

public interface MyMapper extends BaseInterface
  • Method Details

    • countByExample

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

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

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

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

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

      List<MyObject> selectByExample(MyObjectCriteria example)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • selectByPrimaryKey

      MyObject selectByPrimaryKey(MyObjectKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • updateByExampleSelective

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

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

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

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