Interface CompoundkeyMapper
public interface CompoundkeyMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(CompoundkeyExample example) This method was generated by MyBatis Generator.intdeleteByExample(CompoundkeyExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intinsert(Compoundkey row) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.selectByExample(CompoundkeyExample example) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.intupdateByExample(Compoundkey row, CompoundkeyExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(Compoundkey row, CompoundkeyExample example) This method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.intThis method was generated by MyBatis Generator.
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
selectByPrimaryKey
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
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
-