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 Summary
ConstructorsConstructorDescriptionTVendorHourDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorHour>>findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByFromAt(Collection<LocalDateTime> values) Find records that haveFROM_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByFromAt(Collection<LocalDateTime> values, int limit) Find records that haveFROM_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByFromType(Collection<String> values) Find records that haveFROM_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByFromType(Collection<String> values, int limit) Find records that haveFROM_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByRequestType(Collection<String> values) Find records that haveREQUEST_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByRequestType(Collection<String> values, int limit) Find records that haveREQUEST_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByToAt(Collection<LocalDateTime> values) Find records that haveTO_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByToAt(Collection<LocalDateTime> values, int limit) Find records that haveTO_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorHour>>findManyByToType(Collection<String> values) Find records that haveTO_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorHour>>findManyByToType(Collection<String> values, int limit) Find records that haveTO_TYPE IN (values)asynchronously limited by the given limitprotected StringgetId(TVendorHour object) io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorHourRecord,TVendorHour, 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
-
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
- Specified by:
getIdin classio.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 haveCOMMENT_EXTENSION IN (values)asynchronously -
findManyByCommentExtension
public io.vertx.core.Future<List<TVendorHour>> findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limit -
findManyByClassification
Find records that haveCLASSIFICATION IN (values)asynchronously -
findManyByClassification
public io.vertx.core.Future<List<TVendorHour>> findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limit -
findManyByStartAt
Find records that haveSTART_AT IN (values)asynchronously -
findManyByStartAt
public io.vertx.core.Future<List<TVendorHour>> 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<TVendorHour>> 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
public io.vertx.core.Future<List<TVendorHour>> findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limit -
findManyByRequestType
Find records that haveREQUEST_TYPE IN (values)asynchronously -
findManyByRequestType
public io.vertx.core.Future<List<TVendorHour>> findManyByRequestType(Collection<String> values, int limit) Find records that haveREQUEST_TYPE IN (values)asynchronously limited by the given limit -
findManyByFromType
Find records that haveFROM_TYPE IN (values)asynchronously -
findManyByFromType
public io.vertx.core.Future<List<TVendorHour>> findManyByFromType(Collection<String> values, int limit) Find records that haveFROM_TYPE IN (values)asynchronously limited by the given limit -
findManyByFromAt
Find records that haveFROM_AT IN (values)asynchronously -
findManyByFromAt
public io.vertx.core.Future<List<TVendorHour>> findManyByFromAt(Collection<LocalDateTime> values, int limit) Find records that haveFROM_AT IN (values)asynchronously limited by the given limit -
findManyByToType
Find records that haveTO_TYPE IN (values)asynchronously -
findManyByToType
public io.vertx.core.Future<List<TVendorHour>> findManyByToType(Collection<String> values, int limit) Find records that haveTO_TYPE IN (values)asynchronously limited by the given limit -
findManyByToAt
Find records that haveTO_AT IN (values)asynchronously -
findManyByToAt
public io.vertx.core.Future<List<TVendorHour>> findManyByToAt(Collection<LocalDateTime> values, int limit) Find records that haveTO_AT IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorHourRecord,TVendorHour, queryExecutor()String> - Specified by:
queryExecutorin interfaceio.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:
queryExecutorin classio.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>>
-