Uses of Class
cn.vertxup.ui.domain.tables.records.UiLayoutRecord
Packages that use UiLayoutRecord
Package
Description
-
Uses of UiLayoutRecord in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain with type parameters of type UiLayoutRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<UiLayoutRecord>Keys.KEY_UI_LAYOUT_NAMEstatic final org.jooq.UniqueKey<UiLayoutRecord> -
Uses of UiLayoutRecord in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables with type parameters of type UiLayoutRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<UiLayoutRecord,Boolean> UiLayout.ACTIVEThe columnDB_ETERNAL.UI_LAYOUT.ACTIVE.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.CONFIGThe columnDB_ETERNAL.UI_LAYOUT.CONFIG.final org.jooq.TableField<UiLayoutRecord,LocalDateTime> UiLayout.CREATED_ATThe columnDB_ETERNAL.UI_LAYOUT.CREATED_AT.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.CREATED_BYThe columnDB_ETERNAL.UI_LAYOUT.CREATED_BY.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.KEYThe columnDB_ETERNAL.UI_LAYOUT.KEY.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.LANGUAGEThe columnDB_ETERNAL.UI_LAYOUT.LANGUAGE.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.METADATAThe columnDB_ETERNAL.UI_LAYOUT.METADATA.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.NAMEThe columnDB_ETERNAL.UI_LAYOUT.NAME.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.SIGMAThe columnDB_ETERNAL.UI_LAYOUT.SIGMA.final org.jooq.TableField<UiLayoutRecord,LocalDateTime> UiLayout.UPDATED_ATThe columnDB_ETERNAL.UI_LAYOUT.UPDATED_AT.final org.jooq.TableField<UiLayoutRecord,String> UiLayout.UPDATED_BYThe columnDB_ETERNAL.UI_LAYOUT.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables that return types with arguments of type UiLayoutRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<UiLayoutRecord>UiLayout.getPrimaryKey()UiLayout.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<UiLayoutRecord>>UiLayout.getUniqueKeys()Constructor parameters in cn.vertxup.ui.domain.tables with type arguments of type UiLayoutRecordModifierConstructorDescriptionUiLayout(org.jooq.Table<O> child, org.jooq.ForeignKey<O, UiLayoutRecord> key) -
Uses of UiLayoutRecord in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiLayoutRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiLayoutRecord,UiLayout, String> UiLayoutDao.queryExecutor() -
Uses of UiLayoutRecord in cn.vertxup.ui.domain.tables.records
Methods in cn.vertxup.ui.domain.tables.records that return UiLayoutRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_LAYOUT.ACTIVE.Setter forDB_ETERNAL.UI_LAYOUT.CONFIG.UiLayoutRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_LAYOUT.CREATED_AT.UiLayoutRecord.setCreatedBy(String value) Setter forDB_ETERNAL.UI_LAYOUT.CREATED_BY.Setter forDB_ETERNAL.UI_LAYOUT.KEY.UiLayoutRecord.setLanguage(String value) Setter forDB_ETERNAL.UI_LAYOUT.LANGUAGE.UiLayoutRecord.setMetadata(String value) Setter forDB_ETERNAL.UI_LAYOUT.METADATA.Setter forDB_ETERNAL.UI_LAYOUT.NAME.Setter forDB_ETERNAL.UI_LAYOUT.SIGMA.UiLayoutRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_AT.UiLayoutRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_BY.UiLayoutRecord.value10(LocalDateTime value) UiLayoutRecord.value8(LocalDateTime value) UiLayoutRecord.values(String value1, String value2, String value3, Boolean value4, String value5, String value6, String value7, LocalDateTime value8, String value9, LocalDateTime value10, String value11)