类 IgnoreInsertMethodJavaMapperGenerator

java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
net.entframework.kernel.db.generator.plugin.generator.IgnoreInsertMethodJavaMapperGenerator

public class IgnoreInsertMethodJavaMapperGenerator extends org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator
  • 字段概要

    从类继承的字段 org.mybatis.generator.codegen.AbstractGenerator

    context, introspectedTable, progressCallback, warnings
  • 构造器概要

    构造器
    构造器
    说明
    IgnoreInsertMethodJavaMapperGenerator(org.mybatis.generator.config.Context context, org.mybatis.generator.api.IntrospectedTable table)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    addInterfaceElements(org.mybatis.generator.api.dom.java.Interface interfaze)
     

    从类继承的方法 org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator

    addAnnotatedResults, addAnnotatedSelectImports, addPrimaryKeyMethodParameters, buildBasicUpdateByExampleMethod, buildBasicUpdateByPrimaryKeyMethod, buildByPrimaryKeyWhereClause, buildGeneratedKeyAnnotation, buildGeneratedKeyImportsIfRequired, buildInitialSelectAnnotationStrings, buildUpdateByPrimaryKeyAnnotations, getResultAnnotation

    从类继承的方法 org.mybatis.generator.codegen.AbstractGenerator

    setContext, setIntrospectedTable, setProgressCallback, setWarnings

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • IgnoreInsertMethodJavaMapperGenerator

      public IgnoreInsertMethodJavaMapperGenerator(org.mybatis.generator.config.Context context, org.mybatis.generator.api.IntrospectedTable table)
  • 方法详细资料

    • addInterfaceElements

      public void addInterfaceElements(org.mybatis.generator.api.dom.java.Interface interfaze)
      指定者:
      addInterfaceElements 在类中 org.mybatis.generator.codegen.mybatis3.javamapper.elements.AbstractJavaMapperMethodGenerator