Interface UstraBatMngrMapper
@Mapper
public interface UstraBatMngrMapper
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByExample(UstraBatMngrExample example) This method was generated by MyBatis Generator.intdeleteByExample(UstraBatMngrExample example) This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String mngrId) This method was generated by MyBatis Generator.intinsert(UstraBatMngr record) This method was generated by MyBatis Generator.intinsertSelective(UstraBatMngr record) This method was generated by MyBatis Generator.selectByExample(UstraBatMngrExample example) This method was generated by MyBatis Generator.selectByPrimaryKey(String mngrId) This method was generated by MyBatis Generator.intupdateByExample(UstraBatMngr record, UstraBatMngrExample example) This method was generated by MyBatis Generator.intupdateByExampleSelective(UstraBatMngr record, UstraBatMngrExample example) This method was generated by MyBatis Generator.intupdateByPrimaryKey(UstraBatMngr 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_MNGR -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
selectByPrimaryKey
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
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table USTRA_BAT_MNGR
-