public abstract class AbstractXmlElementGenerator extends AbstractGenerator
context, introspectedTable, progressCallback, warnings| 构造器和说明 |
|---|
AbstractXmlElementGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
addElements(XmlElement parentElement) |
protected XmlElement |
getBaseColumnListElement() |
protected XmlElement |
getBlobColumnListElement() |
protected XmlElement |
getExampleIncludeElement() |
protected XmlElement |
getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to
automatically generate keys.
|
protected XmlElement |
getUpdateByExampleIncludeElement() |
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningspublic abstract void addElements(XmlElement parentElement)
protected XmlElement getSelectKey(IntrospectedColumn introspectedColumn, GeneratedKey generatedKey)
introspectedColumn - the column related to the select key statementgeneratedKey - the generated key for the current tableprotected XmlElement getBaseColumnListElement()
protected XmlElement getBlobColumnListElement()
protected XmlElement getExampleIncludeElement()
protected XmlElement getUpdateByExampleIncludeElement()
Copyright © 2006–2016 MyBatis.org. All rights reserved.