Interface DbObjectWithComment

All Superinterfaces:
DbObject
All Known Subinterfaces:
DbColumn, DbTable, DbTableData
All Known Implementing Classes:
DbColumnImpl, DbObjectWithCommentImpl, DbTableDataImpl, DbTableImpl

public interface DbObjectWithComment extends DbObject
DbObject having a comment.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.github.mmm.orm.metadata.DbObject

    getName
  • Method Details

    • getComment

      String getComment()
      Returns:
      the optional comment. Will be empty if undefined but never null.