类 MysqlTableMetadata

java.lang.Object
org.dromara.autotable.core.strategy.TableMetadata
org.dromara.autotable.strategy.mysql.data.MysqlTableMetadata

public class MysqlTableMetadata extends org.dromara.autotable.core.strategy.TableMetadata
作者:
don
  • 字段概要

    从类继承的字段 org.dromara.autotable.core.strategy.TableMetadata

    comment, entityClass, schema, schemaFieldName, tableName, tableNameFieldName
  • 构造器概要

    构造器
    构造器
    说明
    MysqlTableMetadata(Class<?> entityClass, String tableName, String comment)
     
  • 方法概要

    从类继承的方法 org.dromara.autotable.core.strategy.TableMetadata

    getComment, getEntityClass, getSchema, getTableName, setComment

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

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

    • MysqlTableMetadata

      public MysqlTableMetadata(Class<?> entityClass, String tableName, String comment)