java.lang.Object
net.entframework.kernel.db.generator.utils.ClassInfo

public class ClassInfo extends Object
  • 方法详细资料

    • getInstance

      public static ClassInfo getInstance(String className)
    • reset

      public static void reset()
      Clears the internal map containing root class info. This method should be called at the beginning of a generation run to clear the cached root class info in case there has been a change. For example, when using the eclipse launcher, the cache would be kept until eclipse was restarted.
    • isEnum

      public boolean isEnum()
    • toTopLevelClass

      public org.mybatis.generator.api.dom.java.TopLevelClass toTopLevelClass()
    • toTopLevelEnumeration

      public org.mybatis.generator.api.dom.java.TopLevelEnumeration toTopLevelEnumeration(String enumTargetPackage, String shortName, String projectRootAlias)
    • main

      public static void main(String[] args)