Class CatalogDatabase

java.lang.Object
cn.sliew.carp.framework.mybatis.entity.BaseDO
cn.sliew.carp.framework.mybatis.entity.BaseAuditDO
cn.sliew.flinkful.sql.catalog.repository.entity.CatalogDatabase
All Implemented Interfaces:
Serializable

@TableName("flinkful_catalog_database") public class CatalogDatabase extends cn.sliew.carp.framework.mybatis.entity.BaseAuditDO
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class cn.sliew.carp.framework.mybatis.entity.BaseAuditDO

    canEqual, equals, getCreateTime, getCreator, getEditor, getUpdateTime, hashCode, setCreateTime, setCreator, setEditor, setUpdateTime, toString

    Methods inherited from class cn.sliew.carp.framework.mybatis.entity.BaseDO

    getId, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CatalogDatabase

      public CatalogDatabase()