Class MAttributeDao

    • Constructor Detail

      • MAttributeDao

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

      • findManyByName

        public io.vertx.core.Future<List<MAttribute>> findManyByName​(Collection<String> values)
        Find records that have NAME IN (values) asynchronously
      • findManyByName

        public io.vertx.core.Future<List<MAttribute>> findManyByName​(Collection<String> values,
                                                                     int limit)
        Find records that have NAME IN (values) asynchronously limited by the given limit
      • findManyByAlias

        public io.vertx.core.Future<List<MAttribute>> findManyByAlias​(Collection<String> values)
        Find records that have ALIAS IN (values) asynchronously
      • findManyByAlias

        public io.vertx.core.Future<List<MAttribute>> findManyByAlias​(Collection<String> values,
                                                                      int limit)
        Find records that have ALIAS IN (values) asynchronously limited by the given limit
      • findManyByType

        public io.vertx.core.Future<List<MAttribute>> findManyByType​(Collection<String> values)
        Find records that have TYPE IN (values) asynchronously
      • findManyByType

        public io.vertx.core.Future<List<MAttribute>> findManyByType​(Collection<String> values,
                                                                     int limit)
        Find records that have TYPE IN (values) asynchronously limited by the given limit
      • findManyByExpression

        public io.vertx.core.Future<List<MAttribute>> findManyByExpression​(Collection<String> values)
        Find records that have EXPRESSION IN (values) asynchronously
      • findManyByExpression

        public io.vertx.core.Future<List<MAttribute>> findManyByExpression​(Collection<String> values,
                                                                           int limit)
        Find records that have EXPRESSION IN (values) asynchronously limited by the given limit
      • findManyByNormalize

        public io.vertx.core.Future<List<MAttribute>> findManyByNormalize​(Collection<String> values)
        Find records that have NORMALIZE IN (values) asynchronously
      • findManyByNormalize

        public io.vertx.core.Future<List<MAttribute>> findManyByNormalize​(Collection<String> values,
                                                                          int limit)
        Find records that have NORMALIZE IN (values) asynchronously limited by the given limit
      • findManyByInComponent

        public io.vertx.core.Future<List<MAttribute>> findManyByInComponent​(Collection<String> values)
        Find records that have IN_COMPONENT IN (values) asynchronously
      • findManyByInComponent

        public io.vertx.core.Future<List<MAttribute>> findManyByInComponent​(Collection<String> values,
                                                                            int limit)
        Find records that have IN_COMPONENT IN (values) asynchronously limited by the given limit
      • findManyByOutComponent

        public io.vertx.core.Future<List<MAttribute>> findManyByOutComponent​(Collection<String> values)
        Find records that have OUT_COMPONENT IN (values) asynchronously
      • findManyByOutComponent

        public io.vertx.core.Future<List<MAttribute>> findManyByOutComponent​(Collection<String> values,
                                                                             int limit)
        Find records that have OUT_COMPONENT IN (values) asynchronously limited by the given limit
      • findManyByModelId

        public io.vertx.core.Future<List<MAttribute>> findManyByModelId​(Collection<String> values)
        Find records that have MODEL_ID IN (values) asynchronously
      • findManyByModelId

        public io.vertx.core.Future<List<MAttribute>> findManyByModelId​(Collection<String> values,
                                                                        int limit)
        Find records that have MODEL_ID IN (values) asynchronously limited by the given limit
      • findManyByComments

        public io.vertx.core.Future<List<MAttribute>> findManyByComments​(Collection<String> values)
        Find records that have COMMENTS IN (values) asynchronously
      • findManyByComments

        public io.vertx.core.Future<List<MAttribute>> findManyByComments​(Collection<String> values,
                                                                         int limit)
        Find records that have COMMENTS IN (values) asynchronously limited by the given limit
      • findManyBySource

        public io.vertx.core.Future<List<MAttribute>> findManyBySource​(Collection<String> values)
        Find records that have SOURCE IN (values) asynchronously
      • findManyBySource

        public io.vertx.core.Future<List<MAttribute>> findManyBySource​(Collection<String> values,
                                                                       int limit)
        Find records that have SOURCE IN (values) asynchronously limited by the given limit
      • findManyBySourceField

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceField​(Collection<String> values)
        Find records that have SOURCE_FIELD IN (values) asynchronously
      • findManyBySourceField

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceField​(Collection<String> values,
                                                                            int limit)
        Find records that have SOURCE_FIELD IN (values) asynchronously limited by the given limit
      • findManyBySourceConfig

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceConfig​(Collection<String> values)
        Find records that have SOURCE_CONFIG IN (values) asynchronously
      • findManyBySourceConfig

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceConfig​(Collection<String> values,
                                                                             int limit)
        Find records that have SOURCE_CONFIG IN (values) asynchronously limited by the given limit
      • findManyBySourceReference

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceReference​(Collection<String> values)
        Find records that have SOURCE_REFERENCE IN (values) asynchronously
      • findManyBySourceReference

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceReference​(Collection<String> values,
                                                                                int limit)
        Find records that have SOURCE_REFERENCE IN (values) asynchronously limited by the given limit
      • findManyBySourceExternal

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceExternal​(Collection<String> values)
        Find records that have SOURCE_EXTERNAL IN (values) asynchronously
      • findManyBySourceExternal

        public io.vertx.core.Future<List<MAttribute>> findManyBySourceExternal​(Collection<String> values,
                                                                               int limit)
        Find records that have SOURCE_EXTERNAL IN (values) asynchronously limited by the given limit
      • findManyByIsArray

        public io.vertx.core.Future<List<MAttribute>> findManyByIsArray​(Collection<Boolean> values)
        Find records that have IS_ARRAY IN (values) asynchronously
      • findManyByIsArray

        public io.vertx.core.Future<List<MAttribute>> findManyByIsArray​(Collection<Boolean> values,
                                                                        int limit)
        Find records that have IS_ARRAY IN (values) asynchronously limited by the given limit
      • findManyByIsRefer

        public io.vertx.core.Future<List<MAttribute>> findManyByIsRefer​(Collection<Boolean> values)
        Find records that have IS_REFER IN (values) asynchronously
      • findManyByIsRefer

        public io.vertx.core.Future<List<MAttribute>> findManyByIsRefer​(Collection<Boolean> values,
                                                                        int limit)
        Find records that have IS_REFER IN (values) asynchronously limited by the given limit
      • findManyByIsSyncIn

        public io.vertx.core.Future<List<MAttribute>> findManyByIsSyncIn​(Collection<Boolean> values)
        Find records that have IS_SYNC_IN IN (values) asynchronously
      • findManyByIsSyncIn

        public io.vertx.core.Future<List<MAttribute>> findManyByIsSyncIn​(Collection<Boolean> values,
                                                                         int limit)
        Find records that have IS_SYNC_IN IN (values) asynchronously limited by the given limit
      • findManyByIsSyncOut

        public io.vertx.core.Future<List<MAttribute>> findManyByIsSyncOut​(Collection<Boolean> values)
        Find records that have IS_SYNC_OUT IN (values) asynchronously
      • findManyByIsSyncOut

        public io.vertx.core.Future<List<MAttribute>> findManyByIsSyncOut​(Collection<Boolean> values,
                                                                          int limit)
        Find records that have IS_SYNC_OUT IN (values) asynchronously limited by the given limit
      • findManyByIsLock

        public io.vertx.core.Future<List<MAttribute>> findManyByIsLock​(Collection<Boolean> values)
        Find records that have IS_LOCK IN (values) asynchronously
      • findManyByIsLock

        public io.vertx.core.Future<List<MAttribute>> findManyByIsLock​(Collection<Boolean> values,
                                                                       int limit)
        Find records that have IS_LOCK IN (values) asynchronously limited by the given limit
      • findManyByIsTrack

        public io.vertx.core.Future<List<MAttribute>> findManyByIsTrack​(Collection<Boolean> values)
        Find records that have IS_TRACK IN (values) asynchronously
      • findManyByIsTrack

        public io.vertx.core.Future<List<MAttribute>> findManyByIsTrack​(Collection<Boolean> values,
                                                                        int limit)
        Find records that have IS_TRACK IN (values) asynchronously limited by the given limit
      • findManyByIsConfirm

        public io.vertx.core.Future<List<MAttribute>> findManyByIsConfirm​(Collection<Boolean> values)
        Find records that have IS_CONFIRM IN (values) asynchronously
      • findManyByIsConfirm

        public io.vertx.core.Future<List<MAttribute>> findManyByIsConfirm​(Collection<Boolean> values,
                                                                          int limit)
        Find records that have IS_CONFIRM IN (values) asynchronously limited by the given limit
      • findManyBySigma

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

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByLanguage​(Collection<String> values)
        Find records that have LANGUAGE IN (values) asynchronously
      • findManyByLanguage

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByActive​(Collection<Boolean> values)
        Find records that have ACTIVE IN (values) asynchronously
      • findManyByActive

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByMetadata​(Collection<String> values)
        Find records that have METADATA IN (values) asynchronously
      • findManyByMetadata

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByCreatedAt​(Collection<LocalDateTime> values)
        Find records that have CREATED_AT IN (values) asynchronously
      • findManyByCreatedAt

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByCreatedBy​(Collection<String> values)
        Find records that have CREATED_BY IN (values) asynchronously
      • findManyByCreatedBy

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByUpdatedAt​(Collection<LocalDateTime> values)
        Find records that have UPDATED_AT IN (values) asynchronously
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<MAttribute>> 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<MAttribute>> findManyByUpdatedBy​(Collection<String> values)
        Find records that have UPDATED_BY IN (values) asynchronously
      • findManyByUpdatedBy

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