类 TypescriptModelGenerator

java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractJavaGenerator
net.entframework.kernel.db.generator.typescript.TypescriptModelGenerator

public class TypescriptModelGenerator extends org.mybatis.generator.codegen.AbstractJavaGenerator
生成typescript model
  • 字段概要

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

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

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    List<org.mybatis.generator.api.dom.java.CompilationUnit>
     

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

    addDefaultConstructor, addDefaultConstructorWithGeneratedAnnotatoin, getGetter, getProject, getRootClass

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

    setContext, setIntrospectedTable, setProgressCallback, setWarnings

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

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

    • TypescriptModelGenerator

      public TypescriptModelGenerator(String project)
  • 方法详细资料

    • getCompilationUnits

      public List<org.mybatis.generator.api.dom.java.CompilationUnit> getCompilationUnits()
      指定者:
      getCompilationUnits 在类中 org.mybatis.generator.codegen.AbstractJavaGenerator