public class PkfieldsSqlProvider extends Object
Constructor and Description |
---|
PkfieldsSqlProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyWhere(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 record)
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 record)
This method was generated by MyBatis Generator.
|
public String countByExample(PkfieldsExample example)
public String deleteByExample(PkfieldsExample example)
public String insertSelective(Pkfields record)
public String selectByExample(PkfieldsExample example)
public String updateByExampleSelective(Map<String,Object> parameter)
public String updateByExample(Map<String,Object> parameter)
public String updateByPrimaryKeySelective(Pkfields record)
protected void applyWhere(PkfieldsExample example, boolean includeExamplePhrase)
Copyright © 2010–2018 MyBatis.org. All rights reserved.