Class EIdentityDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<EIdentityRecord,EIdentity,String>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<EIdentityRecord,EIdentity,String,io.vertx.core.Future<List<EIdentity>>,io.vertx.core.Future<EIdentity>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
public class EIdentityDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<EIdentityRecord,EIdentity,String,io.vertx.core.Future<List<EIdentity>>,io.vertx.core.Future<EIdentity>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<EIdentityRecord,EIdentity,String>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description EIdentityDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<List<EIdentity>>findManyByActive(Collection<Boolean> values)Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByActive(Collection<Boolean> values, int limit)Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByAddress(Collection<String> values)Find records that haveADDRESS IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByAddress(Collection<String> values, int limit)Find records that haveADDRESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByBirthday(Collection<LocalDateTime> values)Find records that haveBIRTHDAY IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByBirthday(Collection<LocalDateTime> values, int limit)Find records that haveBIRTHDAY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByCarPlate(Collection<String> values)Find records that haveCAR_PLATE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByCarPlate(Collection<String> values, int limit)Find records that haveCAR_PLATE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByCode(Collection<String> values)Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByCode(Collection<String> values, int limit)Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByContactAddress(Collection<String> values)Find records that haveCONTACT_ADDRESS IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByContactAddress(Collection<String> values, int limit)Find records that haveCONTACT_ADDRESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByContactEmail(Collection<String> values)Find records that haveCONTACT_EMAIL IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByContactEmail(Collection<String> values, int limit)Find records that haveCONTACT_EMAIL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByContactMobile(Collection<String> values)Find records that haveCONTACT_MOBILE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByContactMobile(Collection<String> values, int limit)Find records that haveCONTACT_MOBILE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByContactPhone(Collection<String> values)Find records that haveCONTACT_PHONE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByContactPhone(Collection<String> values, int limit)Find records that haveCONTACT_PHONE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByCountry(Collection<String> values)Find records that haveCOUNTRY IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByCountry(Collection<String> values, int limit)Find records that haveCOUNTRY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByCreatedAt(Collection<LocalDateTime> values)Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByCreatedAt(Collection<LocalDateTime> values, int limit)Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByCreatedBy(Collection<String> values)Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByCreatedBy(Collection<String> values, int limit)Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByDriverLicense(Collection<String> values)Find records that haveDRIVER_LICENSE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByDriverLicense(Collection<String> values, int limit)Find records that haveDRIVER_LICENSE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByEcAlipay(Collection<String> values)Find records that haveEC_ALIPAY IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByEcAlipay(Collection<String> values, int limit)Find records that haveEC_ALIPAY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByEcQq(Collection<String> values)Find records that haveEC_QQ IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByEcQq(Collection<String> values, int limit)Find records that haveEC_QQ IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByEcWechat(Collection<String> values)Find records that haveEC_WECHAT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByEcWechat(Collection<String> values, int limit)Find records that haveEC_WECHAT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByGender(Collection<Boolean> values)Find records that haveGENDER IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByGender(Collection<Boolean> values, int limit)Find records that haveGENDER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcAddress(Collection<String> values)Find records that haveIDC_ADDRESS IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcAddress(Collection<String> values, int limit)Find records that haveIDC_ADDRESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcBack(Collection<String> values)Find records that haveIDC_BACK IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcBack(Collection<String> values, int limit)Find records that haveIDC_BACK IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcExpiredAt(Collection<LocalDateTime> values)Find records that haveIDC_EXPIRED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcExpiredAt(Collection<LocalDateTime> values, int limit)Find records that haveIDC_EXPIRED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcFront(Collection<String> values)Find records that haveIDC_FRONT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcFront(Collection<String> values, int limit)Find records that haveIDC_FRONT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcIssueAt(Collection<LocalDateTime> values)Find records that haveIDC_ISSUE_AT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcIssueAt(Collection<LocalDateTime> values, int limit)Find records that haveIDC_ISSUE_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcIssuer(Collection<String> values)Find records that haveIDC_ISSUER IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcIssuer(Collection<String> values, int limit)Find records that haveIDC_ISSUER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcNumber(Collection<String> values)Find records that haveIDC_NUMBER IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcNumber(Collection<String> values, int limit)Find records that haveIDC_NUMBER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByIdcType(Collection<String> values)Find records that haveIDC_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByIdcType(Collection<String> values, int limit)Find records that haveIDC_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByLanguage(Collection<String> values)Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByLanguage(Collection<String> values, int limit)Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByMarital(Collection<String> values)Find records that haveMARITAL IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByMarital(Collection<String> values, int limit)Find records that haveMARITAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByMetadata(Collection<String> values)Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByMetadata(Collection<String> values, int limit)Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByNation(Collection<String> values)Find records that haveNATION IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByNation(Collection<String> values, int limit)Find records that haveNATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByNativePlace(Collection<String> values)Find records that haveNATIVE_PLACE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByNativePlace(Collection<String> values, int limit)Find records that haveNATIVE_PLACE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByPassport(Collection<String> values)Find records that havePASSPORT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByPassport(Collection<String> values, int limit)Find records that havePASSPORT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByRealname(Collection<String> values)Find records that haveREALNAME IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByRealname(Collection<String> values, int limit)Find records that haveREALNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyBySigma(Collection<String> values)Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyBySigma(Collection<String> values, int limit)Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByStatus(Collection<String> values)Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByStatus(Collection<String> values, int limit)Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByType(Collection<String> values)Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByType(Collection<String> values, int limit)Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByUpdatedAt(Collection<LocalDateTime> values)Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByUpdatedBy(Collection<String> values)Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByUpdatedBy(Collection<String> values, int limit)Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByUrgentName(Collection<String> values)Find records that haveURGENT_NAME IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByUrgentName(Collection<String> values, int limit)Find records that haveURGENT_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByUrgentPhone(Collection<String> values)Find records that haveURGENT_PHONE IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByUrgentPhone(Collection<String> values, int limit)Find records that haveURGENT_PHONE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EIdentity>>findManyByVerified(Collection<Boolean> values)Find records that haveVERIFIED IN (values)asynchronouslyio.vertx.core.Future<List<EIdentity>>findManyByVerified(Collection<Boolean> values, int limit)Find records that haveVERIFIED IN (values)asynchronously limited by the given limitprotected StringgetId(EIdentity object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EIdentityRecord,EIdentity,String>queryExecutor()-
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, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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
-
-
-
-
Method Detail
-
findManyByCode
public io.vertx.core.Future<List<EIdentity>> findManyByCode(Collection<String> values)
Find records that haveCODE IN (values)asynchronously
-
findManyByCode
public io.vertx.core.Future<List<EIdentity>> findManyByCode(Collection<String> values, int limit)
Find records that haveCODE IN (values)asynchronously limited by the given limit
-
findManyByType
public io.vertx.core.Future<List<EIdentity>> findManyByType(Collection<String> values)
Find records that haveTYPE IN (values)asynchronously
-
findManyByType
public io.vertx.core.Future<List<EIdentity>> findManyByType(Collection<String> values, int limit)
Find records that haveTYPE IN (values)asynchronously limited by the given limit
-
findManyByStatus
public io.vertx.core.Future<List<EIdentity>> findManyByStatus(Collection<String> values)
Find records that haveSTATUS IN (values)asynchronously
-
findManyByStatus
public io.vertx.core.Future<List<EIdentity>> findManyByStatus(Collection<String> values, int limit)
Find records that haveSTATUS IN (values)asynchronously limited by the given limit
-
findManyByCountry
public io.vertx.core.Future<List<EIdentity>> findManyByCountry(Collection<String> values)
Find records that haveCOUNTRY IN (values)asynchronously
-
findManyByCountry
public io.vertx.core.Future<List<EIdentity>> findManyByCountry(Collection<String> values, int limit)
Find records that haveCOUNTRY IN (values)asynchronously limited by the given limit
-
findManyByNativePlace
public io.vertx.core.Future<List<EIdentity>> findManyByNativePlace(Collection<String> values)
Find records that haveNATIVE_PLACE IN (values)asynchronously
-
findManyByNativePlace
public io.vertx.core.Future<List<EIdentity>> findManyByNativePlace(Collection<String> values, int limit)
Find records that haveNATIVE_PLACE IN (values)asynchronously limited by the given limit
-
findManyByNation
public io.vertx.core.Future<List<EIdentity>> findManyByNation(Collection<String> values)
Find records that haveNATION IN (values)asynchronously
-
findManyByNation
public io.vertx.core.Future<List<EIdentity>> findManyByNation(Collection<String> values, int limit)
Find records that haveNATION IN (values)asynchronously limited by the given limit
-
findManyByAddress
public io.vertx.core.Future<List<EIdentity>> findManyByAddress(Collection<String> values)
Find records that haveADDRESS IN (values)asynchronously
-
findManyByAddress
public io.vertx.core.Future<List<EIdentity>> findManyByAddress(Collection<String> values, int limit)
Find records that haveADDRESS IN (values)asynchronously limited by the given limit
-
findManyByRealname
public io.vertx.core.Future<List<EIdentity>> findManyByRealname(Collection<String> values)
Find records that haveREALNAME IN (values)asynchronously
-
findManyByRealname
public io.vertx.core.Future<List<EIdentity>> findManyByRealname(Collection<String> values, int limit)
Find records that haveREALNAME IN (values)asynchronously limited by the given limit
-
findManyByBirthday
public io.vertx.core.Future<List<EIdentity>> findManyByBirthday(Collection<LocalDateTime> values)
Find records that haveBIRTHDAY IN (values)asynchronously
-
findManyByBirthday
public io.vertx.core.Future<List<EIdentity>> findManyByBirthday(Collection<LocalDateTime> values, int limit)
Find records that haveBIRTHDAY IN (values)asynchronously limited by the given limit
-
findManyByDriverLicense
public io.vertx.core.Future<List<EIdentity>> findManyByDriverLicense(Collection<String> values)
Find records that haveDRIVER_LICENSE IN (values)asynchronously
-
findManyByDriverLicense
public io.vertx.core.Future<List<EIdentity>> findManyByDriverLicense(Collection<String> values, int limit)
Find records that haveDRIVER_LICENSE IN (values)asynchronously limited by the given limit
-
findManyByCarPlate
public io.vertx.core.Future<List<EIdentity>> findManyByCarPlate(Collection<String> values)
Find records that haveCAR_PLATE IN (values)asynchronously
-
findManyByCarPlate
public io.vertx.core.Future<List<EIdentity>> findManyByCarPlate(Collection<String> values, int limit)
Find records that haveCAR_PLATE IN (values)asynchronously limited by the given limit
-
findManyByPassport
public io.vertx.core.Future<List<EIdentity>> findManyByPassport(Collection<String> values)
Find records that havePASSPORT IN (values)asynchronously
-
findManyByPassport
public io.vertx.core.Future<List<EIdentity>> findManyByPassport(Collection<String> values, int limit)
Find records that havePASSPORT IN (values)asynchronously limited by the given limit
-
findManyByGender
public io.vertx.core.Future<List<EIdentity>> findManyByGender(Collection<Boolean> values)
Find records that haveGENDER IN (values)asynchronously
-
findManyByGender
public io.vertx.core.Future<List<EIdentity>> findManyByGender(Collection<Boolean> values, int limit)
Find records that haveGENDER IN (values)asynchronously limited by the given limit
-
findManyByMarital
public io.vertx.core.Future<List<EIdentity>> findManyByMarital(Collection<String> values)
Find records that haveMARITAL IN (values)asynchronously
-
findManyByMarital
public io.vertx.core.Future<List<EIdentity>> findManyByMarital(Collection<String> values, int limit)
Find records that haveMARITAL IN (values)asynchronously limited by the given limit
-
findManyByContactMobile
public io.vertx.core.Future<List<EIdentity>> findManyByContactMobile(Collection<String> values)
Find records that haveCONTACT_MOBILE IN (values)asynchronously
-
findManyByContactMobile
public io.vertx.core.Future<List<EIdentity>> findManyByContactMobile(Collection<String> values, int limit)
Find records that haveCONTACT_MOBILE IN (values)asynchronously limited by the given limit
-
findManyByContactPhone
public io.vertx.core.Future<List<EIdentity>> findManyByContactPhone(Collection<String> values)
Find records that haveCONTACT_PHONE IN (values)asynchronously
-
findManyByContactPhone
public io.vertx.core.Future<List<EIdentity>> findManyByContactPhone(Collection<String> values, int limit)
Find records that haveCONTACT_PHONE IN (values)asynchronously limited by the given limit
-
findManyByContactAddress
public io.vertx.core.Future<List<EIdentity>> findManyByContactAddress(Collection<String> values)
Find records that haveCONTACT_ADDRESS IN (values)asynchronously
-
findManyByContactAddress
public io.vertx.core.Future<List<EIdentity>> findManyByContactAddress(Collection<String> values, int limit)
Find records that haveCONTACT_ADDRESS IN (values)asynchronously limited by the given limit
-
findManyByContactEmail
public io.vertx.core.Future<List<EIdentity>> findManyByContactEmail(Collection<String> values)
Find records that haveCONTACT_EMAIL IN (values)asynchronously
-
findManyByContactEmail
public io.vertx.core.Future<List<EIdentity>> findManyByContactEmail(Collection<String> values, int limit)
Find records that haveCONTACT_EMAIL IN (values)asynchronously limited by the given limit
-
findManyByUrgentName
public io.vertx.core.Future<List<EIdentity>> findManyByUrgentName(Collection<String> values)
Find records that haveURGENT_NAME IN (values)asynchronously
-
findManyByUrgentName
public io.vertx.core.Future<List<EIdentity>> findManyByUrgentName(Collection<String> values, int limit)
Find records that haveURGENT_NAME IN (values)asynchronously limited by the given limit
-
findManyByUrgentPhone
public io.vertx.core.Future<List<EIdentity>> findManyByUrgentPhone(Collection<String> values)
Find records that haveURGENT_PHONE IN (values)asynchronously
-
findManyByUrgentPhone
public io.vertx.core.Future<List<EIdentity>> findManyByUrgentPhone(Collection<String> values, int limit)
Find records that haveURGENT_PHONE IN (values)asynchronously limited by the given limit
-
findManyByEcQq
public io.vertx.core.Future<List<EIdentity>> findManyByEcQq(Collection<String> values)
Find records that haveEC_QQ IN (values)asynchronously
-
findManyByEcQq
public io.vertx.core.Future<List<EIdentity>> findManyByEcQq(Collection<String> values, int limit)
Find records that haveEC_QQ IN (values)asynchronously limited by the given limit
-
findManyByEcAlipay
public io.vertx.core.Future<List<EIdentity>> findManyByEcAlipay(Collection<String> values)
Find records that haveEC_ALIPAY IN (values)asynchronously
-
findManyByEcAlipay
public io.vertx.core.Future<List<EIdentity>> findManyByEcAlipay(Collection<String> values, int limit)
Find records that haveEC_ALIPAY IN (values)asynchronously limited by the given limit
-
findManyByEcWechat
public io.vertx.core.Future<List<EIdentity>> findManyByEcWechat(Collection<String> values)
Find records that haveEC_WECHAT IN (values)asynchronously
-
findManyByEcWechat
public io.vertx.core.Future<List<EIdentity>> findManyByEcWechat(Collection<String> values, int limit)
Find records that haveEC_WECHAT IN (values)asynchronously limited by the given limit
-
findManyByIdcType
public io.vertx.core.Future<List<EIdentity>> findManyByIdcType(Collection<String> values)
Find records that haveIDC_TYPE IN (values)asynchronously
-
findManyByIdcType
public io.vertx.core.Future<List<EIdentity>> findManyByIdcType(Collection<String> values, int limit)
Find records that haveIDC_TYPE IN (values)asynchronously limited by the given limit
-
findManyByIdcNumber
public io.vertx.core.Future<List<EIdentity>> findManyByIdcNumber(Collection<String> values)
Find records that haveIDC_NUMBER IN (values)asynchronously
-
findManyByIdcNumber
public io.vertx.core.Future<List<EIdentity>> findManyByIdcNumber(Collection<String> values, int limit)
Find records that haveIDC_NUMBER IN (values)asynchronously limited by the given limit
-
findManyByIdcAddress
public io.vertx.core.Future<List<EIdentity>> findManyByIdcAddress(Collection<String> values)
Find records that haveIDC_ADDRESS IN (values)asynchronously
-
findManyByIdcAddress
public io.vertx.core.Future<List<EIdentity>> findManyByIdcAddress(Collection<String> values, int limit)
Find records that haveIDC_ADDRESS IN (values)asynchronously limited by the given limit
-
findManyByIdcExpiredAt
public io.vertx.core.Future<List<EIdentity>> findManyByIdcExpiredAt(Collection<LocalDateTime> values)
Find records that haveIDC_EXPIRED_AT IN (values)asynchronously
-
findManyByIdcExpiredAt
public io.vertx.core.Future<List<EIdentity>> findManyByIdcExpiredAt(Collection<LocalDateTime> values, int limit)
Find records that haveIDC_EXPIRED_AT IN (values)asynchronously limited by the given limit
-
findManyByIdcFront
public io.vertx.core.Future<List<EIdentity>> findManyByIdcFront(Collection<String> values)
Find records that haveIDC_FRONT IN (values)asynchronously
-
findManyByIdcFront
public io.vertx.core.Future<List<EIdentity>> findManyByIdcFront(Collection<String> values, int limit)
Find records that haveIDC_FRONT IN (values)asynchronously limited by the given limit
-
findManyByIdcBack
public io.vertx.core.Future<List<EIdentity>> findManyByIdcBack(Collection<String> values)
Find records that haveIDC_BACK IN (values)asynchronously
-
findManyByIdcBack
public io.vertx.core.Future<List<EIdentity>> findManyByIdcBack(Collection<String> values, int limit)
Find records that haveIDC_BACK IN (values)asynchronously limited by the given limit
-
findManyByIdcIssuer
public io.vertx.core.Future<List<EIdentity>> findManyByIdcIssuer(Collection<String> values)
Find records that haveIDC_ISSUER IN (values)asynchronously
-
findManyByIdcIssuer
public io.vertx.core.Future<List<EIdentity>> findManyByIdcIssuer(Collection<String> values, int limit)
Find records that haveIDC_ISSUER IN (values)asynchronously limited by the given limit
-
findManyByIdcIssueAt
public io.vertx.core.Future<List<EIdentity>> findManyByIdcIssueAt(Collection<LocalDateTime> values)
Find records that haveIDC_ISSUE_AT IN (values)asynchronously
-
findManyByIdcIssueAt
public io.vertx.core.Future<List<EIdentity>> findManyByIdcIssueAt(Collection<LocalDateTime> values, int limit)
Find records that haveIDC_ISSUE_AT IN (values)asynchronously limited by the given limit
-
findManyByVerified
public io.vertx.core.Future<List<EIdentity>> findManyByVerified(Collection<Boolean> values)
Find records that haveVERIFIED IN (values)asynchronously
-
findManyByVerified
public io.vertx.core.Future<List<EIdentity>> findManyByVerified(Collection<Boolean> values, int limit)
Find records that haveVERIFIED IN (values)asynchronously limited by the given limit
-
findManyByMetadata
public io.vertx.core.Future<List<EIdentity>> findManyByMetadata(Collection<String> values)
Find records that haveMETADATA IN (values)asynchronously
-
findManyByMetadata
public io.vertx.core.Future<List<EIdentity>> findManyByMetadata(Collection<String> values, int limit)
Find records that haveMETADATA IN (values)asynchronously limited by the given limit
-
findManyByActive
public io.vertx.core.Future<List<EIdentity>> findManyByActive(Collection<Boolean> values)
Find records that haveACTIVE IN (values)asynchronously
-
findManyByActive
public io.vertx.core.Future<List<EIdentity>> findManyByActive(Collection<Boolean> values, int limit)
Find records that haveACTIVE IN (values)asynchronously limited by the given limit
-
findManyBySigma
public io.vertx.core.Future<List<EIdentity>> findManyBySigma(Collection<String> values)
Find records that haveSIGMA IN (values)asynchronously
-
findManyBySigma
public io.vertx.core.Future<List<EIdentity>> findManyBySigma(Collection<String> values, int limit)
Find records that haveSIGMA IN (values)asynchronously limited by the given limit
-
findManyByLanguage
public io.vertx.core.Future<List<EIdentity>> findManyByLanguage(Collection<String> values)
Find records that haveLANGUAGE IN (values)asynchronously
-
findManyByLanguage
public io.vertx.core.Future<List<EIdentity>> findManyByLanguage(Collection<String> values, int limit)
Find records that haveLANGUAGE IN (values)asynchronously limited by the given limit
-
findManyByCreatedAt
public io.vertx.core.Future<List<EIdentity>> findManyByCreatedAt(Collection<LocalDateTime> values)
Find records that haveCREATED_AT IN (values)asynchronously
-
findManyByCreatedAt
public io.vertx.core.Future<List<EIdentity>> findManyByCreatedAt(Collection<LocalDateTime> values, int limit)
Find records that haveCREATED_AT IN (values)asynchronously limited by the given limit
-
findManyByCreatedBy
public io.vertx.core.Future<List<EIdentity>> findManyByCreatedBy(Collection<String> values)
Find records that haveCREATED_BY IN (values)asynchronously
-
findManyByCreatedBy
public io.vertx.core.Future<List<EIdentity>> findManyByCreatedBy(Collection<String> values, int limit)
Find records that haveCREATED_BY IN (values)asynchronously limited by the given limit
-
findManyByUpdatedAt
public io.vertx.core.Future<List<EIdentity>> findManyByUpdatedAt(Collection<LocalDateTime> values)
Find records that haveUPDATED_AT IN (values)asynchronously
-
findManyByUpdatedAt
public io.vertx.core.Future<List<EIdentity>> findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)
Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limit
-
findManyByUpdatedBy
public io.vertx.core.Future<List<EIdentity>> findManyByUpdatedBy(Collection<String> values)
Find records that haveUPDATED_BY IN (values)asynchronously
-
findManyByUpdatedBy
public io.vertx.core.Future<List<EIdentity>> findManyByUpdatedBy(Collection<String> values, int limit)
Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limit
-
queryExecutor
public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EIdentityRecord,EIdentity,String> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<EIdentityRecord,EIdentity,String,io.vertx.core.Future<List<EIdentity>>,io.vertx.core.Future<EIdentity>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<EIdentityRecord,EIdentity,String,io.vertx.core.Future<List<EIdentity>>,io.vertx.core.Future<EIdentity>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
-
-