Uses of Class
cn.vertxup.tpl.domain.tables.records.TplTicketRecord
Packages that use TplTicketRecord
Package
Description
-
Uses of TplTicketRecord in cn.vertxup.tpl.domain
Fields in cn.vertxup.tpl.domain with type parameters of type TplTicketRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<TplTicketRecord>Keys.KEY_TPL_TICKET_CODEstatic final org.jooq.UniqueKey<TplTicketRecord> -
Uses of TplTicketRecord in cn.vertxup.tpl.domain.tables
Fields in cn.vertxup.tpl.domain.tables with type parameters of type TplTicketRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TplTicketRecord,Boolean> TplTicket.ACTIVEThe columnDB_ETERNAL.TPL_TICKET.ACTIVE.final org.jooq.TableField<TplTicketRecord,String> TplTicket.CODEThe columnDB_ETERNAL.TPL_TICKET.CODE.final org.jooq.TableField<TplTicketRecord,LocalDateTime> TplTicket.CREATED_ATThe columnDB_ETERNAL.TPL_TICKET.CREATED_AT.final org.jooq.TableField<TplTicketRecord,String> TplTicket.CREATED_BYThe columnDB_ETERNAL.TPL_TICKET.CREATED_BY.final org.jooq.TableField<TplTicketRecord,String> TplTicket.DESCRIPTIONThe columnDB_ETERNAL.TPL_TICKET.DESCRIPTION.final org.jooq.TableField<TplTicketRecord,String> TplTicket.KEYThe columnDB_ETERNAL.TPL_TICKET.KEY.final org.jooq.TableField<TplTicketRecord,String> TplTicket.LANGUAGEThe columnDB_ETERNAL.TPL_TICKET.LANGUAGE.final org.jooq.TableField<TplTicketRecord,String> TplTicket.METADATAThe columnDB_ETERNAL.TPL_TICKET.METADATA.final org.jooq.TableField<TplTicketRecord,String> TplTicket.MODEL_CATEGORYThe columnDB_ETERNAL.TPL_TICKET.MODEL_CATEGORY.final org.jooq.TableField<TplTicketRecord,String> TplTicket.MODEL_IDThe columnDB_ETERNAL.TPL_TICKET.MODEL_ID.final org.jooq.TableField<TplTicketRecord,String> TplTicket.MODEL_KEYThe columnDB_ETERNAL.TPL_TICKET.MODEL_KEY.final org.jooq.TableField<TplTicketRecord,String> TplTicket.NAMEThe columnDB_ETERNAL.TPL_TICKET.NAME.final org.jooq.TableField<TplTicketRecord,String> TplTicket.RECORD_COMPONENTThe columnDB_ETERNAL.TPL_TICKET.RECORD_COMPONENT.final org.jooq.TableField<TplTicketRecord,String> TplTicket.RECORD_JSONThe columnDB_ETERNAL.TPL_TICKET.RECORD_JSON.final org.jooq.TableField<TplTicketRecord,String> TplTicket.SIGMAThe columnDB_ETERNAL.TPL_TICKET.SIGMA.final org.jooq.TableField<TplTicketRecord,String> TplTicket.STATUSThe columnDB_ETERNAL.TPL_TICKET.STATUS.final org.jooq.TableField<TplTicketRecord,Boolean> TplTicket.SYSTEMThe columnDB_ETERNAL.TPL_TICKET.SYSTEM.final org.jooq.TableField<TplTicketRecord,String> TplTicket.TYPEThe columnDB_ETERNAL.TPL_TICKET.TYPE.final org.jooq.TableField<TplTicketRecord,String> TplTicket.UI_COMPONENTThe columnDB_ETERNAL.TPL_TICKET.UI_COMPONENT.final org.jooq.TableField<TplTicketRecord,String> TplTicket.UI_CONFIGThe columnDB_ETERNAL.TPL_TICKET.UI_CONFIG.final org.jooq.TableField<TplTicketRecord,LocalDateTime> TplTicket.UPDATED_ATThe columnDB_ETERNAL.TPL_TICKET.UPDATED_AT.final org.jooq.TableField<TplTicketRecord,String> TplTicket.UPDATED_BYThe columnDB_ETERNAL.TPL_TICKET.UPDATED_BY.Methods in cn.vertxup.tpl.domain.tables that return types with arguments of type TplTicketRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TplTicketRecord>TplTicket.getPrimaryKey()TplTicket.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<TplTicketRecord>>TplTicket.getUniqueKeys()Constructor parameters in cn.vertxup.tpl.domain.tables with type arguments of type TplTicketRecordModifierConstructorDescriptionTplTicket(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TplTicketRecord> key) -
Uses of TplTicketRecord in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type TplTicketRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TplTicketRecord,TplTicket, String> TplTicketDao.queryExecutor() -
Uses of TplTicketRecord in cn.vertxup.tpl.domain.tables.records
Methods in cn.vertxup.tpl.domain.tables.records that return TplTicketRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.TPL_TICKET.ACTIVE.Setter forDB_ETERNAL.TPL_TICKET.CODE.TplTicketRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_TICKET.CREATED_AT.TplTicketRecord.setCreatedBy(String value) Setter forDB_ETERNAL.TPL_TICKET.CREATED_BY.TplTicketRecord.setDescription(String value) Setter forDB_ETERNAL.TPL_TICKET.DESCRIPTION.Setter forDB_ETERNAL.TPL_TICKET.KEY.TplTicketRecord.setLanguage(String value) Setter forDB_ETERNAL.TPL_TICKET.LANGUAGE.TplTicketRecord.setMetadata(String value) Setter forDB_ETERNAL.TPL_TICKET.METADATA.TplTicketRecord.setModelCategory(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_CATEGORY.TplTicketRecord.setModelId(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_ID.TplTicketRecord.setModelKey(String value) Setter forDB_ETERNAL.TPL_TICKET.MODEL_KEY.Setter forDB_ETERNAL.TPL_TICKET.NAME.TplTicketRecord.setRecordComponent(String value) Setter forDB_ETERNAL.TPL_TICKET.RECORD_COMPONENT.TplTicketRecord.setRecordJson(String value) Setter forDB_ETERNAL.TPL_TICKET.RECORD_JSON.Setter forDB_ETERNAL.TPL_TICKET.SIGMA.Setter forDB_ETERNAL.TPL_TICKET.STATUS.Setter forDB_ETERNAL.TPL_TICKET.SYSTEM.Setter forDB_ETERNAL.TPL_TICKET.TYPE.TplTicketRecord.setUiComponent(String value) Setter forDB_ETERNAL.TPL_TICKET.UI_COMPONENT.TplTicketRecord.setUiConfig(String value) Setter forDB_ETERNAL.TPL_TICKET.UI_CONFIG.TplTicketRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_AT.TplTicketRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.TPL_TICKET.UPDATED_BY.TplTicketRecord.value19(LocalDateTime value) TplTicketRecord.value21(LocalDateTime value) TplTicketRecord.values(String value1, String value2, String value3, String value4, String value5, String value6, Boolean value7, String value8, String value9, String value10, String value11, String value12, String value13, String value14, String value15, String value16, Boolean value17, String value18, LocalDateTime value19, String value20, LocalDateTime value21, String value22)