|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.ibatis2.sqlmap.elements.AbstractXmlElementGenerator
public abstract class AbstractXmlElementGenerator
Field Summary |
---|
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator |
---|
context, introspectedTable, progressCallback, warnings |
Constructor Summary | |
---|---|
AbstractXmlElementGenerator()
|
Method Summary | |
---|---|
abstract void |
addElements(XmlElement parentElement)
|
protected XmlElement |
getBaseColumnListElement()
|
protected XmlElement |
getBlobColumnListElement()
|
protected XmlElement |
getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to automatically generate keys. |
Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator |
---|
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractXmlElementGenerator()
Method Detail |
---|
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 table
protected XmlElement getBaseColumnListElement()
protected XmlElement getBlobColumnListElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |