Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
GeneratedKey |
IntrospectedTable.getGeneratedKey() |
Modifier and Type | Method and Description |
---|---|
protected XmlElement |
AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to
automatically generate keys.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaMapperMethodGenerator.addGeneratedKeyAnnotation(Interface interfaze,
Method method,
GeneratedKey gk) |
Modifier and Type | Method and Description |
---|---|
protected XmlElement |
AbstractXmlElementGenerator.getSelectKey(IntrospectedColumn introspectedColumn,
GeneratedKey generatedKey)
This method should return an XmlElement for the select key used to
automatically generate keys.
|
Modifier and Type | Method and Description |
---|---|
GeneratedKey |
TableConfiguration.getGeneratedKey() |
Modifier and Type | Method and Description |
---|---|
void |
TableConfiguration.setGeneratedKey(GeneratedKey generatedKey) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.