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 | |
org.mybatis.generator.runtime.dynamic.sql.elements |
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(Method method,
GeneratedKey gk) |
protected void |
AbstractJavaMapperMethodGenerator.addGeneratedKeyImports(Interface interfaze,
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) |
Modifier and Type | Method and Description |
---|---|
MethodParts |
FragmentGenerator.getGeneratedKeyAnnotation(GeneratedKey gk) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.