Class XNumberDao

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

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

    • XNumberDao

      public XNumberDao(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(XNumber object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<XNumberRecord,XNumber,String,io.vertx.core.Future<List<XNumber>>,io.vertx.core.Future<XNumber>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • findManyByCode

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

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

      public io.vertx.core.Future<List<XNumber>> findManyByComment(Collection<String> values)
      Find records that have COMMENT IN (values) asynchronously
    • findManyByComment

      public io.vertx.core.Future<List<XNumber>> findManyByComment(Collection<String> values, int limit)
      Find records that have COMMENT IN (values) asynchronously limited by the given limit
    • findManyByCurrent

      public io.vertx.core.Future<List<XNumber>> findManyByCurrent(Collection<Long> values)
      Find records that have CURRENT IN (values) asynchronously
    • findManyByCurrent

      public io.vertx.core.Future<List<XNumber>> findManyByCurrent(Collection<Long> values, int limit)
      Find records that have CURRENT IN (values) asynchronously limited by the given limit
    • findManyByFormat

      public io.vertx.core.Future<List<XNumber>> findManyByFormat(Collection<String> values)
      Find records that have FORMAT IN (values) asynchronously
    • findManyByFormat

      public io.vertx.core.Future<List<XNumber>> findManyByFormat(Collection<String> values, int limit)
      Find records that have FORMAT IN (values) asynchronously limited by the given limit
    • findManyByIdentifier

      public io.vertx.core.Future<List<XNumber>> findManyByIdentifier(Collection<String> values)
      Find records that have IDENTIFIER IN (values) asynchronously
    • findManyByIdentifier

      public io.vertx.core.Future<List<XNumber>> findManyByIdentifier(Collection<String> values, int limit)
      Find records that have IDENTIFIER IN (values) asynchronously limited by the given limit
    • findManyByPrefix

      public io.vertx.core.Future<List<XNumber>> findManyByPrefix(Collection<String> values)
      Find records that have PREFIX IN (values) asynchronously
    • findManyByPrefix

      public io.vertx.core.Future<List<XNumber>> findManyByPrefix(Collection<String> values, int limit)
      Find records that have PREFIX IN (values) asynchronously limited by the given limit
    • findManyBySuffix

      public io.vertx.core.Future<List<XNumber>> findManyBySuffix(Collection<String> values)
      Find records that have SUFFIX IN (values) asynchronously
    • findManyBySuffix

      public io.vertx.core.Future<List<XNumber>> findManyBySuffix(Collection<String> values, int limit)
      Find records that have SUFFIX IN (values) asynchronously limited by the given limit
    • findManyByTime

      public io.vertx.core.Future<List<XNumber>> findManyByTime(Collection<String> values)
      Find records that have TIME IN (values) asynchronously
    • findManyByTime

      public io.vertx.core.Future<List<XNumber>> findManyByTime(Collection<String> values, int limit)
      Find records that have TIME IN (values) asynchronously limited by the given limit
    • findManyByLength

      public io.vertx.core.Future<List<XNumber>> findManyByLength(Collection<Integer> values)
      Find records that have LENGTH IN (values) asynchronously
    • findManyByLength

      public io.vertx.core.Future<List<XNumber>> findManyByLength(Collection<Integer> values, int limit)
      Find records that have LENGTH IN (values) asynchronously limited by the given limit
    • findManyByStep

      public io.vertx.core.Future<List<XNumber>> findManyByStep(Collection<Integer> values)
      Find records that have STEP IN (values) asynchronously
    • findManyByStep

      public io.vertx.core.Future<List<XNumber>> findManyByStep(Collection<Integer> values, int limit)
      Find records that have STEP IN (values) asynchronously limited by the given limit
    • findManyByDecrement

      public io.vertx.core.Future<List<XNumber>> findManyByDecrement(Collection<Boolean> values)
      Find records that have DECREMENT IN (values) asynchronously
    • findManyByDecrement

      public io.vertx.core.Future<List<XNumber>> findManyByDecrement(Collection<Boolean> values, int limit)
      Find records that have DECREMENT IN (values) asynchronously limited by the given limit
    • findManyByAppId

      public io.vertx.core.Future<List<XNumber>> findManyByAppId(Collection<String> values)
      Find records that have APP_ID IN (values) asynchronously
    • findManyByAppId

      public io.vertx.core.Future<List<XNumber>> findManyByAppId(Collection<String> values, int limit)
      Find records that have APP_ID IN (values) asynchronously limited by the given limit
    • findManyByRenewal

      public io.vertx.core.Future<List<XNumber>> findManyByRenewal(Collection<Boolean> values)
      Find records that have RENEWAL IN (values) asynchronously
    • findManyByRenewal

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

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

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

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

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

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

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

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

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

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