|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneratedKey | |
|---|---|
| org.mybatis.generator.api | Provides the main classes and interfaces used by clients of MyBatis Generator. |
| org.mybatis.generator.codegen.ibatis2.sqlmap.elements | |
| org.mybatis.generator.codegen.mybatis3.javamapper.elements | |
| org.mybatis.generator.codegen.mybatis3.xmlmapper.elements | |
| org.mybatis.generator.config | |
| Uses of GeneratedKey in org.mybatis.generator.api |
|---|
| Methods in org.mybatis.generator.api that return GeneratedKey | |
|---|---|
GeneratedKey |
IntrospectedTable.getGeneratedKey()
|
| Uses of GeneratedKey in org.mybatis.generator.codegen.ibatis2.sqlmap.elements |
|---|
| Methods in org.mybatis.generator.codegen.ibatis2.sqlmap.elements with parameters of type GeneratedKey | |
|---|---|
protected XmlElement |
AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to automatically generate keys. |
| Uses of GeneratedKey in org.mybatis.generator.codegen.mybatis3.javamapper.elements |
|---|
| Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements with parameters of type GeneratedKey | |
|---|---|
protected void |
AbstractJavaMapperMethodGenerator.addGeneratedKeyAnnotation(Interface interfaze,
Method method,
GeneratedKey gk)
|
| Uses of GeneratedKey in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements |
|---|
| Methods in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements with parameters of type GeneratedKey | |
|---|---|
protected XmlElement |
AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to automatically generate keys. |
| Uses of GeneratedKey in org.mybatis.generator.config |
|---|
| Methods in org.mybatis.generator.config that return GeneratedKey | |
|---|---|
GeneratedKey |
TableConfiguration.getGeneratedKey()
|
| Methods in org.mybatis.generator.config with parameters of type GeneratedKey | |
|---|---|
void |
TableConfiguration.setGeneratedKey(GeneratedKey generatedKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||