Uses of Class
org.mybatis.generator.codegen.AbstractJavaClientGenerator
Packages that use AbstractJavaClientGenerator
Package
Description
-
Uses of AbstractJavaClientGenerator in org.mybatis.generator.codegen.mybatis3
Methods in org.mybatis.generator.codegen.mybatis3 that return AbstractJavaClientGeneratorModifier and TypeMethodDescriptionprotected AbstractJavaClientGeneratorIntrospectedTableMyBatis3Impl.calculateClientGenerators(List<String> warnings, ProgressCallback progressCallback) protected AbstractJavaClientGeneratorIntrospectedTableMyBatis3Impl.createJavaClientGenerator()protected AbstractJavaClientGeneratorIntrospectedTableMyBatis3SimpleImpl.createJavaClientGenerator()Methods in org.mybatis.generator.codegen.mybatis3 with parameters of type AbstractJavaClientGeneratorModifier and TypeMethodDescriptionprotected voidIntrospectedTableMyBatis3Impl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback) protected voidIntrospectedTableMyBatis3SimpleImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback) -
Uses of AbstractJavaClientGenerator in org.mybatis.generator.codegen.mybatis3.javamapper
Modifier and TypeClassDescriptionclassclassclassThis class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support.classclass -
Uses of AbstractJavaClientGenerator in org.mybatis.generator.runtime.dynamic.sql
Subclasses of AbstractJavaClientGenerator in org.mybatis.generator.runtime.dynamic.sqlMethods in org.mybatis.generator.runtime.dynamic.sql that return AbstractJavaClientGeneratorModifier and TypeMethodDescriptionprotected AbstractJavaClientGeneratorIntrospectedTableMyBatis3DynamicSqlImpl.createJavaClientGenerator()Methods in org.mybatis.generator.runtime.dynamic.sql with parameters of type AbstractJavaClientGeneratorModifier and TypeMethodDescriptionprotected voidIntrospectedTableMyBatis3DynamicSqlImpl.calculateXmlMapperGenerator(AbstractJavaClientGenerator javaClientGenerator, List<String> warnings, ProgressCallback progressCallback)