public abstract class AbstractXmlElementGenerator extends AbstractGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
AbstractXmlElementGenerator() |
Modifier and Type | Method and Description |
---|---|
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, setWarnings
public 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 © 2010–2018 MyBatis.org. All rights reserved.