Class SPacketDao

java.lang.Object
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>>
cn.vertxup.rbac.domain.tables.daos.SPacketDao
All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<SPacketRecord,SPacket,String>, 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>>

public class SPacketDao extends 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>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<SPacketRecord,SPacket,String>
This class is generated by jOOQ.
  • Constructor Details

    • SPacketDao

      public SPacketDao(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(SPacket object)
      Specified by:
      getId 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>>
    • findManyByCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<SPacket>> findManyBySeekConfig(Collection<String> values, int limit)
      Find records that have SEEK_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>>