Uses of Class
cn.vertxup.ui.domain.tables.records.UiControlRecord
Packages that use UiControlRecord
Package
Description
-
Uses of UiControlRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type UiControlRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<UiControlRecord>static final org.jooq.UniqueKey<UiControlRecord>Keys.KEY_UI_CONTROL_SIGN -
Uses of UiControlRecord in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables with type parameters of type UiControlRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<UiControlRecord,Boolean> UiControl.ACTIVEThe columnDB_ETERNAL.UI_CONTROL.ACTIVE.final org.jooq.TableField<UiControlRecord,String> UiControl.ASSISTThe columnDB_ETERNAL.UI_CONTROL.ASSIST.final org.jooq.TableField<UiControlRecord,String> UiControl.COMPONENT_CONFIGThe columnDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.final org.jooq.TableField<UiControlRecord,String> UiControl.COMPONENT_DATAThe columnDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.final org.jooq.TableField<UiControlRecord,String> UiControl.COMPONENT_NAMEThe columnDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.final org.jooq.TableField<UiControlRecord,String> UiControl.CONTAINER_CONFIGThe columnDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.final org.jooq.TableField<UiControlRecord,String> UiControl.CONTAINER_NAMEThe columnDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.final org.jooq.TableField<UiControlRecord,LocalDateTime> UiControl.CREATED_ATThe columnDB_ETERNAL.UI_CONTROL.CREATED_AT.final org.jooq.TableField<UiControlRecord,String> UiControl.CREATED_BYThe columnDB_ETERNAL.UI_CONTROL.CREATED_BY.final org.jooq.TableField<UiControlRecord,String> UiControl.GRIDThe columnDB_ETERNAL.UI_CONTROL.GRID.final org.jooq.TableField<UiControlRecord,String> UiControl.KEYThe columnDB_ETERNAL.UI_CONTROL.KEY.final org.jooq.TableField<UiControlRecord,String> UiControl.LANGUAGEThe columnDB_ETERNAL.UI_CONTROL.LANGUAGE.final org.jooq.TableField<UiControlRecord,String> UiControl.METADATAThe columnDB_ETERNAL.UI_CONTROL.METADATA.final org.jooq.TableField<UiControlRecord,String> UiControl.PAGE_IDThe columnDB_ETERNAL.UI_CONTROL.PAGE_ID.final org.jooq.TableField<UiControlRecord,String> UiControl.SIGMAThe columnDB_ETERNAL.UI_CONTROL.SIGMA.final org.jooq.TableField<UiControlRecord,String> UiControl.SIGNThe columnDB_ETERNAL.UI_CONTROL.SIGN.final org.jooq.TableField<UiControlRecord,String> UiControl.TYPEThe columnDB_ETERNAL.UI_CONTROL.TYPE.final org.jooq.TableField<UiControlRecord,LocalDateTime> UiControl.UPDATED_ATThe columnDB_ETERNAL.UI_CONTROL.UPDATED_AT.final org.jooq.TableField<UiControlRecord,String> UiControl.UPDATED_BYThe columnDB_ETERNAL.UI_CONTROL.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables that return types with arguments of type UiControlRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UiControlRecord>UiControl.getPrimaryKey()UiControl.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<UiControlRecord>>UiControl.getUniqueKeys()Constructor parameters in cn.vertxup.ui.domain.tables with type arguments of type UiControlRecordModifierConstructorDescriptionUiControl(org.jooq.Table<O> child, org.jooq.ForeignKey<O, UiControlRecord> key) -
Uses of UiControlRecord in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiControlRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiControlRecord,UiControl, String> UiControlDao.queryExecutor() -
Uses of UiControlRecord in cn.vertxup.ui.domain.tables.records
Methods in cn.vertxup.ui.domain.tables.records that return UiControlRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_CONTROL.ACTIVE.Setter forDB_ETERNAL.UI_CONTROL.ASSIST.UiControlRecord.setComponentConfig(String value) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.UiControlRecord.setComponentData(String value) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.UiControlRecord.setComponentName(String value) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.UiControlRecord.setContainerConfig(String value) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.UiControlRecord.setContainerName(String value) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.UiControlRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT.UiControlRecord.setCreatedBy(String value) Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY.Setter forDB_ETERNAL.UI_CONTROL.GRID.Setter forDB_ETERNAL.UI_CONTROL.KEY.UiControlRecord.setLanguage(String value) Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE.UiControlRecord.setMetadata(String value) Setter forDB_ETERNAL.UI_CONTROL.METADATA.Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID.Setter forDB_ETERNAL.UI_CONTROL.SIGMA.Setter forDB_ETERNAL.UI_CONTROL.SIGN.Setter forDB_ETERNAL.UI_CONTROL.TYPE.UiControlRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.UiControlRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.UiControlRecord.value16(LocalDateTime value) UiControlRecord.value18(LocalDateTime value) UiControlRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, String value10, String value11, Boolean value12, String value13, String value14, String value15, LocalDateTime value16, String value17, LocalDateTime value18, String value19)