Class TVendorAssessmentDao
java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TVendorAssessmentRecord,TVendorAssessment,String,io.vertx.core.Future<List<TVendorAssessment>>,io.vertx.core.Future<TVendorAssessment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
cn.vertxup.erp.domain.tables.daos.TVendorAssessmentDao
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<TVendorAssessmentRecord,,TVendorAssessment, String> io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<TVendorAssessmentRecord,TVendorAssessment, String, io.vertx.core.Future<List<TVendorAssessment>>, io.vertx.core.Future<TVendorAssessment>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
public class TVendorAssessmentDao
extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TVendorAssessmentRecord,TVendorAssessment,String,io.vertx.core.Future<List<TVendorAssessment>>,io.vertx.core.Future<TVendorAssessment>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<TVendorAssessmentRecord,TVendorAssessment,String>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionTVendorAssessmentDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorAssessment>>findManyByAssessOn(Collection<String> values) Find records that haveASSESS_ON IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByAssessOn(Collection<String> values, int limit) Find records that haveASSESS_ON IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByAssessScore(Collection<Integer> values) Find records that haveASSESS_SCORE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByAssessScore(Collection<Integer> values, int limit) Find records that haveASSESS_SCORE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentAssess(Collection<String> values) Find records that haveCOMMENT_ASSESS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentAssess(Collection<String> values, int limit) Find records that haveCOMMENT_ASSESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentDept(Collection<String> values) Find records that haveCOMMENT_DEPT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentDept(Collection<String> values, int limit) Find records that haveCOMMENT_DEPT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentLeader(Collection<String> values) Find records that haveCOMMENT_LEADER IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByCommentLeader(Collection<String> values, int limit) Find records that haveCOMMENT_LEADER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitprotected StringgetId(TVendorAssessment object) io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorAssessmentRecord,TVendorAssessment, 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
-
TVendorAssessmentDao
public TVendorAssessmentDao(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<TVendorAssessmentRecord,TVendorAssessment, String, io.vertx.core.Future<List<TVendorAssessment>>, io.vertx.core.Future<TVendorAssessment>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
-
findManyByCommentExtension
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously -
findManyByCommentExtension
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limit -
findManyByClassification
public io.vertx.core.Future<List<TVendorAssessment>> findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronously -
findManyByClassification
public io.vertx.core.Future<List<TVendorAssessment>> findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limit -
findManyByStartAt
public io.vertx.core.Future<List<TVendorAssessment>> findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronously -
findManyByStartAt
public io.vertx.core.Future<List<TVendorAssessment>> findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limit -
findManyByEndAt
public io.vertx.core.Future<List<TVendorAssessment>> findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronously -
findManyByEndAt
public io.vertx.core.Future<List<TVendorAssessment>> 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<TVendorAssessment>> findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limit -
findManyByAssessOn
Find records that haveASSESS_ON IN (values)asynchronously -
findManyByAssessOn
public io.vertx.core.Future<List<TVendorAssessment>> findManyByAssessOn(Collection<String> values, int limit) Find records that haveASSESS_ON IN (values)asynchronously limited by the given limit -
findManyByAssessScore
public io.vertx.core.Future<List<TVendorAssessment>> findManyByAssessScore(Collection<Integer> values) Find records that haveASSESS_SCORE IN (values)asynchronously -
findManyByAssessScore
public io.vertx.core.Future<List<TVendorAssessment>> findManyByAssessScore(Collection<Integer> values, int limit) Find records that haveASSESS_SCORE IN (values)asynchronously limited by the given limit -
findManyByCommentDept
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentDept(Collection<String> values) Find records that haveCOMMENT_DEPT IN (values)asynchronously -
findManyByCommentDept
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentDept(Collection<String> values, int limit) Find records that haveCOMMENT_DEPT IN (values)asynchronously limited by the given limit -
findManyByCommentAssess
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentAssess(Collection<String> values) Find records that haveCOMMENT_ASSESS IN (values)asynchronously -
findManyByCommentAssess
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentAssess(Collection<String> values, int limit) Find records that haveCOMMENT_ASSESS IN (values)asynchronously limited by the given limit -
findManyByCommentLeader
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentLeader(Collection<String> values) Find records that haveCOMMENT_LEADER IN (values)asynchronously -
findManyByCommentLeader
public io.vertx.core.Future<List<TVendorAssessment>> findManyByCommentLeader(Collection<String> values, int limit) Find records that haveCOMMENT_LEADER IN (values)asynchronously limited by the given limit -
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorAssessmentRecord,TVendorAssessment, queryExecutor()String> - Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<TVendorAssessmentRecord,TVendorAssessment, String, io.vertx.core.Future<List<TVendorAssessment>>, io.vertx.core.Future<TVendorAssessment>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>> - Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<TVendorAssessmentRecord,TVendorAssessment, String, io.vertx.core.Future<List<TVendorAssessment>>, io.vertx.core.Future<TVendorAssessment>, io.vertx.core.Future<Integer>, io.vertx.core.Future<String>>
-