public class FrameworkXMLMapperGenerator extends com.github.fartherp.codegenerator.xml.mybatis.mapper.AbstractXmlMapperGenerator<FrameworkAttributes>
| 构造器和说明 |
|---|
FrameworkXMLMapperGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addCountByElement(com.github.fartherp.javaxml.XmlElement parentElement) |
protected void |
addDeleteByPrimaryKeyElement(com.github.fartherp.javaxml.XmlElement parentElement)
主键删除
|
protected void |
addInsertBatchElement(com.github.fartherp.javaxml.XmlElement parentElement)
添加全部字段语句
|
protected void |
addInsertElement(com.github.fartherp.javaxml.XmlElement parentElement)
添加全部字段语句
|
protected void |
addInsertSelectiveElement(com.github.fartherp.javaxml.XmlElement parentElement)
添加部分字段
|
protected void |
addSelectAllByElement(com.github.fartherp.javaxml.XmlElement parentElement) |
protected void |
addSelectByPrimaryKeyElement(com.github.fartherp.javaxml.XmlElement parentElement)
主键查询
|
protected void |
addUpdateByPrimaryKeySelectiveElement(com.github.fartherp.javaxml.XmlElement parentElement)
根据主键更新
|
protected void |
addUpdateByPrimaryKeyWithBLOBsElement(com.github.fartherp.javaxml.XmlElement parentElement) |
protected void |
addUpdateByPrimaryKeyWithoutBLOBsElement(com.github.fartherp.javaxml.XmlElement parentElement) |
void |
getSqlMapElement(com.github.fartherp.javaxml.XmlElement answer)
获取SQL MAP元素
|
public void getSqlMapElement(com.github.fartherp.javaxml.XmlElement answer)
getSqlMapElement 在类中 com.github.fartherp.codegenerator.xml.mybatis.mapper.AbstractXmlMapperGenerator<FrameworkAttributes>answer - XmlElementprotected void addSelectByPrimaryKeyElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addSelectAllByElement(com.github.fartherp.javaxml.XmlElement parentElement)
protected void addDeleteByPrimaryKeyElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addInsertElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addInsertBatchElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addInsertSelectiveElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addCountByElement(com.github.fartherp.javaxml.XmlElement parentElement)
protected void addUpdateByPrimaryKeySelectiveElement(com.github.fartherp.javaxml.XmlElement parentElement)
parentElement - XmlElementprotected void addUpdateByPrimaryKeyWithBLOBsElement(com.github.fartherp.javaxml.XmlElement parentElement)
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(com.github.fartherp.javaxml.XmlElement parentElement)
Copyright © 2018. All rights reserved.