Uses of Class
org.mybatis.generator.codegen.AbstractJavaGenerator
Packages that use AbstractJavaGenerator
Package
Description
-
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegenModifier and TypeClassDescriptionclassThis class exists to that Java client generators can specify whether an XML generator is required to match the methods in the Java client. -
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3
Fields in org.mybatis.generator.codegen.mybatis3 with type parameters of type AbstractJavaGeneratorModifier and TypeFieldDescriptionprotected final List<AbstractJavaGenerator> IntrospectedTableMyBatis3Impl.javaGenerators -
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.javamapper
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.javamapperModifier and TypeClassDescriptionclassclassclassThis class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support.classclassclass -
Uses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.model
Subclasses of AbstractJavaGenerator in org.mybatis.generator.codegen.mybatis3.modelModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of AbstractJavaGenerator in org.mybatis.generator.runtime.dynamic.sql
Subclasses of AbstractJavaGenerator in org.mybatis.generator.runtime.dynamic.sqlModifier and TypeClassDescriptionclassclassThis model generator builds a flat model with default constructor and getters/setters.