Uses of Interface
org.mybatis.generator.api.ProgressCallback
Packages that use ProgressCallback
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of ProgressCallback in org.mybatis.generator.ant
Classes in org.mybatis.generator.ant that implement ProgressCallbackModifier and TypeClassDescriptionclassThis callback logs progress messages with the Ant logger. -
Uses of ProgressCallback in org.mybatis.generator.api
Classes in org.mybatis.generator.api that implement ProgressCallbackModifier and TypeClassDescriptionclassA slightly more verbose progress callback.Fields in org.mybatis.generator.api declared as ProgressCallbackModifier and TypeFieldDescriptionprivate static final ProgressCallbackMyBatisGenerator.NULL_PROGRESS_CALLBACKMethods in org.mybatis.generator.api with parameters of type ProgressCallbackModifier and TypeMethodDescriptionabstract voidIntrospectedTable.calculateGenerators(List<String> warnings, ProgressCallback progressCallback) This method can be used to initialize the generators before they will be called.voidMyBatisGenerator.generate(ProgressCallback callback) This is the main method for generating code.voidMyBatisGenerator.generate(ProgressCallback callback, Set<String> contextIds) This is the main method for generating code.voidMyBatisGenerator.generate(ProgressCallback callback, Set<String> contextIds, Set<String> fullyQualifiedTableNames) This is the main method for generating code.voidMyBatisGenerator.generate(ProgressCallback callback, Set<String> contextIds, Set<String> fullyQualifiedTableNames, boolean writeFiles) This is the main method for generating code.private voidMyBatisGenerator.writeGeneratedFile(GeneratedFile gf, ProgressCallback callback) private voidMyBatisGenerator.writeGeneratedJavaFile(GeneratedJavaFile gjf, ProgressCallback callback) private voidMyBatisGenerator.writeGeneratedXmlFile(GeneratedXmlFile gxf, ProgressCallback callback) -
Uses of ProgressCallback in org.mybatis.generator.codegen
Fields in org.mybatis.generator.codegen declared as ProgressCallbackMethods in org.mybatis.generator.codegen with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoidAbstractGenerator.setProgressCallback(ProgressCallback progressCallback) -
Uses of ProgressCallback in org.mybatis.generator.codegen.mybatis3
Methods in org.mybatis.generator.codegen.mybatis3 with parameters of type ProgressCallbackModifier and TypeMethodDescriptionprotected AbstractJavaClientGeneratorIntrospectedTableMyBatis3Impl.calculateClientGenerators(List<String> warnings, ProgressCallback progressCallback) voidIntrospectedTableMyBatis3Impl.calculateGenerators(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3Impl.calculateJavaModelGenerators(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3SimpleImpl.calculateJavaModelGenerators(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3Impl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3SimpleImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3Impl.initializeAbstractGenerator(AbstractGenerator abstractGenerator, List<String> warnings, ProgressCallback progressCallback) -
Uses of ProgressCallback in org.mybatis.generator.config
Methods in org.mybatis.generator.config with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoidContext.generateFiles(ProgressCallback callback, List<GeneratedJavaFile> generatedJavaFiles, List<GeneratedXmlFile> generatedXmlFiles, List<GeneratedKotlinFile> generatedKotlinFiles, List<GeneratedFile> otherGeneratedFiles, List<String> warnings) voidContext.introspectTables(ProgressCallback callback, List<String> warnings, Set<String> fullyQualifiedTableNames) Introspect tables based on the configuration specified in the constructor. -
Uses of ProgressCallback in org.mybatis.generator.maven
Classes in org.mybatis.generator.maven that implement ProgressCallbackModifier and TypeClassDescriptionclassThis callback logs progress messages with the Maven logger. -
Uses of ProgressCallback in org.mybatis.generator.runtime.dynamic.sql
Methods in org.mybatis.generator.runtime.dynamic.sql with parameters of type ProgressCallbackModifier and TypeMethodDescriptionprotected voidIntrospectedTableMyBatis3DynamicSqlImpl.calculateJavaModelGenerators(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3DynamicSqlImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback) -
Uses of ProgressCallback in org.mybatis.generator.runtime.kotlin
Methods in org.mybatis.generator.runtime.kotlin with parameters of type ProgressCallbackModifier and TypeMethodDescriptionvoidIntrospectedTableKotlinImpl.calculateGenerators(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableKotlinImpl.calculateKotlinDataClassGenerator(List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableKotlinImpl.calculateKotlinMapperAndExtensionsGenerator(List<String> warnings, ProgressCallback progressCallback)