Uses of Class
cn.vertxup.ambient.domain.tables.records.XTagRecord
Packages that use XTagRecord
Package
Description
-
Uses of XTagRecord in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain with type parameters of type XTagRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<XTagRecord>Keys.KEY_X_TAG_NAMEstatic final org.jooq.UniqueKey<XTagRecord>Keys.KEY_X_TAG_PRIMARY -
Uses of XTagRecord in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables with type parameters of type XTagRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<XTagRecord,Boolean> XTag.ACTIVEThe columnDB_ETERNAL.X_TAG.ACTIVE.final org.jooq.TableField<XTagRecord,String> XTag.APP_IDThe columnDB_ETERNAL.X_TAG.APP_ID.final org.jooq.TableField<XTagRecord,LocalDateTime> XTag.CREATED_ATThe columnDB_ETERNAL.X_TAG.CREATED_AT.final org.jooq.TableField<XTagRecord,String> XTag.CREATED_BYThe columnDB_ETERNAL.X_TAG.CREATED_BY.final org.jooq.TableField<XTagRecord,String> XTag.DESCRIPTIONThe columnDB_ETERNAL.X_TAG.DESCRIPTION.final org.jooq.TableField<XTagRecord,String> XTag.ICONThe columnDB_ETERNAL.X_TAG.ICON.final org.jooq.TableField<XTagRecord,String> XTag.KEYThe columnDB_ETERNAL.X_TAG.KEY.final org.jooq.TableField<XTagRecord,String> XTag.LANGUAGEThe columnDB_ETERNAL.X_TAG.LANGUAGE.final org.jooq.TableField<XTagRecord,String> XTag.METADATAThe columnDB_ETERNAL.X_TAG.METADATA.final org.jooq.TableField<XTagRecord,String> XTag.NAMEThe columnDB_ETERNAL.X_TAG.NAME.final org.jooq.TableField<XTagRecord,Boolean> XTag.SHOWThe columnDB_ETERNAL.X_TAG.SHOW.final org.jooq.TableField<XTagRecord,String> XTag.SIGMAThe columnDB_ETERNAL.X_TAG.SIGMA.final org.jooq.TableField<XTagRecord,Long> XTag.SORTThe columnDB_ETERNAL.X_TAG.SORT.final org.jooq.TableField<XTagRecord,String> XTag.TYPEThe columnDB_ETERNAL.X_TAG.TYPE.final org.jooq.TableField<XTagRecord,LocalDateTime> XTag.UPDATED_ATThe columnDB_ETERNAL.X_TAG.UPDATED_AT.final org.jooq.TableField<XTagRecord,String> XTag.UPDATED_BYThe columnDB_ETERNAL.X_TAG.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables that return types with arguments of type XTagRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<XTagRecord>XTag.getPrimaryKey()XTag.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<XTagRecord>>XTag.getUniqueKeys()Constructor parameters in cn.vertxup.ambient.domain.tables with type arguments of type XTagRecordModifierConstructorDescriptionXTag(org.jooq.Table<O> child, org.jooq.ForeignKey<O, XTagRecord> key) -
Uses of XTagRecord in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XTagRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XTagRecord,XTag, String> XTagDao.queryExecutor() -
Uses of XTagRecord in cn.vertxup.ambient.domain.tables.records
Methods in cn.vertxup.ambient.domain.tables.records that return XTagRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_TAG.ACTIVE.Setter forDB_ETERNAL.X_TAG.APP_ID.XTagRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.X_TAG.CREATED_AT.XTagRecord.setCreatedBy(String value) Setter forDB_ETERNAL.X_TAG.CREATED_BY.XTagRecord.setDescription(String value) Setter forDB_ETERNAL.X_TAG.DESCRIPTION.Setter forDB_ETERNAL.X_TAG.ICON.Setter forDB_ETERNAL.X_TAG.KEY.XTagRecord.setLanguage(String value) Setter forDB_ETERNAL.X_TAG.LANGUAGE.XTagRecord.setMetadata(String value) Setter forDB_ETERNAL.X_TAG.METADATA.Setter forDB_ETERNAL.X_TAG.NAME.Setter forDB_ETERNAL.X_TAG.SHOW.Setter forDB_ETERNAL.X_TAG.SIGMA.Setter forDB_ETERNAL.X_TAG.SORT.Setter forDB_ETERNAL.X_TAG.TYPE.XTagRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.X_TAG.UPDATED_AT.XTagRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.X_TAG.UPDATED_BY.XTagRecord.value13(LocalDateTime value) XTagRecord.value15(LocalDateTime value) XTagRecord.values(String value1, String value2, String value3, String value4, Long value5, Boolean value6, String value7, String value8, Boolean value9, String value10, String value11, String value12, LocalDateTime value13, String value14, LocalDateTime value15, String value16)