Uses of Class
org.mybatis.generator.config.GeneratedKey
Packages that use GeneratedKey
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of GeneratedKey in org.mybatis.generator.api
Methods in org.mybatis.generator.api that return types with arguments of type GeneratedKey -
Uses of GeneratedKey in org.mybatis.generator.codegen.mybatis3.javamapper.elements
Methods in org.mybatis.generator.codegen.mybatis3.javamapper.elements with parameters of type GeneratedKeyModifier and TypeMethodDescriptionAbstractJavaMapperMethodGenerator.buildGeneratedKeyAnnotation(GeneratedKey gk) private StringAbstractJavaMapperMethodGenerator.buildGeneratedKeyAnnotation(GeneratedKey gk, IntrospectedColumn introspectedColumn) private Set<FullyQualifiedJavaType> AbstractJavaMapperMethodGenerator.buildGeneratedKeyImports(GeneratedKey gk, IntrospectedColumn introspectedColumn) private Set<FullyQualifiedJavaType> AbstractJavaMapperMethodGenerator.buildGeneratedKeyImportsIfRequired(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 GeneratedKeyModifier and TypeMethodDescriptionprotected XmlElementAbstractXmlElementGenerator.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
Fields in org.mybatis.generator.config declared as GeneratedKeyMethods in org.mybatis.generator.config that return types with arguments of type GeneratedKeyMethods in org.mybatis.generator.config with parameters of type GeneratedKeyModifier and TypeMethodDescriptionvoidTableConfiguration.setGeneratedKey(GeneratedKey generatedKey) -
Uses of GeneratedKey in org.mybatis.generator.internal.db
Methods in org.mybatis.generator.internal.db with parameters of type GeneratedKeyModifier and TypeMethodDescriptionprivate booleanDatabaseIntrospector.isMatchedColumn(IntrospectedColumn introspectedColumn, GeneratedKey gk) -
Uses of GeneratedKey in org.mybatis.generator.runtime.dynamic.sql.elements
Methods in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type GeneratedKeyModifier and TypeMethodDescriptionprivate MethodAndImportsBasicMultipleInsertMethodGenerator.generateMethodWithGeneratedKeys(GeneratedKey gk) private MethodPartsBasicMultipleInsertMethodGenerator.getGeneratedKeyAnnotation(GeneratedKey gk) FragmentGenerator.getGeneratedKeyAnnotation(GeneratedKey gk) -
Uses of GeneratedKey in org.mybatis.generator.runtime.kotlin.elements
Methods in org.mybatis.generator.runtime.kotlin.elements with parameters of type GeneratedKeyModifier and TypeMethodDescriptionprivate KotlinFunctionAndImportsBasicMultipleInsertMethodGenerator.generateMethodWithGeneratedKeys(GeneratedKey gk) private KotlinFunctionPartsBasicMultipleInsertMethodGenerator.getGeneratedKeyAnnotation(GeneratedKey gk) KotlinFragmentGenerator.getGeneratedKeyAnnotation(GeneratedKey gk)