Class SPacketDao

    • Constructor Detail

      • SPacketDao

        public SPacketDao​(org.jooq.Configuration configuration,
                          io.vertx.core.Vertx vertx)
        Parameters:
        configuration - The Configuration used for rendering and query execution. * @param vertx the vertx instance
    • Method Detail

      • findManyByPathId

        public io.vertx.core.Future<List<SPacket>> findManyByPathId​(Collection<String> values)
        Find records that have PATH_ID IN (values) asynchronously
      • findManyByPathId

        public io.vertx.core.Future<List<SPacket>> findManyByPathId​(Collection<String> values,
                                                                    int limit)
        Find records that have PATH_ID IN (values) asynchronously limited by the given limit
      • findManyByResourceId

        public io.vertx.core.Future<List<SPacket>> findManyByResourceId​(Collection<String> values)
        Find records that have RESOURCE_ID IN (values) asynchronously
      • findManyByResourceId

        public io.vertx.core.Future<List<SPacket>> findManyByResourceId​(Collection<String> values,
                                                                        int limit)
        Find records that have RESOURCE_ID IN (values) asynchronously limited by the given limit
      • findManyByRowType

        public io.vertx.core.Future<List<SPacket>> findManyByRowType​(Collection<String> values)
        Find records that have ROW_TYPE IN (values) asynchronously
      • findManyByRowType

        public io.vertx.core.Future<List<SPacket>> findManyByRowType​(Collection<String> values,
                                                                     int limit)
        Find records that have ROW_TYPE IN (values) asynchronously limited by the given limit
      • findManyByRowField

        public io.vertx.core.Future<List<SPacket>> findManyByRowField​(Collection<String> values)
        Find records that have ROW_FIELD IN (values) asynchronously
      • findManyByRowField

        public io.vertx.core.Future<List<SPacket>> findManyByRowField​(Collection<String> values,
                                                                      int limit)
        Find records that have ROW_FIELD IN (values) asynchronously limited by the given limit
      • findManyByRowTpl

        public io.vertx.core.Future<List<SPacket>> findManyByRowTpl​(Collection<String> values)
        Find records that have ROW_TPL IN (values) asynchronously
      • findManyByRowTpl

        public io.vertx.core.Future<List<SPacket>> findManyByRowTpl​(Collection<String> values,
                                                                    int limit)
        Find records that have ROW_TPL IN (values) asynchronously limited by the given limit
      • findManyByRowTplMapping

        public io.vertx.core.Future<List<SPacket>> findManyByRowTplMapping​(Collection<String> values)
        Find records that have ROW_TPL_MAPPING IN (values) asynchronously
      • findManyByRowTplMapping

        public io.vertx.core.Future<List<SPacket>> findManyByRowTplMapping​(Collection<String> values,
                                                                           int limit)
        Find records that have ROW_TPL_MAPPING IN (values) asynchronously limited by the given limit
      • findManyByColType

        public io.vertx.core.Future<List<SPacket>> findManyByColType​(Collection<String> values)
        Find records that have COL_TYPE IN (values) asynchronously
      • findManyByColType

        public io.vertx.core.Future<List<SPacket>> findManyByColType​(Collection<String> values,
                                                                     int limit)
        Find records that have COL_TYPE IN (values) asynchronously limited by the given limit
      • findManyByColConfig

        public io.vertx.core.Future<List<SPacket>> findManyByColConfig​(Collection<String> values)
        Find records that have COL_CONFIG IN (values) asynchronously
      • findManyByColConfig

        public io.vertx.core.Future<List<SPacket>> findManyByColConfig​(Collection<String> values,
                                                                       int limit)
        Find records that have COL_CONFIG IN (values) asynchronously limited by the given limit
      • findManyByCondTpl

        public io.vertx.core.Future<List<SPacket>> findManyByCondTpl​(Collection<String> values)
        Find records that have COND_TPL IN (values) asynchronously
      • findManyByCondTpl

        public io.vertx.core.Future<List<SPacket>> findManyByCondTpl​(Collection<String> values,
                                                                     int limit)
        Find records that have COND_TPL IN (values) asynchronously limited by the given limit
      • findManyByCondTplMapping

        public io.vertx.core.Future<List<SPacket>> findManyByCondTplMapping​(Collection<String> values)
        Find records that have COND_TPL_MAPPING IN (values) asynchronously
      • findManyByCondTplMapping

        public io.vertx.core.Future<List<SPacket>> findManyByCondTplMapping​(Collection<String> values,
                                                                            int limit)
        Find records that have COND_TPL_MAPPING IN (values) asynchronously limited by the given limit
      • findManyByCondConfig

        public io.vertx.core.Future<List<SPacket>> findManyByCondConfig​(Collection<String> values)
        Find records that have COND_CONFIG IN (values) asynchronously
      • findManyByCondConfig

        public io.vertx.core.Future<List<SPacket>> findManyByCondConfig​(Collection<String> values,
                                                                        int limit)
        Find records that have COND_CONFIG IN (values) asynchronously limited by the given limit
      • findManyBySigma

        public io.vertx.core.Future<List<SPacket>> findManyBySigma​(Collection<String> values)
        Find records that have SIGMA IN (values) asynchronously
      • findManyBySigma

        public io.vertx.core.Future<List<SPacket>> findManyBySigma​(Collection<String> values,
                                                                   int limit)
        Find records that have SIGMA IN (values) asynchronously limited by the given limit
      • findManyByLanguage

        public io.vertx.core.Future<List<SPacket>> findManyByLanguage​(Collection<String> values)
        Find records that have LANGUAGE IN (values) asynchronously
      • findManyByLanguage

        public io.vertx.core.Future<List<SPacket>> findManyByLanguage​(Collection<String> values,
                                                                      int limit)
        Find records that have LANGUAGE IN (values) asynchronously limited by the given limit
      • findManyByActive

        public io.vertx.core.Future<List<SPacket>> findManyByActive​(Collection<Boolean> values)
        Find records that have ACTIVE IN (values) asynchronously
      • findManyByActive

        public io.vertx.core.Future<List<SPacket>> findManyByActive​(Collection<Boolean> values,
                                                                    int limit)
        Find records that have ACTIVE IN (values) asynchronously limited by the given limit
      • findManyByMetadata

        public io.vertx.core.Future<List<SPacket>> findManyByMetadata​(Collection<String> values)
        Find records that have METADATA IN (values) asynchronously
      • findManyByMetadata

        public io.vertx.core.Future<List<SPacket>> findManyByMetadata​(Collection<String> values,
                                                                      int limit)
        Find records that have METADATA IN (values) asynchronously limited by the given limit
      • findManyByCreatedAt

        public io.vertx.core.Future<List<SPacket>> findManyByCreatedAt​(Collection<LocalDateTime> values)
        Find records that have CREATED_AT IN (values) asynchronously
      • findManyByCreatedAt

        public io.vertx.core.Future<List<SPacket>> findManyByCreatedAt​(Collection<LocalDateTime> values,
                                                                       int limit)
        Find records that have CREATED_AT IN (values) asynchronously limited by the given limit
      • findManyByCreatedBy

        public io.vertx.core.Future<List<SPacket>> findManyByCreatedBy​(Collection<String> values)
        Find records that have CREATED_BY IN (values) asynchronously
      • findManyByCreatedBy

        public io.vertx.core.Future<List<SPacket>> findManyByCreatedBy​(Collection<String> values,
                                                                       int limit)
        Find records that have CREATED_BY IN (values) asynchronously limited by the given limit
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<SPacket>> findManyByUpdatedAt​(Collection<LocalDateTime> values)
        Find records that have UPDATED_AT IN (values) asynchronously
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<SPacket>> findManyByUpdatedAt​(Collection<LocalDateTime> values,
                                                                       int limit)
        Find records that have UPDATED_AT IN (values) asynchronously limited by the given limit
      • findManyByUpdatedBy

        public io.vertx.core.Future<List<SPacket>> findManyByUpdatedBy​(Collection<String> values)
        Find records that have UPDATED_BY IN (values) asynchronously
      • findManyByUpdatedBy

        public io.vertx.core.Future<List<SPacket>> findManyByUpdatedBy​(Collection<String> values,
                                                                       int limit)
        Find records that have UPDATED_BY IN (values) asynchronously limited by the given limit
      • queryExecutor

        public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<SPacketRecord,​SPacket,​String> queryExecutor()
        Specified by:
        queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<SPacketRecord,​SPacket,​String,​io.vertx.core.Future<List<SPacket>>,​io.vertx.core.Future<SPacket>,​io.vertx.core.Future<Integer>,​io.vertx.core.Future<String>>
        Overrides:
        queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<SPacketRecord,​SPacket,​String,​io.vertx.core.Future<List<SPacket>>,​io.vertx.core.Future<SPacket>,​io.vertx.core.Future<Integer>,​io.vertx.core.Future<String>>