Uses of Class
cn.vertxup.integration.domain.tables.records.IIntegrationRecord
Packages that use IIntegrationRecord
Package
Description
-
Uses of IIntegrationRecord in cn.vertxup.integration.domain
Fields in cn.vertxup.integration.domain with type parameters of type IIntegrationRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<IIntegrationRecord>static final org.jooq.UniqueKey<IIntegrationRecord> -
Uses of IIntegrationRecord in cn.vertxup.integration.domain.tables
Fields in cn.vertxup.integration.domain.tables with type parameters of type IIntegrationRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<IIntegrationRecord,Boolean> IIntegration.ACTIVEThe columnDB_ETERNAL.I_INTEGRATION.ACTIVE.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.APP_IDThe columnDB_ETERNAL.I_INTEGRATION.APP_ID.final org.jooq.TableField<IIntegrationRecord,LocalDateTime> IIntegration.CREATED_ATThe columnDB_ETERNAL.I_INTEGRATION.CREATED_AT.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.CREATED_BYThe columnDB_ETERNAL.I_INTEGRATION.CREATED_BY.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.ENDPOINTThe columnDB_ETERNAL.I_INTEGRATION.ENDPOINT.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.HOSTNAMEThe columnDB_ETERNAL.I_INTEGRATION.HOSTNAME.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.IP_V4The columnDB_ETERNAL.I_INTEGRATION.IP_V4.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.IP_V6The columnDB_ETERNAL.I_INTEGRATION.IP_V6.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.KEYThe columnDB_ETERNAL.I_INTEGRATION.KEY.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.LANGUAGEThe columnDB_ETERNAL.I_INTEGRATION.LANGUAGE.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.METADATAThe columnDB_ETERNAL.I_INTEGRATION.METADATA.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.NAMEThe columnDB_ETERNAL.I_INTEGRATION.NAME.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.OPTIONSThe columnDB_ETERNAL.I_INTEGRATION.OPTIONS.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.OS_AUTHORIZEThe columnDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.OS_KEYThe columnDB_ETERNAL.I_INTEGRATION.OS_KEY.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.OS_SECRETThe columnDB_ETERNAL.I_INTEGRATION.OS_SECRET.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.OS_TOKENThe columnDB_ETERNAL.I_INTEGRATION.OS_TOKEN.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.PASSWORDThe columnDB_ETERNAL.I_INTEGRATION.PASSWORD.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.PATHThe columnDB_ETERNAL.I_INTEGRATION.PATH.final org.jooq.TableField<IIntegrationRecord,Integer> IIntegration.PORTThe columnDB_ETERNAL.I_INTEGRATION.PORT.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.PROTOCOLThe columnDB_ETERNAL.I_INTEGRATION.PROTOCOL.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.PUBLIC_KEYThe columnDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.final org.jooq.TableField<IIntegrationRecord,Integer> IIntegration.SECURE_PORTThe columnDB_ETERNAL.I_INTEGRATION.SECURE_PORT.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.SECURE_PROTOCOLThe columnDB_ETERNAL.I_INTEGRATION.SECURE_PROTOCOL.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.SIGMAThe columnDB_ETERNAL.I_INTEGRATION.SIGMA.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.TYPEThe columnDB_ETERNAL.I_INTEGRATION.TYPE.final org.jooq.TableField<IIntegrationRecord,LocalDateTime> IIntegration.UPDATED_ATThe columnDB_ETERNAL.I_INTEGRATION.UPDATED_AT.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.UPDATED_BYThe columnDB_ETERNAL.I_INTEGRATION.UPDATED_BY.final org.jooq.TableField<IIntegrationRecord,String> IIntegration.USERNAMEThe columnDB_ETERNAL.I_INTEGRATION.USERNAME.Methods in cn.vertxup.integration.domain.tables that return types with arguments of type IIntegrationRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<IIntegrationRecord>IIntegration.getPrimaryKey()IIntegration.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<IIntegrationRecord>>IIntegration.getUniqueKeys()Constructor parameters in cn.vertxup.integration.domain.tables with type arguments of type IIntegrationRecordModifierConstructorDescriptionIIntegration(org.jooq.Table<O> child, org.jooq.ForeignKey<O, IIntegrationRecord> key) -
Uses of IIntegrationRecord in cn.vertxup.integration.domain.tables.daos
Methods in cn.vertxup.integration.domain.tables.daos that return types with arguments of type IIntegrationRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IIntegrationRecord,IIntegration, String> IIntegrationDao.queryExecutor() -
Uses of IIntegrationRecord in cn.vertxup.integration.domain.tables.records
Methods in cn.vertxup.integration.domain.tables.records that return IIntegrationRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.I_INTEGRATION.ACTIVE.Setter forDB_ETERNAL.I_INTEGRATION.APP_ID.IIntegrationRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.I_INTEGRATION.CREATED_AT.IIntegrationRecord.setCreatedBy(String value) Setter forDB_ETERNAL.I_INTEGRATION.CREATED_BY.IIntegrationRecord.setEndpoint(String value) Setter forDB_ETERNAL.I_INTEGRATION.ENDPOINT.IIntegrationRecord.setHostname(String value) Setter forDB_ETERNAL.I_INTEGRATION.HOSTNAME.Setter forDB_ETERNAL.I_INTEGRATION.IP_V4.Setter forDB_ETERNAL.I_INTEGRATION.IP_V6.Setter forDB_ETERNAL.I_INTEGRATION.KEY.IIntegrationRecord.setLanguage(String value) Setter forDB_ETERNAL.I_INTEGRATION.LANGUAGE.IIntegrationRecord.setMetadata(String value) Setter forDB_ETERNAL.I_INTEGRATION.METADATA.Setter forDB_ETERNAL.I_INTEGRATION.NAME.IIntegrationRecord.setOptions(String value) Setter forDB_ETERNAL.I_INTEGRATION.OPTIONS.IIntegrationRecord.setOsAuthorize(String value) Setter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.Setter forDB_ETERNAL.I_INTEGRATION.OS_KEY.IIntegrationRecord.setOsSecret(String value) Setter forDB_ETERNAL.I_INTEGRATION.OS_SECRET.IIntegrationRecord.setOsToken(String value) Setter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN.IIntegrationRecord.setPassword(String value) Setter forDB_ETERNAL.I_INTEGRATION.PASSWORD.Setter forDB_ETERNAL.I_INTEGRATION.PATH.Setter forDB_ETERNAL.I_INTEGRATION.PORT.IIntegrationRecord.setProtocol(String value) Setter forDB_ETERNAL.I_INTEGRATION.PROTOCOL.IIntegrationRecord.setPublicKey(String value) Setter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.IIntegrationRecord.setSecurePort(Integer value) Setter forDB_ETERNAL.I_INTEGRATION.SECURE_PORT.IIntegrationRecord.setSecureProtocol(String value) Setter forDB_ETERNAL.I_INTEGRATION.SECURE_PROTOCOL.Setter forDB_ETERNAL.I_INTEGRATION.SIGMA.Setter forDB_ETERNAL.I_INTEGRATION.TYPE.IIntegrationRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT.IIntegrationRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY.IIntegrationRecord.setUsername(String value) Setter forDB_ETERNAL.I_INTEGRATION.USERNAME.