Class MyObjectSqlProvider
java.lang.Object
mbg.test.mb3.generated.annotated.miscellaneous.mapper.MyObjectSqlProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyWhere(org.apache.ibatis.jdbc.SQL sql, MyObjectCriteria example, boolean includeExamplePhrase) This method was generated by MyBatis Generator.countByExample(MyObjectCriteria example) This method was generated by MyBatis Generator.deleteByExample(MyObjectCriteria example) This method was generated by MyBatis Generator.insertSelective(MyObject row) This method was generated by MyBatis Generator.selectByExample(MyObjectCriteria 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
-
MyObjectSqlProvider
public MyObjectSqlProvider()
-
-
Method Details
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByExampleSelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByExample
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
applyWhere
protected void applyWhere(org.apache.ibatis.jdbc.SQL sql, MyObjectCriteria example, boolean includeExamplePhrase) This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
-