Class TVendorHourDao

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

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

    • TVendorHourDao

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

      public io.vertx.core.Future<List<TVendorHour>> findManyByCommentExtension(Collection<String> values)
      Find records that have COMMENT_EXTENSION IN (values) asynchronously
    • findManyByCommentExtension

      public io.vertx.core.Future<List<TVendorHour>> findManyByCommentExtension(Collection<String> values, int limit)
      Find records that have COMMENT_EXTENSION IN (values) asynchronously limited by the given limit
    • findManyByClassification

      public io.vertx.core.Future<List<TVendorHour>> findManyByClassification(Collection<String> values)
      Find records that have CLASSIFICATION IN (values) asynchronously
    • findManyByClassification

      public io.vertx.core.Future<List<TVendorHour>> findManyByClassification(Collection<String> values, int limit)
      Find records that have CLASSIFICATION IN (values) asynchronously limited by the given limit
    • findManyByStartAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByStartAt(Collection<LocalDateTime> values)
      Find records that have START_AT IN (values) asynchronously
    • findManyByStartAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByStartAt(Collection<LocalDateTime> values, int limit)
      Find records that have START_AT IN (values) asynchronously limited by the given limit
    • findManyByEndAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByEndAt(Collection<LocalDateTime> values)
      Find records that have END_AT IN (values) asynchronously
    • findManyByEndAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByEndAt(Collection<LocalDateTime> values, int limit)
      Find records that have END_AT IN (values) asynchronously limited by the given limit
    • findManyByDays

      public io.vertx.core.Future<List<TVendorHour>> findManyByDays(Collection<Integer> values)
      Find records that have DAYS IN (values) asynchronously
    • findManyByDays

      public io.vertx.core.Future<List<TVendorHour>> findManyByDays(Collection<Integer> values, int limit)
      Find records that have DAYS IN (values) asynchronously limited by the given limit
    • findManyByRequestType

      public io.vertx.core.Future<List<TVendorHour>> findManyByRequestType(Collection<String> values)
      Find records that have REQUEST_TYPE IN (values) asynchronously
    • findManyByRequestType

      public io.vertx.core.Future<List<TVendorHour>> findManyByRequestType(Collection<String> values, int limit)
      Find records that have REQUEST_TYPE IN (values) asynchronously limited by the given limit
    • findManyByFromType

      public io.vertx.core.Future<List<TVendorHour>> findManyByFromType(Collection<String> values)
      Find records that have FROM_TYPE IN (values) asynchronously
    • findManyByFromType

      public io.vertx.core.Future<List<TVendorHour>> findManyByFromType(Collection<String> values, int limit)
      Find records that have FROM_TYPE IN (values) asynchronously limited by the given limit
    • findManyByFromAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByFromAt(Collection<LocalDateTime> values)
      Find records that have FROM_AT IN (values) asynchronously
    • findManyByFromAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByFromAt(Collection<LocalDateTime> values, int limit)
      Find records that have FROM_AT IN (values) asynchronously limited by the given limit
    • findManyByToType

      public io.vertx.core.Future<List<TVendorHour>> findManyByToType(Collection<String> values)
      Find records that have TO_TYPE IN (values) asynchronously
    • findManyByToType

      public io.vertx.core.Future<List<TVendorHour>> findManyByToType(Collection<String> values, int limit)
      Find records that have TO_TYPE IN (values) asynchronously limited by the given limit
    • findManyByToAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByToAt(Collection<LocalDateTime> values)
      Find records that have TO_AT IN (values) asynchronously
    • findManyByToAt

      public io.vertx.core.Future<List<TVendorHour>> findManyByToAt(Collection<LocalDateTime> values, int limit)
      Find records that have TO_AT IN (values) asynchronously limited by the given limit
    • queryExecutor

      public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorHourRecord,TVendorHour,String> queryExecutor()
      Specified by:
      queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<TVendorHourRecord,TVendorHour,String,io.vertx.core.Future<List<TVendorHour>>,io.vertx.core.Future<TVendorHour>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
      Overrides:
      queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TVendorHourRecord,TVendorHour,String,io.vertx.core.Future<List<TVendorHour>>,io.vertx.core.Future<TVendorHour>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>