Uses of Class
cn.vertxup.integration.domain.tables.records.IIntegrationRecord
-
Packages that use IIntegrationRecord Package Description cn.vertxup.integration.domain cn.vertxup.integration.domain.tables cn.vertxup.integration.domain.tables.daos cn.vertxup.integration.domain.tables.records -
-
Uses of IIntegrationRecord in cn.vertxup.integration.domain
Fields in cn.vertxup.integration.domain with type parameters of type IIntegrationRecord Modifier and Type Field Description static org.jooq.UniqueKey<IIntegrationRecord>Keys. KEY_I_INTEGRATION_ENDPOINTstatic org.jooq.UniqueKey<IIntegrationRecord>Keys. KEY_I_INTEGRATION_PRIMARY -
Uses of IIntegrationRecord in cn.vertxup.integration.domain.tables
Fields in cn.vertxup.integration.domain.tables with type parameters of type IIntegrationRecord Modifier and Type Field Description org.jooq.TableField<IIntegrationRecord,Boolean>IIntegration. ACTIVEThe columnDB_ETERNAL.I_INTEGRATION.ACTIVE.org.jooq.TableField<IIntegrationRecord,String>IIntegration. APP_IDThe columnDB_ETERNAL.I_INTEGRATION.APP_ID.org.jooq.TableField<IIntegrationRecord,LocalDateTime>IIntegration. CREATED_ATThe columnDB_ETERNAL.I_INTEGRATION.CREATED_AT.org.jooq.TableField<IIntegrationRecord,String>IIntegration. CREATED_BYThe columnDB_ETERNAL.I_INTEGRATION.CREATED_BY.org.jooq.TableField<IIntegrationRecord,String>IIntegration. ENDPOINTThe columnDB_ETERNAL.I_INTEGRATION.ENDPOINT.org.jooq.TableField<IIntegrationRecord,String>IIntegration. HOSTNAMEThe columnDB_ETERNAL.I_INTEGRATION.HOSTNAME.org.jooq.TableField<IIntegrationRecord,String>IIntegration. IP_V4The columnDB_ETERNAL.I_INTEGRATION.IP_V4.org.jooq.TableField<IIntegrationRecord,String>IIntegration. IP_V6The columnDB_ETERNAL.I_INTEGRATION.IP_V6.org.jooq.TableField<IIntegrationRecord,String>IIntegration. KEYThe columnDB_ETERNAL.I_INTEGRATION.KEY.org.jooq.TableField<IIntegrationRecord,String>IIntegration. LANGUAGEThe columnDB_ETERNAL.I_INTEGRATION.LANGUAGE.org.jooq.TableField<IIntegrationRecord,String>IIntegration. METADATAThe columnDB_ETERNAL.I_INTEGRATION.METADATA.org.jooq.TableField<IIntegrationRecord,String>IIntegration. NAMEThe columnDB_ETERNAL.I_INTEGRATION.NAME.org.jooq.TableField<IIntegrationRecord,String>IIntegration. OPTIONSThe columnDB_ETERNAL.I_INTEGRATION.OPTIONS.org.jooq.TableField<IIntegrationRecord,String>IIntegration. OS_AUTHORIZEThe columnDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.org.jooq.TableField<IIntegrationRecord,String>IIntegration. OS_KEYThe columnDB_ETERNAL.I_INTEGRATION.OS_KEY.org.jooq.TableField<IIntegrationRecord,String>IIntegration. OS_SECRETThe columnDB_ETERNAL.I_INTEGRATION.OS_SECRET.org.jooq.TableField<IIntegrationRecord,String>IIntegration. OS_TOKENThe columnDB_ETERNAL.I_INTEGRATION.OS_TOKEN.org.jooq.TableField<IIntegrationRecord,String>IIntegration. PASSWORDThe columnDB_ETERNAL.I_INTEGRATION.PASSWORD.org.jooq.TableField<IIntegrationRecord,String>IIntegration. PATHThe columnDB_ETERNAL.I_INTEGRATION.PATH.org.jooq.TableField<IIntegrationRecord,Integer>IIntegration. PORTThe columnDB_ETERNAL.I_INTEGRATION.PORT.org.jooq.TableField<IIntegrationRecord,String>IIntegration. PROTOCOLThe columnDB_ETERNAL.I_INTEGRATION.PROTOCOL.org.jooq.TableField<IIntegrationRecord,String>IIntegration. PUBLIC_KEYThe columnDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.org.jooq.TableField<IIntegrationRecord,String>IIntegration. SIGMAThe columnDB_ETERNAL.I_INTEGRATION.SIGMA.org.jooq.TableField<IIntegrationRecord,String>IIntegration. TYPEThe columnDB_ETERNAL.I_INTEGRATION.TYPE.org.jooq.TableField<IIntegrationRecord,LocalDateTime>IIntegration. UPDATED_ATThe columnDB_ETERNAL.I_INTEGRATION.UPDATED_AT.org.jooq.TableField<IIntegrationRecord,String>IIntegration. UPDATED_BYThe columnDB_ETERNAL.I_INTEGRATION.UPDATED_BY.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 IIntegrationRecord Modifier and Type Method Description org.jooq.UniqueKey<IIntegrationRecord>IIntegration. getPrimaryKey()Class<IIntegrationRecord>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 IIntegrationRecord Constructor Description IIntegration(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 IIntegrationRecord Modifier and Type Method Description io.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 IIntegrationRecord Modifier and Type Method Description IIntegrationRecordIIntegrationRecord. setActive(Boolean value)Setter forDB_ETERNAL.I_INTEGRATION.ACTIVE.IIntegrationRecordIIntegrationRecord. setAppId(String value)Setter forDB_ETERNAL.I_INTEGRATION.APP_ID.IIntegrationRecordIIntegrationRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_INTEGRATION.CREATED_AT.IIntegrationRecordIIntegrationRecord. setCreatedBy(String value)Setter forDB_ETERNAL.I_INTEGRATION.CREATED_BY.IIntegrationRecordIIntegrationRecord. setEndpoint(String value)Setter forDB_ETERNAL.I_INTEGRATION.ENDPOINT.IIntegrationRecordIIntegrationRecord. setHostname(String value)Setter forDB_ETERNAL.I_INTEGRATION.HOSTNAME.IIntegrationRecordIIntegrationRecord. setIpV4(String value)Setter forDB_ETERNAL.I_INTEGRATION.IP_V4.IIntegrationRecordIIntegrationRecord. setIpV6(String value)Setter forDB_ETERNAL.I_INTEGRATION.IP_V6.IIntegrationRecordIIntegrationRecord. setKey(String value)Setter forDB_ETERNAL.I_INTEGRATION.KEY.IIntegrationRecordIIntegrationRecord. setLanguage(String value)Setter forDB_ETERNAL.I_INTEGRATION.LANGUAGE.IIntegrationRecordIIntegrationRecord. setMetadata(String value)Setter forDB_ETERNAL.I_INTEGRATION.METADATA.IIntegrationRecordIIntegrationRecord. setName(String value)Setter forDB_ETERNAL.I_INTEGRATION.NAME.IIntegrationRecordIIntegrationRecord. setOptions(String value)Setter forDB_ETERNAL.I_INTEGRATION.OPTIONS.IIntegrationRecordIIntegrationRecord. setOsAuthorize(String value)Setter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.IIntegrationRecordIIntegrationRecord. setOsKey(String value)Setter forDB_ETERNAL.I_INTEGRATION.OS_KEY.IIntegrationRecordIIntegrationRecord. setOsSecret(String value)Setter forDB_ETERNAL.I_INTEGRATION.OS_SECRET.IIntegrationRecordIIntegrationRecord. setOsToken(String value)Setter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN.IIntegrationRecordIIntegrationRecord. setPassword(String value)Setter forDB_ETERNAL.I_INTEGRATION.PASSWORD.IIntegrationRecordIIntegrationRecord. setPath(String value)Setter forDB_ETERNAL.I_INTEGRATION.PATH.IIntegrationRecordIIntegrationRecord. setPort(Integer value)Setter forDB_ETERNAL.I_INTEGRATION.PORT.IIntegrationRecordIIntegrationRecord. setProtocol(String value)Setter forDB_ETERNAL.I_INTEGRATION.PROTOCOL.IIntegrationRecordIIntegrationRecord. setPublicKey(String value)Setter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.IIntegrationRecordIIntegrationRecord. setSigma(String value)Setter forDB_ETERNAL.I_INTEGRATION.SIGMA.IIntegrationRecordIIntegrationRecord. setType(String value)Setter forDB_ETERNAL.I_INTEGRATION.TYPE.IIntegrationRecordIIntegrationRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT.IIntegrationRecordIIntegrationRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY.IIntegrationRecordIIntegrationRecord. setUsername(String value)Setter forDB_ETERNAL.I_INTEGRATION.USERNAME.
-