| java.lang.Object | ||
| ↳ | org.mybatis.generator.codegen.AbstractGenerator | |
| ↳ | org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mybatis.generator.codegen.AbstractGenerator
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method should return an XmlElement for the select key used to
automatically generate keys.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mybatis.generator.codegen.AbstractGenerator
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method should return an XmlElement for the select key used to automatically generate keys.
| introspectedColumn | the column related to the select key statement |
|---|---|
| generatedKey | the generated key for the current table |