Uses of Class
cn.vertxup.ui.domain.tables.UiField
-
Packages that use UiField Package Description cn.vertxup.ui.domain cn.vertxup.ui.domain.tables -
-
Uses of UiField in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain declared as UiField Modifier and Type Field Description UiFieldDb. UI_FIELDThe tableDB_ETERNAL.UI_FIELD.static UiFieldTables. UI_FIELDThe tableDB_ETERNAL.UI_FIELD. -
Uses of UiField in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables declared as UiField Modifier and Type Field Description static UiFieldUiField. UI_FIELDThe reference instance ofDB_ETERNAL.UI_FIELDMethods in cn.vertxup.ui.domain.tables that return UiField Modifier and Type Method Description UiFieldUiField. as(String alias)UiFieldUiField. as(org.jooq.Name alias)UiFieldUiField. rename(String name)Rename this tableUiFieldUiField. rename(org.jooq.Name name)Rename this table
-