Class EnumtestSqlProvider
java.lang.Object
mbg.test.mb3.generated.annotated.miscellaneous.mapper.EnumtestSqlProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyWhere(org.apache.ibatis.jdbc.SQL sql, EnumtestCriteria example, boolean includeExamplePhrase) This method was generated by MyBatis Generator.countByExample(EnumtestCriteria example) This method was generated by MyBatis Generator.deleteByExample(EnumtestCriteria example) This method was generated by MyBatis Generator.insertSelective(Enumtest row) This method was generated by MyBatis Generator.selectByExample(EnumtestCriteria example) This method was generated by MyBatis Generator.updateByExample(Map<String, Object> parameter) This method was generated by MyBatis Generator.updateByExampleSelective(Map<String, Object> parameter) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.
-
Constructor Details
-
EnumtestSqlProvider
public EnumtestSqlProvider()
-
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
applyWhere
protected void applyWhere(org.apache.ibatis.jdbc.SQL sql, EnumtestCriteria example, boolean includeExamplePhrase) This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
-