所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.codeforfun.migrate.core.entity.structure.Column (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- cn.codeforfun.migrate.core.entity.structure.Database
- cn.codeforfun.migrate.core.entity.DatabaseInfo (implements java.io.Serializable)
- cn.codeforfun.migrate.core.utils.DbUtil
- cn.codeforfun.migrate.core.diff.DiffResult
- cn.codeforfun.migrate.core.utils.FileUtil
- cn.codeforfun.migrate.core.entity.structure.Function (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- cn.codeforfun.migrate.core.entity.structure.Key (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- cn.codeforfun.migrate.core.Migrate
- cn.codeforfun.migrate.core.utils.MigrateBeanTools
- cn.codeforfun.migrate.core.utils.ObjectUtils
- cn.codeforfun.migrate.core.entity.structure.Procedure (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- cn.codeforfun.migrate.core.entity.structure.Routine
- cn.codeforfun.migrate.core.entity.structure.Table (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.codeforfun.migrate.core.exception.DatabaseConnectException
- java.lang.RuntimeException
- java.lang.Exception
- cn.codeforfun.migrate.core.entity.structure.Trigger (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
- cn.codeforfun.migrate.core.entity.structure.View (implements cn.codeforfun.migrate.core.diff.Difference, java.io.Serializable)
接口分层结构
- cn.codeforfun.migrate.core.diff.Difference
注释类型分层结构
- cn.codeforfun.migrate.core.entity.structure.annotations.DbUtilProperty (implements java.lang.annotation.Annotation)