Class MJoinDao

    • Constructor Detail

      • MJoinDao

        public MJoinDao​(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

      • findManyByEntity

        public io.vertx.core.Future<List<MJoin>> findManyByEntity​(Collection<String> values)
        Find records that have ENTITY IN (values) asynchronously
      • findManyByEntity

        public io.vertx.core.Future<List<MJoin>> findManyByEntity​(Collection<String> values,
                                                                  int limit)
        Find records that have ENTITY IN (values) asynchronously limited by the given limit
      • findManyByEntityKey

        public io.vertx.core.Future<List<MJoin>> findManyByEntityKey​(Collection<String> values)
        Find records that have ENTITY_KEY IN (values) asynchronously
      • findManyByEntityKey

        public io.vertx.core.Future<List<MJoin>> findManyByEntityKey​(Collection<String> values,
                                                                     int limit)
        Find records that have ENTITY_KEY IN (values) asynchronously limited by the given limit
      • findManyByPriority

        public io.vertx.core.Future<List<MJoin>> findManyByPriority​(Collection<Integer> values)
        Find records that have PRIORITY IN (values) asynchronously
      • findManyByPriority

        public io.vertx.core.Future<List<MJoin>> findManyByPriority​(Collection<Integer> values,
                                                                    int limit)
        Find records that have PRIORITY IN (values) asynchronously limited by the given limit
      • findManyByNamespace

        public io.vertx.core.Future<List<MJoin>> findManyByNamespace​(Collection<String> values)
        Find records that have NAMESPACE IN (values) asynchronously
      • findManyByNamespace

        public io.vertx.core.Future<List<MJoin>> findManyByNamespace​(Collection<String> values,
                                                                     int limit)
        Find records that have NAMESPACE IN (values) asynchronously limited by the given limit