Uses of Class
cn.vertxup.tpl.domain.tables.records.MyDesktopRecord
Packages that use MyDesktopRecord
Package
Description
-
Uses of MyDesktopRecord in cn.vertxup.tpl.domain
Fields in cn.vertxup.tpl.domain with type parameters of type MyDesktopRecord -
Uses of MyDesktopRecord in cn.vertxup.tpl.domain.tables
Fields in cn.vertxup.tpl.domain.tables with type parameters of type MyDesktopRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<MyDesktopRecord,Boolean> MyDesktop.ACTIVEThe columnDB_ETERNAL.MY_DESKTOP.ACTIVE.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.BAG_IDThe columnDB_ETERNAL.MY_DESKTOP.BAG_ID.final org.jooq.TableField<MyDesktopRecord,LocalDateTime> MyDesktop.CREATED_ATThe columnDB_ETERNAL.MY_DESKTOP.CREATED_AT.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.CREATED_BYThe columnDB_ETERNAL.MY_DESKTOP.CREATED_BY.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.KEYThe columnDB_ETERNAL.MY_DESKTOP.KEY.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.LANGUAGEThe columnDB_ETERNAL.MY_DESKTOP.LANGUAGE.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.METADATAThe columnDB_ETERNAL.MY_DESKTOP.METADATA.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.OWNERThe columnDB_ETERNAL.MY_DESKTOP.OWNER.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.OWNER_TYPEThe columnDB_ETERNAL.MY_DESKTOP.OWNER_TYPE.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.SIGMAThe columnDB_ETERNAL.MY_DESKTOP.SIGMA.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.UI_CONFIGThe columnDB_ETERNAL.MY_DESKTOP.UI_CONFIG.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.UI_GRIDThe columnDB_ETERNAL.MY_DESKTOP.UI_GRID.final org.jooq.TableField<MyDesktopRecord,LocalDateTime> MyDesktop.UPDATED_ATThe columnDB_ETERNAL.MY_DESKTOP.UPDATED_AT.final org.jooq.TableField<MyDesktopRecord,String> MyDesktop.UPDATED_BYThe columnDB_ETERNAL.MY_DESKTOP.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables that return types with arguments of type MyDesktopRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<MyDesktopRecord>MyDesktop.getPrimaryKey()MyDesktop.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.tpl.domain.tables with type arguments of type MyDesktopRecordModifierConstructorDescriptionMyDesktop(org.jooq.Table<O> child, org.jooq.ForeignKey<O, MyDesktopRecord> key) -
Uses of MyDesktopRecord in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyDesktopRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MyDesktopRecord,MyDesktop, String> MyDesktopDao.queryExecutor() -
Uses of MyDesktopRecord in cn.vertxup.tpl.domain.tables.records
Methods in cn.vertxup.tpl.domain.tables.records that return MyDesktopRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_DESKTOP.ACTIVE.Setter forDB_ETERNAL.MY_DESKTOP.BAG_ID.MyDesktopRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_DESKTOP.CREATED_AT.MyDesktopRecord.setCreatedBy(String value) Setter forDB_ETERNAL.MY_DESKTOP.CREATED_BY.Setter forDB_ETERNAL.MY_DESKTOP.KEY.MyDesktopRecord.setLanguage(String value) Setter forDB_ETERNAL.MY_DESKTOP.LANGUAGE.MyDesktopRecord.setMetadata(String value) Setter forDB_ETERNAL.MY_DESKTOP.METADATA.Setter forDB_ETERNAL.MY_DESKTOP.OWNER.MyDesktopRecord.setOwnerType(String value) Setter forDB_ETERNAL.MY_DESKTOP.OWNER_TYPE.Setter forDB_ETERNAL.MY_DESKTOP.SIGMA.MyDesktopRecord.setUiConfig(String value) Setter forDB_ETERNAL.MY_DESKTOP.UI_CONFIG.Setter forDB_ETERNAL.MY_DESKTOP.UI_GRID.MyDesktopRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.MY_DESKTOP.UPDATED_AT.MyDesktopRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.MY_DESKTOP.UPDATED_BY.MyDesktopRecord.value11(LocalDateTime value) MyDesktopRecord.value13(LocalDateTime value) MyDesktopRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Boolean value7, String value8, String value9, String value10, LocalDateTime value11, String value12, LocalDateTime value13, String value14)