Uses of Class
cn.vertxup.ambient.domain.tables.records.XMenuRecord
Packages that use XMenuRecord
Package
Description
-
Uses of XMenuRecord in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain with type parameters of type XMenuRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<XMenuRecord>Keys.KEY_X_MENU_NAMEstatic final org.jooq.UniqueKey<XMenuRecord>Keys.KEY_X_MENU_PRIMARY -
Uses of XMenuRecord in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables with type parameters of type XMenuRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<XMenuRecord,Boolean> XMenu.ACTIVEThe columnDB_ETERNAL.X_MENU.ACTIVE.final org.jooq.TableField<XMenuRecord,String> XMenu.APP_IDThe columnDB_ETERNAL.X_MENU.APP_ID.final org.jooq.TableField<XMenuRecord,LocalDateTime> XMenu.CREATED_ATThe columnDB_ETERNAL.X_MENU.CREATED_AT.final org.jooq.TableField<XMenuRecord,String> XMenu.CREATED_BYThe columnDB_ETERNAL.X_MENU.CREATED_BY.final org.jooq.TableField<XMenuRecord,String> XMenu.ICONThe columnDB_ETERNAL.X_MENU.ICON.final org.jooq.TableField<XMenuRecord,String> XMenu.KEYThe columnDB_ETERNAL.X_MENU.KEY.final org.jooq.TableField<XMenuRecord,String> XMenu.LANGUAGEThe columnDB_ETERNAL.X_MENU.LANGUAGE.final org.jooq.TableField<XMenuRecord,Long> XMenu.LEVELThe columnDB_ETERNAL.X_MENU.LEVEL.final org.jooq.TableField<XMenuRecord,String> XMenu.METADATAThe columnDB_ETERNAL.X_MENU.METADATA.final org.jooq.TableField<XMenuRecord,String> XMenu.NAMEThe columnDB_ETERNAL.X_MENU.NAME.final org.jooq.TableField<XMenuRecord,Long> XMenu.ORDERThe columnDB_ETERNAL.X_MENU.ORDER.final org.jooq.TableField<XMenuRecord,String> XMenu.PARENT_IDThe columnDB_ETERNAL.X_MENU.PARENT_ID.final org.jooq.TableField<XMenuRecord,String> XMenu.SIGMAThe columnDB_ETERNAL.X_MENU.SIGMA.final org.jooq.TableField<XMenuRecord,String> XMenu.TEXTThe columnDB_ETERNAL.X_MENU.TEXT.final org.jooq.TableField<XMenuRecord,String> XMenu.TYPEThe columnDB_ETERNAL.X_MENU.TYPE.final org.jooq.TableField<XMenuRecord,LocalDateTime> XMenu.UPDATED_ATThe columnDB_ETERNAL.X_MENU.UPDATED_AT.final org.jooq.TableField<XMenuRecord,String> XMenu.UPDATED_BYThe columnDB_ETERNAL.X_MENU.UPDATED_BY.final org.jooq.TableField<XMenuRecord,String> XMenu.URIThe columnDB_ETERNAL.X_MENU.URI.Methods in cn.vertxup.ambient.domain.tables that return types with arguments of type XMenuRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<XMenuRecord>XMenu.getPrimaryKey()XMenu.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<XMenuRecord>>XMenu.getUniqueKeys()Constructor parameters in cn.vertxup.ambient.domain.tables with type arguments of type XMenuRecordModifierConstructorDescriptionXMenu(org.jooq.Table<O> child, org.jooq.ForeignKey<O, XMenuRecord> key) -
Uses of XMenuRecord in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XMenuRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XMenuRecord,XMenu, String> XMenuDao.queryExecutor() -
Uses of XMenuRecord in cn.vertxup.ambient.domain.tables.records
Methods in cn.vertxup.ambient.domain.tables.records that return XMenuRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_MENU.ACTIVE.Setter forDB_ETERNAL.X_MENU.APP_ID.XMenuRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.X_MENU.CREATED_AT.XMenuRecord.setCreatedBy(String value) Setter forDB_ETERNAL.X_MENU.CREATED_BY.Setter forDB_ETERNAL.X_MENU.ICON.Setter forDB_ETERNAL.X_MENU.KEY.XMenuRecord.setLanguage(String value) Setter forDB_ETERNAL.X_MENU.LANGUAGE.Setter forDB_ETERNAL.X_MENU.LEVEL.XMenuRecord.setMetadata(String value) Setter forDB_ETERNAL.X_MENU.METADATA.Setter forDB_ETERNAL.X_MENU.NAME.Setter forDB_ETERNAL.X_MENU.ORDER.XMenuRecord.setParentId(String value) Setter forDB_ETERNAL.X_MENU.PARENT_ID.Setter forDB_ETERNAL.X_MENU.SIGMA.Setter forDB_ETERNAL.X_MENU.TEXT.Setter forDB_ETERNAL.X_MENU.TYPE.XMenuRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.X_MENU.UPDATED_AT.XMenuRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.X_MENU.UPDATED_BY.Setter forDB_ETERNAL.X_MENU.URI.XMenuRecord.value15(LocalDateTime value) XMenuRecord.value17(LocalDateTime value) XMenuRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Long value7, Long value8, String value9, String value10, Boolean value11, String value12, String value13, String value14, LocalDateTime value15, String value16, LocalDateTime value17, String value18)