Uses of Class
cn.vertxup.rbac.domain.tables.records.SPacketRecord
Packages that use SPacketRecord
Package
Description
-
Uses of SPacketRecord in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain with type parameters of type SPacketRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<SPacketRecord>Keys.KEY_S_PACKET_CODEstatic final org.jooq.UniqueKey<SPacketRecord>Keys.KEY_S_PACKET_PRIMARY -
Uses of SPacketRecord in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables with type parameters of type SPacketRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<SPacketRecord,Boolean> SPacket.ACTIVEThe columnDB_ETERNAL.S_PACKET.ACTIVE.final org.jooq.TableField<SPacketRecord,String> SPacket.CODEThe columnDB_ETERNAL.S_PACKET.CODE.final org.jooq.TableField<SPacketRecord,LocalDateTime> SPacket.CREATED_ATThe columnDB_ETERNAL.S_PACKET.CREATED_AT.final org.jooq.TableField<SPacketRecord,String> SPacket.CREATED_BYThe columnDB_ETERNAL.S_PACKET.CREATED_BY.final org.jooq.TableField<SPacketRecord,String> SPacket.H_CONFIGThe columnDB_ETERNAL.S_PACKET.H_CONFIG.final org.jooq.TableField<SPacketRecord,String> SPacket.H_MAPPINGThe columnDB_ETERNAL.S_PACKET.H_MAPPING.final org.jooq.TableField<SPacketRecord,String> SPacket.H_TYPEThe columnDB_ETERNAL.S_PACKET.H_TYPE.final org.jooq.TableField<SPacketRecord,String> SPacket.KEYThe columnDB_ETERNAL.S_PACKET.KEY.final org.jooq.TableField<SPacketRecord,String> SPacket.LANGUAGEThe columnDB_ETERNAL.S_PACKET.LANGUAGE.final org.jooq.TableField<SPacketRecord,String> SPacket.METADATAThe columnDB_ETERNAL.S_PACKET.METADATA.final org.jooq.TableField<SPacketRecord,String> SPacket.Q_CONFIGThe columnDB_ETERNAL.S_PACKET.Q_CONFIG.final org.jooq.TableField<SPacketRecord,String> SPacket.Q_MAPPINGThe columnDB_ETERNAL.S_PACKET.Q_MAPPING.final org.jooq.TableField<SPacketRecord,String> SPacket.Q_TYPEThe columnDB_ETERNAL.S_PACKET.Q_TYPE.final org.jooq.TableField<SPacketRecord,String> SPacket.RESOURCEThe columnDB_ETERNAL.S_PACKET.RESOURCE.final org.jooq.TableField<SPacketRecord,String> SPacket.RUN_COMPONENTThe columnDB_ETERNAL.S_PACKET.RUN_COMPONENT.final org.jooq.TableField<SPacketRecord,String> SPacket.RUN_CONFIGThe columnDB_ETERNAL.S_PACKET.RUN_CONFIG.final org.jooq.TableField<SPacketRecord,String> SPacket.SEEK_CONFIGThe columnDB_ETERNAL.S_PACKET.SEEK_CONFIG.final org.jooq.TableField<SPacketRecord,String> SPacket.SEEK_SYNTAXThe columnDB_ETERNAL.S_PACKET.SEEK_SYNTAX.final org.jooq.TableField<SPacketRecord,String> SPacket.SIGMAThe columnDB_ETERNAL.S_PACKET.SIGMA.final org.jooq.TableField<SPacketRecord,LocalDateTime> SPacket.UPDATED_ATThe columnDB_ETERNAL.S_PACKET.UPDATED_AT.final org.jooq.TableField<SPacketRecord,String> SPacket.UPDATED_BYThe columnDB_ETERNAL.S_PACKET.UPDATED_BY.final org.jooq.TableField<SPacketRecord,String> SPacket.V_CONFIGThe columnDB_ETERNAL.S_PACKET.V_CONFIG.final org.jooq.TableField<SPacketRecord,String> SPacket.V_MAPPINGThe columnDB_ETERNAL.S_PACKET.V_MAPPING.final org.jooq.TableField<SPacketRecord,String> SPacket.V_TYPEThe columnDB_ETERNAL.S_PACKET.V_TYPE.Methods in cn.vertxup.rbac.domain.tables that return types with arguments of type SPacketRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SPacketRecord>SPacket.getPrimaryKey()SPacket.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<SPacketRecord>>SPacket.getUniqueKeys()Constructor parameters in cn.vertxup.rbac.domain.tables with type arguments of type SPacketRecordModifierConstructorDescriptionSPacket(org.jooq.Table<O> child, org.jooq.ForeignKey<O, SPacketRecord> key) -
Uses of SPacketRecord in cn.vertxup.rbac.domain.tables.daos
Methods in cn.vertxup.rbac.domain.tables.daos that return types with arguments of type SPacketRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SPacketRecord,SPacket, String> SPacketDao.queryExecutor() -
Uses of SPacketRecord in cn.vertxup.rbac.domain.tables.records
Methods in cn.vertxup.rbac.domain.tables.records that return SPacketRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.S_PACKET.ACTIVE.Setter forDB_ETERNAL.S_PACKET.CODE.SPacketRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_PACKET.CREATED_AT.SPacketRecord.setCreatedBy(String value) Setter forDB_ETERNAL.S_PACKET.CREATED_BY.SPacketRecord.setHConfig(String value) Setter forDB_ETERNAL.S_PACKET.H_CONFIG.SPacketRecord.setHMapping(String value) Setter forDB_ETERNAL.S_PACKET.H_MAPPING.Setter forDB_ETERNAL.S_PACKET.H_TYPE.Setter forDB_ETERNAL.S_PACKET.KEY.SPacketRecord.setLanguage(String value) Setter forDB_ETERNAL.S_PACKET.LANGUAGE.SPacketRecord.setMetadata(String value) Setter forDB_ETERNAL.S_PACKET.METADATA.SPacketRecord.setQConfig(String value) Setter forDB_ETERNAL.S_PACKET.Q_CONFIG.SPacketRecord.setQMapping(String value) Setter forDB_ETERNAL.S_PACKET.Q_MAPPING.Setter forDB_ETERNAL.S_PACKET.Q_TYPE.SPacketRecord.setResource(String value) Setter forDB_ETERNAL.S_PACKET.RESOURCE.SPacketRecord.setRunComponent(String value) Setter forDB_ETERNAL.S_PACKET.RUN_COMPONENT.SPacketRecord.setRunConfig(String value) Setter forDB_ETERNAL.S_PACKET.RUN_CONFIG.SPacketRecord.setSeekConfig(String value) Setter forDB_ETERNAL.S_PACKET.SEEK_CONFIG.SPacketRecord.setSeekSyntax(String value) Setter forDB_ETERNAL.S_PACKET.SEEK_SYNTAX.Setter forDB_ETERNAL.S_PACKET.SIGMA.SPacketRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_PACKET.UPDATED_AT.SPacketRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.S_PACKET.UPDATED_BY.SPacketRecord.setVConfig(String value) Setter forDB_ETERNAL.S_PACKET.V_CONFIG.SPacketRecord.setVMapping(String value) Setter forDB_ETERNAL.S_PACKET.V_MAPPING.Setter forDB_ETERNAL.S_PACKET.V_TYPE.