Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements | |
org.mybatis.generator.config | |
org.mybatis.generator.runtime.dynamic.sql.elements | |
org.mybatis.generator.runtime.kotlin.elements |
Modifier and Type | Method and Description |
---|---|
Optional<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 |
---|---|
Optional<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) |
Modifier and Type | Method and Description |
---|---|
KotlinFunctionParts |
KotlinFragmentGenerator.getGeneratedKeyAnnotation(GeneratedKey gk) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.