public class PkfieldsSqlProvider extends Object
Constructor and Description |
---|
PkfieldsSqlProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyWhere(org.apache.ibatis.jdbc.SQL sql,
PkfieldsExample example,
boolean includeExamplePhrase)
This method was generated by MyBatis Generator.
|
String |
countByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
String |
deleteByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
String |
insertSelective(Pkfields row)
This method was generated by MyBatis Generator.
|
String |
selectByExample(PkfieldsExample example)
This method was generated by MyBatis Generator.
|
String |
updateByExample(Map<String,Object> parameter)
This method was generated by MyBatis Generator.
|
String |
updateByExampleSelective(Map<String,Object> parameter)
This method was generated by MyBatis Generator.
|
String |
updateByPrimaryKeySelective(Pkfields row)
This method was generated by MyBatis Generator.
|
public String countByExample(PkfieldsExample example)
public String deleteByExample(PkfieldsExample example)
public String insertSelective(Pkfields row)
public String selectByExample(PkfieldsExample example)
public String updateByExampleSelective(Map<String,Object> parameter)
public String updateByExample(Map<String,Object> parameter)
public String updateByPrimaryKeySelective(Pkfields row)
protected void applyWhere(org.apache.ibatis.jdbc.SQL sql, PkfieldsExample example, boolean includeExamplePhrase)
Copyright © 2006–2022 MyBatis.org. All rights reserved.