Class 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyfindManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitfindManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyfindManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitfindManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyfindManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitfindManyByReason(Collection<String> values) Find records that haveREASON IN (values)asynchronouslyfindManyByReason(Collection<String> values, int limit) Find records that haveREASON IN (values)asynchronously limited by the given limitfindManyByRequestBy(Collection<String> values) Find records that haveREQUEST_BY IN (values)asynchronouslyfindManyByRequestBy(Collection<String> values, int limit) Find records that haveREQUEST_BY IN (values)asynchronously limited by the given limitfindManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyfindManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitfindManyByTripAddress(Collection<String> values) Find records that haveTRIP_ADDRESS IN (values)asynchronouslyfindManyByTripAddress(Collection<String> values, int limit) Find records that haveTRIP_ADDRESS IN (values)asynchronously limited by the given limitfindManyByTripCity(Collection<String> values) Find records that haveTRIP_CITY IN (values)asynchronouslyfindManyByTripCity(Collection<String> values, int limit) Find records that haveTRIP_CITY IN (values)asynchronously limited by the given limitfindManyByTripProvince(Collection<String> values) Find records that haveTRIP_PROVINCE IN (values)asynchronouslyfindManyByTripProvince(Collection<String> values, int limit) Find records that haveTRIP_PROVINCE IN (values)asynchronously limited by the given limitfindManyByWorkContent(Collection<String> values) Find records that haveWORK_CONTENT IN (values)asynchronouslyfindManyByWorkContent(Collection<String> values, int limit) Find records that haveWORK_CONTENT IN (values)asynchronously limited by the given limitprotected Stringio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTripRecord,TOaTrip, String> Methods inherited from class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO
compositeKeyRecord, deleteByCondition, deleteById, deleteByIds, equalKey, equalKeys, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, getTable, getType, insert, insert, insert, insert, insertReturningPrimary, keyConverter, newRecord, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO
deleteByCondition, deleteById, deleteByIds, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, insert, insert, insert, insert, insertReturningPrimary, update
-
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
-
findManyByCommentExtension
Find records that haveCOMMENT_EXTENSION IN (values)asynchronously -
findManyByCommentExtension
public io.vertx.core.Future<List<TOaTrip>> findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limit -
findManyByRequestBy
Find records that haveREQUEST_BY IN (values)asynchronously -
findManyByRequestBy
public io.vertx.core.Future<List<TOaTrip>> findManyByRequestBy(Collection<String> values, int limit) Find records that haveREQUEST_BY IN (values)asynchronously limited by the given limit -
findManyByStartAt
Find records that haveSTART_AT IN (values)asynchronously -
findManyByStartAt
public io.vertx.core.Future<List<TOaTrip>> findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limit -
findManyByEndAt
Find records that haveEND_AT IN (values)asynchronously -
findManyByEndAt
public io.vertx.core.Future<List<TOaTrip>> findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limit -
findManyByDays
Find records that haveDAYS IN (values)asynchronously -
findManyByDays
Find records that haveDAYS IN (values)asynchronously limited by the given limit -
findManyByTripProvince
Find records that haveTRIP_PROVINCE IN (values)asynchronously -
findManyByTripProvince
public io.vertx.core.Future<List<TOaTrip>> findManyByTripProvince(Collection<String> values, int limit) Find records that haveTRIP_PROVINCE IN (values)asynchronously limited by the given limit -
findManyByTripCity
Find records that haveTRIP_CITY IN (values)asynchronously -
findManyByTripCity
Find records that haveTRIP_CITY IN (values)asynchronously limited by the given limit -
findManyByTripAddress
Find records that haveTRIP_ADDRESS IN (values)asynchronously -
findManyByTripAddress
public io.vertx.core.Future<List<TOaTrip>> findManyByTripAddress(Collection<String> values, int limit) Find records that haveTRIP_ADDRESS IN (values)asynchronously limited by the given limit -
findManyByReason
Find records that haveREASON IN (values)asynchronously -
findManyByReason
Find records that haveREASON IN (values)asynchronously limited by the given limit -
findManyByWorkContent
Find records that haveWORK_CONTENT IN (values)asynchronously -
findManyByWorkContent
public io.vertx.core.Future<List<TOaTrip>> findManyByWorkContent(Collection<String> values, int limit) Find records that haveWORK_CONTENT IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTripRecord,TOaTrip, queryExecutor()String> - Specified by:
queryExecutorin interfaceio.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:
queryExecutorin classio.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>>
-