Uses of Class
cn.vertxup.ambient.domain.tables.XNotice
-
Packages that use XNotice Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XNotice in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XNotice Modifier and Type Field Description XNoticeDb. X_NOTICEThe tableDB_ETERNAL.X_NOTICE.static XNoticeTables. X_NOTICEThe tableDB_ETERNAL.X_NOTICE. -
Uses of XNotice in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XNotice Modifier and Type Field Description static XNoticeXNotice. X_NOTICEThe reference instance ofDB_ETERNAL.X_NOTICEMethods in cn.vertxup.ambient.domain.tables that return XNotice Modifier and Type Method Description XNoticeXNotice. as(String alias)XNoticeXNotice. as(org.jooq.Name alias)XNoticeXNotice. rename(String name)Rename this tableXNoticeXNotice. rename(org.jooq.Name name)Rename this table
-