程序包分层结构:
类分层结构
- java.lang.Object
- org.dromara.autotable.core.builder.ColumnMetadataBuilder
- org.dromara.autotable.strategy.dm.builder.ColumnSqlBuilder
- org.dromara.autotable.core.strategy.CompareTableInfo
- org.dromara.autotable.core.builder.DefaultTableMetadataBuilder
- org.dromara.autotable.strategy.dm.builder.DmCreateTableSqlBuilder
- org.dromara.autotable.strategy.dm.DmDatabaseBuilder (implements org.dromara.autotable.core.strategy.DatabaseBuilder)
- org.dromara.autotable.strategy.dm.data.dbdata.DmDbColumn
- org.dromara.autotable.strategy.dm.data.dbdata.DmDbIndex
- org.dromara.autotable.strategy.dm.data.dbdata.DmDbPrimary
- org.dromara.autotable.strategy.dm.builder.DmModifyTableSqlBuilder
- org.dromara.autotable.strategy.dm.DmStrategy (implements org.dromara.autotable.core.strategy.IStrategy<TABLE_META,COMPARE_TABLE_INFO>)
- org.dromara.autotable.strategy.dm.mapper.DmTablesMapper
- org.dromara.autotable.strategy.dm.data.DmTypeHelper
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.dromara.autotable.strategy.dm.data.DmDefaultTypeEnum (implements org.dromara.autotable.core.converter.DefaultTypeEnumInterface)