Interface UstraBatWrkrMapper
@Mapper
public interface UstraBatWrkrMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(UstraBatWrkrExample example) This method was generated by MyBatis Generator.intdeleteByExample(UstraBatWrkrExample example) This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String wrkrId) This method was generated by MyBatis Generator.intinsert(UstraBatWrkr record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatWrkr record) This method was generated by MyBatis Generator.selectByExample(UstraBatWrkrExample example) This method was generated by MyBatis Generator.selectByPrimaryKey(String wrkrId) This method was generated by MyBatis Generator.intupdateByExample(UstraBatWrkr record, UstraBatWrkrExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatWrkr record, UstraBatWrkrExample example) This method was generated by MyBatis Generator.intupdateByPrimaryKey(UstraBatWrkr record) This 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 USTRA_BAT_WRKR -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
updateByExampleSelective
int updateByExampleSelective(@Param("record") UstraBatWrkr record, @Param("example") UstraBatWrkrExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
updateByExample
int updateByExample(@Param("record") UstraBatWrkr record, @Param("example") UstraBatWrkrExample example) This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_WRKR
-