Uses of Class
cn.vertxup.ambient.domain.tables.records.XMenuMyRecord
-
Packages that use XMenuMyRecord Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables cn.vertxup.ambient.domain.tables.daos cn.vertxup.ambient.domain.tables.records -
-
Uses of XMenuMyRecord in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain with type parameters of type XMenuMyRecord Modifier and Type Field Description static org.jooq.UniqueKey<XMenuMyRecord>Keys. KEY_X_MENU_MY_OWNERstatic org.jooq.UniqueKey<XMenuMyRecord>Keys. KEY_X_MENU_MY_PRIMARY -
Uses of XMenuMyRecord in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables with type parameters of type XMenuMyRecord Modifier and Type Field Description org.jooq.TableField<XMenuMyRecord,Boolean>XMenuMy. ACTIVEThe columnDB_ETERNAL.X_MENU_MY.ACTIVE.org.jooq.TableField<XMenuMyRecord,LocalDateTime>XMenuMy. CREATED_ATThe columnDB_ETERNAL.X_MENU_MY.CREATED_AT.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. CREATED_BYThe columnDB_ETERNAL.X_MENU_MY.CREATED_BY.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. ICONThe columnDB_ETERNAL.X_MENU_MY.ICON.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. KEYThe columnDB_ETERNAL.X_MENU_MY.KEY.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. LANGUAGEThe columnDB_ETERNAL.X_MENU_MY.LANGUAGE.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. METADATAThe columnDB_ETERNAL.X_MENU_MY.METADATA.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. OWNERThe columnDB_ETERNAL.X_MENU_MY.OWNER.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. PAGEThe columnDB_ETERNAL.X_MENU_MY.PAGE.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. PARAMETERThe columnDB_ETERNAL.X_MENU_MY.PARAMETER.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. POSITIONThe columnDB_ETERNAL.X_MENU_MY.POSITION.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. SIGMAThe columnDB_ETERNAL.X_MENU_MY.SIGMA.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. TEXTThe columnDB_ETERNAL.X_MENU_MY.TEXT.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. TYPEThe columnDB_ETERNAL.X_MENU_MY.TYPE.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. UI_COLOR_BGThe columnDB_ETERNAL.X_MENU_MY.UI_COLOR_BG.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. UI_COLOR_FGThe columnDB_ETERNAL.X_MENU_MY.UI_COLOR_FG.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. UI_PARENTThe columnDB_ETERNAL.X_MENU_MY.UI_PARENT.org.jooq.TableField<XMenuMyRecord,Long>XMenuMy. UI_SORTThe columnDB_ETERNAL.X_MENU_MY.UI_SORT.org.jooq.TableField<XMenuMyRecord,LocalDateTime>XMenuMy. UPDATED_ATThe columnDB_ETERNAL.X_MENU_MY.UPDATED_AT.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. UPDATED_BYThe columnDB_ETERNAL.X_MENU_MY.UPDATED_BY.org.jooq.TableField<XMenuMyRecord,String>XMenuMy. URIThe columnDB_ETERNAL.X_MENU_MY.URI.Methods in cn.vertxup.ambient.domain.tables that return types with arguments of type XMenuMyRecord Modifier and Type Method Description org.jooq.UniqueKey<XMenuMyRecord>XMenuMy. getPrimaryKey()Class<XMenuMyRecord>XMenuMy. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<XMenuMyRecord>>XMenuMy. getUniqueKeys()Constructor parameters in cn.vertxup.ambient.domain.tables with type arguments of type XMenuMyRecord Constructor Description XMenuMy(org.jooq.Table<O> child, org.jooq.ForeignKey<O,XMenuMyRecord> key) -
Uses of XMenuMyRecord in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XMenuMyRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XMenuMyRecord,XMenuMy,String>XMenuMyDao. queryExecutor() -
Uses of XMenuMyRecord in cn.vertxup.ambient.domain.tables.records
Methods in cn.vertxup.ambient.domain.tables.records that return XMenuMyRecord Modifier and Type Method Description XMenuMyRecordXMenuMyRecord. setActive(Boolean value)Setter forDB_ETERNAL.X_MENU_MY.ACTIVE.XMenuMyRecordXMenuMyRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU_MY.CREATED_AT.XMenuMyRecordXMenuMyRecord. setCreatedBy(String value)Setter forDB_ETERNAL.X_MENU_MY.CREATED_BY.XMenuMyRecordXMenuMyRecord. setIcon(String value)Setter forDB_ETERNAL.X_MENU_MY.ICON.XMenuMyRecordXMenuMyRecord. setKey(String value)Setter forDB_ETERNAL.X_MENU_MY.KEY.XMenuMyRecordXMenuMyRecord. setLanguage(String value)Setter forDB_ETERNAL.X_MENU_MY.LANGUAGE.XMenuMyRecordXMenuMyRecord. setMetadata(String value)Setter forDB_ETERNAL.X_MENU_MY.METADATA.XMenuMyRecordXMenuMyRecord. setOwner(String value)Setter forDB_ETERNAL.X_MENU_MY.OWNER.XMenuMyRecordXMenuMyRecord. setPage(String value)Setter forDB_ETERNAL.X_MENU_MY.PAGE.XMenuMyRecordXMenuMyRecord. setParameter(String value)Setter forDB_ETERNAL.X_MENU_MY.PARAMETER.XMenuMyRecordXMenuMyRecord. setPosition(String value)Setter forDB_ETERNAL.X_MENU_MY.POSITION.XMenuMyRecordXMenuMyRecord. setSigma(String value)Setter forDB_ETERNAL.X_MENU_MY.SIGMA.XMenuMyRecordXMenuMyRecord. setText(String value)Setter forDB_ETERNAL.X_MENU_MY.TEXT.XMenuMyRecordXMenuMyRecord. setType(String value)Setter forDB_ETERNAL.X_MENU_MY.TYPE.XMenuMyRecordXMenuMyRecord. setUiColorBg(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_COLOR_BG.XMenuMyRecordXMenuMyRecord. setUiColorFg(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_COLOR_FG.XMenuMyRecordXMenuMyRecord. setUiParent(String value)Setter forDB_ETERNAL.X_MENU_MY.UI_PARENT.XMenuMyRecordXMenuMyRecord. setUiSort(Long value)Setter forDB_ETERNAL.X_MENU_MY.UI_SORT.XMenuMyRecordXMenuMyRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_MENU_MY.UPDATED_AT.XMenuMyRecordXMenuMyRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.X_MENU_MY.UPDATED_BY.XMenuMyRecordXMenuMyRecord. setUri(String value)Setter forDB_ETERNAL.X_MENU_MY.URI.XMenuMyRecordXMenuMyRecord. value1(String value)XMenuMyRecordXMenuMyRecord. value10(String value)XMenuMyRecordXMenuMyRecord. value11(String value)XMenuMyRecordXMenuMyRecord. value12(String value)XMenuMyRecordXMenuMyRecord. value13(String value)XMenuMyRecordXMenuMyRecord. value14(Boolean value)XMenuMyRecordXMenuMyRecord. value15(String value)XMenuMyRecordXMenuMyRecord. value16(String value)XMenuMyRecordXMenuMyRecord. value17(String value)XMenuMyRecordXMenuMyRecord. value18(LocalDateTime value)XMenuMyRecordXMenuMyRecord. value19(String value)XMenuMyRecordXMenuMyRecord. value2(String value)XMenuMyRecordXMenuMyRecord. value20(LocalDateTime value)XMenuMyRecordXMenuMyRecord. value21(String value)XMenuMyRecordXMenuMyRecord. value3(String value)XMenuMyRecordXMenuMyRecord. value4(String value)XMenuMyRecordXMenuMyRecord. value5(Long value)XMenuMyRecordXMenuMyRecord. value6(String value)XMenuMyRecordXMenuMyRecord. value7(String value)XMenuMyRecordXMenuMyRecord. value8(String value)XMenuMyRecordXMenuMyRecord. value9(String value)XMenuMyRecordXMenuMyRecord. values(String value1, String value2, String value3, String value4, Long value5, String value6, String value7, String value8, String value9, String value10, String value11, String value12, String value13, Boolean value14, String value15, String value16, String value17, LocalDateTime value18, String value19, LocalDateTime value20, String value21)
-