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