类 ClassInfo
java.lang.Object
net.entframework.kernel.db.generator.utils.ClassInfo
-
方法概要
修饰符和类型方法说明static ClassInfogetInstance(String className) booleanisEnum()static voidstatic voidreset()Clears the internal map containing root class info.org.mybatis.generator.api.dom.java.TopLevelClassorg.mybatis.generator.api.dom.java.TopLevelEnumerationtoTopLevelEnumeration(String enumTargetPackage, String shortName, String projectRootAlias)
-
方法详细资料
-
getInstance
-
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
-
main
-