Class XActivityRuleDao

java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
cn.vertxup.ambient.domain.tables.daos.XActivityRuleDao
All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<XActivityRuleRecord,XActivityRule,String>, io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>

public class XActivityRuleDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<XActivityRuleRecord,XActivityRule,String>
This class is generated by jOOQ.
  • Constructor Details

    • XActivityRuleDao

      public XActivityRuleDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
      Parameters:
      configuration - The Configuration used for rendering and query execution.
      vertx - the vertx instance
  • Method Details

    • getId

      protected String getId(XActivityRule object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • findManyByDefinitionKey

      public io.vertx.core.Future<List<XActivityRule>> findManyByDefinitionKey(Collection<String> values)
      Find records that have DEFINITION_KEY IN (values) asynchronously
    • findManyByDefinitionKey

      public io.vertx.core.Future<List<XActivityRule>> findManyByDefinitionKey(Collection<String> values, int limit)
      Find records that have DEFINITION_KEY IN (values) asynchronously limited by the given limit
    • findManyByTaskKey

      public io.vertx.core.Future<List<XActivityRule>> findManyByTaskKey(Collection<String> values)
      Find records that have TASK_KEY IN (values) asynchronously
    • findManyByTaskKey

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

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

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

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleName(Collection<String> values)
      Find records that have RULE_NAME IN (values) asynchronously
    • findManyByRuleName

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleName(Collection<String> values, int limit)
      Find records that have RULE_NAME IN (values) asynchronously limited by the given limit
    • findManyByRuleOrder

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleOrder(Collection<Long> values)
      Find records that have RULE_ORDER IN (values) asynchronously
    • findManyByRuleOrder

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleOrder(Collection<Long> values, int limit)
      Find records that have RULE_ORDER IN (values) asynchronously limited by the given limit
    • findManyByRuleNs

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleNs(Collection<String> values)
      Find records that have RULE_NS IN (values) asynchronously
    • findManyByRuleNs

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleNs(Collection<String> values, int limit)
      Find records that have RULE_NS IN (values) asynchronously limited by the given limit
    • findManyByRuleIdentifier

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleIdentifier(Collection<String> values)
      Find records that have RULE_IDENTIFIER IN (values) asynchronously
    • findManyByRuleIdentifier

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleIdentifier(Collection<String> values, int limit)
      Find records that have RULE_IDENTIFIER IN (values) asynchronously limited by the given limit
    • findManyByRuleField

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleField(Collection<String> values)
      Find records that have RULE_FIELD IN (values) asynchronously
    • findManyByRuleField

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleField(Collection<String> values, int limit)
      Find records that have RULE_FIELD IN (values) asynchronously limited by the given limit
    • findManyByRuleExpression

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleExpression(Collection<String> values)
      Find records that have RULE_EXPRESSION IN (values) asynchronously
    • findManyByRuleExpression

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleExpression(Collection<String> values, int limit)
      Find records that have RULE_EXPRESSION IN (values) asynchronously limited by the given limit
    • findManyByRuleTpl

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleTpl(Collection<String> values)
      Find records that have RULE_TPL IN (values) asynchronously
    • findManyByRuleTpl

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleTpl(Collection<String> values, int limit)
      Find records that have RULE_TPL IN (values) asynchronously limited by the given limit
    • findManyByRuleConfig

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleConfig(Collection<String> values)
      Find records that have RULE_CONFIG IN (values) asynchronously
    • findManyByRuleConfig

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleConfig(Collection<String> values, int limit)
      Find records that have RULE_CONFIG IN (values) asynchronously limited by the given limit
    • findManyByRuleMessage

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleMessage(Collection<String> values)
      Find records that have RULE_MESSAGE IN (values) asynchronously
    • findManyByRuleMessage

      public io.vertx.core.Future<List<XActivityRule>> findManyByRuleMessage(Collection<String> values, int limit)
      Find records that have RULE_MESSAGE IN (values) asynchronously limited by the given limit
    • findManyByHookComponent

      public io.vertx.core.Future<List<XActivityRule>> findManyByHookComponent(Collection<String> values)
      Find records that have HOOK_COMPONENT IN (values) asynchronously
    • findManyByHookComponent

      public io.vertx.core.Future<List<XActivityRule>> findManyByHookComponent(Collection<String> values, int limit)
      Find records that have HOOK_COMPONENT IN (values) asynchronously limited by the given limit
    • findManyByHookConfig

      public io.vertx.core.Future<List<XActivityRule>> findManyByHookConfig(Collection<String> values)
      Find records that have HOOK_CONFIG IN (values) asynchronously
    • findManyByHookConfig

      public io.vertx.core.Future<List<XActivityRule>> findManyByHookConfig(Collection<String> values, int limit)
      Find records that have HOOK_CONFIG IN (values) asynchronously limited by the given limit
    • findManyByLogging

      public io.vertx.core.Future<List<XActivityRule>> findManyByLogging(Collection<Boolean> values)
      Find records that have LOGGING IN (values) asynchronously
    • findManyByLogging

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

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

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

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

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

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

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<XActivityRule>> 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<XActivityRuleRecord,XActivityRule,String> queryExecutor()
      Specified by:
      queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
      Overrides:
      queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<XActivityRuleRecord,XActivityRule,String,io.vertx.core.Future<List<XActivityRule>>,io.vertx.core.Future<XActivityRule>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>