Uses of Class
org.mybatis.generator.api.dom.java.InnerClass
Packages that use InnerClass
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of InnerClass in org.mybatis.generator.api
Methods in org.mybatis.generator.api with parameters of type InnerClassModifier and TypeMethodDescriptiondefault voidCommentGenerator.addClassAnnotation(InnerClass innerClass, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) Adds a @Generated annotation to a class.default voidCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable) Adds the inner class comment.default voidCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete) Adds the inner class comment. -
Uses of InnerClass in org.mybatis.generator.api.dom.java
Subclasses of InnerClass in org.mybatis.generator.api.dom.javaFields in org.mybatis.generator.api.dom.java with type parameters of type InnerClassMethods in org.mybatis.generator.api.dom.java that return types with arguments of type InnerClassMethods in org.mybatis.generator.api.dom.java with parameters of type InnerClass -
Uses of InnerClass in org.mybatis.generator.api.dom.java.render
Methods in org.mybatis.generator.api.dom.java.render with parameters of type InnerClassModifier and TypeMethodDescriptionInnerClassRenderer.render(InnerClass innerClass, CompilationUnit compilationUnit) private StringInnerClassRenderer.renderFirstLine(InnerClass innerClass, CompilationUnit compilationUnit) RenderingUtilities.renderInnerClass(InnerClass innerClass, CompilationUnit compilationUnit) RenderingUtilities.renderInnerClassNoIndent(InnerClass innerClass, CompilationUnit compilationUnit) private StringInnerClassRenderer.renderSuperClass(InnerClass innerClass, CompilationUnit compilationUnit) private StringInnerClassRenderer.renderSuperInterfaces(InnerClass innerClass, CompilationUnit compilationUnit) Method parameters in org.mybatis.generator.api.dom.java.render with type arguments of type InnerClassModifier and TypeMethodDescriptionRenderingUtilities.renderInnerClasses(List<InnerClass> innerClasses, CompilationUnit compilationUnit) -
Uses of InnerClass in org.mybatis.generator.codegen.mybatis3.model
Methods in org.mybatis.generator.codegen.mybatis3.model that return InnerClassModifier and TypeMethodDescriptionprivate InnerClassExampleGenerator.getCriteriaInnerClass()private InnerClassExampleGenerator.getCriterionInnerClass()private InnerClassExampleGenerator.getGeneratedCriteriaInnerClass(TopLevelClass topLevelClass) Methods in org.mybatis.generator.codegen.mybatis3.model with parameters of type InnerClassModifier and TypeMethodDescriptionprivate StringExampleGenerator.addTypeHandledObjectsAndMethods(IntrospectedColumn introspectedColumn, Method constructor, InnerClass innerClass) This method adds all the extra methods and fields required to support a user defined type handler on some column. -
Uses of InnerClass in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal with parameters of type InnerClassModifier and TypeMethodDescriptionvoidDefaultCommentGenerator.addClassAnnotation(InnerClass innerClass, IntrospectedTable introspectedTable, Set<FullyQualifiedJavaType> imports) voidDefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable) voidDefaultCommentGenerator.addClassComment(InnerClass innerClass, IntrospectedTable introspectedTable, boolean markAsDoNotDelete) -
Uses of InnerClass in org.mybatis.generator.plugins
Methods in org.mybatis.generator.plugins with parameters of type InnerClassModifier and TypeMethodDescriptionprivate voidCaseInsensitiveLikePlugin.addMethods(IntrospectedTable introspectedTable, InnerClass criteria) private booleanCaseInsensitiveLikePlugin.isGeneratedCriteria(InnerClass innerClass) -
Uses of InnerClass in org.mybatis.generator.runtime.dynamic.sql
Methods in org.mybatis.generator.runtime.dynamic.sql that return InnerClassModifier and TypeMethodDescriptionprivate InnerClassDynamicSqlSupportClassGenerator.buildInnerTableClass(TopLevelClass topLevelClass) Methods in org.mybatis.generator.runtime.dynamic.sql with parameters of type InnerClassModifier and TypeMethodDescriptionprivate voidDynamicSqlSupportClassGenerator.handleColumn(TopLevelClass topLevelClass, InnerClass innerClass, IntrospectedColumn column, String tableFieldName)