Class TOaTripDao

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

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

    • TOaTripDao

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

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

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

      public io.vertx.core.Future<List<TOaTrip>> findManyByRequestBy(Collection<String> values)
      Find records that have REQUEST_BY IN (values) asynchronously
    • findManyByRequestBy

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

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

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

      public io.vertx.core.Future<List<TOaTrip>> 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<TOaTrip>> findManyByDays(Collection<Integer> values)
      Find records that have DAYS IN (values) asynchronously
    • findManyByDays

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

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripProvince(Collection<String> values)
      Find records that have TRIP_PROVINCE IN (values) asynchronously
    • findManyByTripProvince

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripProvince(Collection<String> values, int limit)
      Find records that have TRIP_PROVINCE IN (values) asynchronously limited by the given limit
    • findManyByTripCity

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripCity(Collection<String> values)
      Find records that have TRIP_CITY IN (values) asynchronously
    • findManyByTripCity

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripCity(Collection<String> values, int limit)
      Find records that have TRIP_CITY IN (values) asynchronously limited by the given limit
    • findManyByTripAddress

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripAddress(Collection<String> values)
      Find records that have TRIP_ADDRESS IN (values) asynchronously
    • findManyByTripAddress

      public io.vertx.core.Future<List<TOaTrip>> findManyByTripAddress(Collection<String> values, int limit)
      Find records that have TRIP_ADDRESS IN (values) asynchronously limited by the given limit
    • findManyByReason

      public io.vertx.core.Future<List<TOaTrip>> findManyByReason(Collection<String> values)
      Find records that have REASON IN (values) asynchronously
    • findManyByReason

      public io.vertx.core.Future<List<TOaTrip>> findManyByReason(Collection<String> values, int limit)
      Find records that have REASON IN (values) asynchronously limited by the given limit
    • findManyByWorkContent

      public io.vertx.core.Future<List<TOaTrip>> findManyByWorkContent(Collection<String> values)
      Find records that have WORK_CONTENT IN (values) asynchronously
    • findManyByWorkContent

      public io.vertx.core.Future<List<TOaTrip>> findManyByWorkContent(Collection<String> values, int limit)
      Find records that have WORK_CONTENT IN (values) asynchronously limited by the given limit
    • queryExecutor

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