@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EIdentityDao extends org.jooq.impl.DAOImpl<EIdentityRecord,EIdentity,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<EIdentityRecord,EIdentity,String>
| Constructor and Description |
|---|
EIdentityDao()
Create a new EIdentityDao without any configuration
|
EIdentityDao(org.jooq.Configuration configuration)
Create a new EIdentityDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<EIdentity> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EIdentity> |
fetchByAddress(String... values)
Fetch records that have
ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByAddressAsync(List<String> values)
Fetch records that have
ADDRESS IN (values) asynchronously |
List<EIdentity> |
fetchByBirthday(LocalDateTime... values)
Fetch records that have
BIRTHDAY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByBirthdayAsync(List<LocalDateTime> values)
Fetch records that have
BIRTHDAY IN (values) asynchronously |
List<EIdentity> |
fetchByCarPlate(String... values)
Fetch records that have
CAR_PLATE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByCarPlateAsync(List<String> values)
Fetch records that have
CAR_PLATE IN (values) asynchronously |
List<EIdentity> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EIdentity> |
fetchByContactAddress(String... values)
Fetch records that have
CONTACT_ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByContactAddressAsync(List<String> values)
Fetch records that have
CONTACT_ADDRESS IN (values) asynchronously |
List<EIdentity> |
fetchByContactEmail(String... values)
Fetch records that have
CONTACT_EMAIL IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByContactEmailAsync(List<String> values)
Fetch records that have
CONTACT_EMAIL IN (values) asynchronously |
List<EIdentity> |
fetchByContactMobile(String... values)
Fetch records that have
CONTACT_MOBILE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByContactMobileAsync(List<String> values)
Fetch records that have
CONTACT_MOBILE IN (values) asynchronously |
List<EIdentity> |
fetchByContactPhone(String... values)
Fetch records that have
CONTACT_PHONE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByContactPhoneAsync(List<String> values)
Fetch records that have
CONTACT_PHONE IN (values) asynchronously |
List<EIdentity> |
fetchByCountry(String... values)
Fetch records that have
COUNTRY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByCountryAsync(List<String> values)
Fetch records that have
COUNTRY IN (values) asynchronously |
List<EIdentity> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EIdentity> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EIdentity> |
fetchByDriverLicense(String... values)
Fetch records that have
DRIVER_LICENSE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByDriverLicenseAsync(List<String> values)
Fetch records that have
DRIVER_LICENSE IN (values) asynchronously |
List<EIdentity> |
fetchByEcAlipay(String... values)
Fetch records that have
EC_ALIPAY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByEcAlipayAsync(List<String> values)
Fetch records that have
EC_ALIPAY IN (values) asynchronously |
List<EIdentity> |
fetchByEcQq(String... values)
Fetch records that have
EC_QQ IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByEcQqAsync(List<String> values)
Fetch records that have
EC_QQ IN (values) asynchronously |
List<EIdentity> |
fetchByEcWechat(String... values)
Fetch records that have
EC_WECHAT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByEcWechatAsync(List<String> values)
Fetch records that have
EC_WECHAT IN (values) asynchronously |
List<EIdentity> |
fetchByGender(Boolean... values)
Fetch records that have
GENDER IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByGenderAsync(List<Boolean> values)
Fetch records that have
GENDER IN (values) asynchronously |
List<EIdentity> |
fetchByIdcAddress(String... values)
Fetch records that have
IDC_ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcAddressAsync(List<String> values)
Fetch records that have
IDC_ADDRESS IN (values) asynchronously |
List<EIdentity> |
fetchByIdcBack(String... values)
Fetch records that have
IDC_BACK IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcBackAsync(List<String> values)
Fetch records that have
IDC_BACK IN (values) asynchronously |
List<EIdentity> |
fetchByIdcExpiredAt(LocalDateTime... values)
Fetch records that have
IDC_EXPIRED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have
IDC_EXPIRED_AT IN (values) asynchronously |
List<EIdentity> |
fetchByIdcFront(String... values)
Fetch records that have
IDC_FRONT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcFrontAsync(List<String> values)
Fetch records that have
IDC_FRONT IN (values) asynchronously |
List<EIdentity> |
fetchByIdcIssueAt(LocalDateTime... values)
Fetch records that have
IDC_ISSUE_AT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcIssueAtAsync(List<LocalDateTime> values)
Fetch records that have
IDC_ISSUE_AT IN (values) asynchronously |
List<EIdentity> |
fetchByIdcIssuer(String... values)
Fetch records that have
IDC_ISSUER IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcIssuerAsync(List<String> values)
Fetch records that have
IDC_ISSUER IN (values) asynchronously |
List<EIdentity> |
fetchByIdcNumber(String... values)
Fetch records that have
IDC_NUMBER IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcNumberAsync(List<String> values)
Fetch records that have
IDC_NUMBER IN (values) asynchronously |
List<EIdentity> |
fetchByIdcType(String... values)
Fetch records that have
IDC_TYPE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByIdcTypeAsync(List<String> values)
Fetch records that have
IDC_TYPE IN (values) asynchronously |
List<EIdentity> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EIdentity> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EIdentity> |
fetchByMarital(String... values)
Fetch records that have
MARITAL IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByMaritalAsync(List<String> values)
Fetch records that have
MARITAL IN (values) asynchronously |
List<EIdentity> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EIdentity> |
fetchByNation(String... values)
Fetch records that have
NATION IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByNationAsync(List<String> values)
Fetch records that have
NATION IN (values) asynchronously |
List<EIdentity> |
fetchByNativePlace(String... values)
Fetch records that have
NATIVE_PLACE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByNativePlaceAsync(List<String> values)
Fetch records that have
NATIVE_PLACE IN (values) asynchronously |
List<EIdentity> |
fetchByPassport(String... values)
Fetch records that have
PASSPORT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByPassportAsync(List<String> values)
Fetch records that have
PASSPORT IN (values) asynchronously |
List<EIdentity> |
fetchByRealname(String... values)
Fetch records that have
REALNAME IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByRealnameAsync(List<String> values)
Fetch records that have
REALNAME IN (values) asynchronously |
List<EIdentity> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EIdentity>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EIdentity> |
fetchByStatus(String... values)
Fetch records that have
STATUS IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByStatusAsync(List<String> values)
Fetch records that have
STATUS IN (values) asynchronously |
List<EIdentity> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EIdentity> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EIdentity> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<EIdentity> |
fetchByUrgentName(String... values)
Fetch records that have
URGENT_NAME IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByUrgentNameAsync(List<String> values)
Fetch records that have
URGENT_NAME IN (values) asynchronously |
List<EIdentity> |
fetchByUrgentPhone(String... values)
Fetch records that have
URGENT_PHONE IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByUrgentPhoneAsync(List<String> values)
Fetch records that have
URGENT_PHONE IN (values) asynchronously |
List<EIdentity> |
fetchByVerified(Boolean... values)
Fetch records that have
VERIFIED IN (values) |
CompletableFuture<List<EIdentity>> |
fetchByVerifiedAsync(List<Boolean> values)
Fetch records that have
VERIFIED IN (values) asynchronously |
EIdentity |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<EIdentity> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(EIdentity object) |
void |
setVertx(io.vertx.core.Vertx vertx) |
io.vertx.core.Vertx |
vertx() |
compositeKeyRecord, configuration, count, delete, delete, delete, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetchOne, fetchOptional, findAll, findById, getTable, getType, insert, insert, insert, mapper, setConfiguration, settings, update, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAsync, deleteAsync, deleteByIdAsync, deleteByIdAsync, deleteExecAsync, deleteExecAsync, deleteExecAsync, executeAsync, existsAsync, existsByIdAsync, fetchAsync, fetchAsync, fetchOneAsync, fetchOneAsync, fetchOptionalAsync, findAllAsync, findByIdAsync, insertAsync, insertAsync, insertExecAsync, insertReturningPrimaryAsync, updateAsync, updateAsync, updateExecAsyncpublic EIdentityDao()
public EIdentityDao(org.jooq.Configuration configuration)
protected String getId(EIdentity object)
getId in class org.jooq.impl.DAOImpl<EIdentityRecord,EIdentity,String>public List<EIdentity> fetchByKey(String... values)
KEY IN (values)public EIdentity fetchOneByKey(String value)
KEY = valuepublic List<EIdentity> fetchByCode(String... values)
CODE IN (values)public List<EIdentity> fetchByType(String... values)
TYPE IN (values)public List<EIdentity> fetchByStatus(String... values)
STATUS IN (values)public List<EIdentity> fetchByCountry(String... values)
COUNTRY IN (values)public List<EIdentity> fetchByNativePlace(String... values)
NATIVE_PLACE IN (values)public List<EIdentity> fetchByNation(String... values)
NATION IN (values)public List<EIdentity> fetchByAddress(String... values)
ADDRESS IN (values)public List<EIdentity> fetchByRealname(String... values)
REALNAME IN (values)public List<EIdentity> fetchByBirthday(LocalDateTime... values)
BIRTHDAY IN (values)public List<EIdentity> fetchByDriverLicense(String... values)
DRIVER_LICENSE IN (values)public List<EIdentity> fetchByCarPlate(String... values)
CAR_PLATE IN (values)public List<EIdentity> fetchByPassport(String... values)
PASSPORT IN (values)public List<EIdentity> fetchByGender(Boolean... values)
GENDER IN (values)public List<EIdentity> fetchByMarital(String... values)
MARITAL IN (values)public List<EIdentity> fetchByContactMobile(String... values)
CONTACT_MOBILE IN (values)public List<EIdentity> fetchByContactPhone(String... values)
CONTACT_PHONE IN (values)public List<EIdentity> fetchByContactAddress(String... values)
CONTACT_ADDRESS IN (values)public List<EIdentity> fetchByContactEmail(String... values)
CONTACT_EMAIL IN (values)public List<EIdentity> fetchByUrgentName(String... values)
URGENT_NAME IN (values)public List<EIdentity> fetchByUrgentPhone(String... values)
URGENT_PHONE IN (values)public List<EIdentity> fetchByEcQq(String... values)
EC_QQ IN (values)public List<EIdentity> fetchByEcAlipay(String... values)
EC_ALIPAY IN (values)public List<EIdentity> fetchByEcWechat(String... values)
EC_WECHAT IN (values)public List<EIdentity> fetchByIdcType(String... values)
IDC_TYPE IN (values)public List<EIdentity> fetchByIdcNumber(String... values)
IDC_NUMBER IN (values)public List<EIdentity> fetchByIdcAddress(String... values)
IDC_ADDRESS IN (values)public List<EIdentity> fetchByIdcExpiredAt(LocalDateTime... values)
IDC_EXPIRED_AT IN (values)public List<EIdentity> fetchByIdcFront(String... values)
IDC_FRONT IN (values)public List<EIdentity> fetchByIdcBack(String... values)
IDC_BACK IN (values)public List<EIdentity> fetchByIdcIssuer(String... values)
IDC_ISSUER IN (values)public List<EIdentity> fetchByIdcIssueAt(LocalDateTime... values)
IDC_ISSUE_AT IN (values)public List<EIdentity> fetchByVerified(Boolean... values)
VERIFIED IN (values)public List<EIdentity> fetchByMetadata(String... values)
METADATA IN (values)public List<EIdentity> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<EIdentity> fetchBySigma(String... values)
SIGMA IN (values)public List<EIdentity> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<EIdentity> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<EIdentity> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<EIdentity> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<EIdentity> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<EIdentity>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<EIdentity> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByCodeAsync(List<String> values)
CODE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByTypeAsync(List<String> values)
TYPE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByStatusAsync(List<String> values)
STATUS IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByCountryAsync(List<String> values)
COUNTRY IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByNativePlaceAsync(List<String> values)
NATIVE_PLACE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByNationAsync(List<String> values)
NATION IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByAddressAsync(List<String> values)
ADDRESS IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByRealnameAsync(List<String> values)
REALNAME IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByBirthdayAsync(List<LocalDateTime> values)
BIRTHDAY IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByDriverLicenseAsync(List<String> values)
DRIVER_LICENSE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByCarPlateAsync(List<String> values)
CAR_PLATE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByPassportAsync(List<String> values)
PASSPORT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByGenderAsync(List<Boolean> values)
GENDER IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByMaritalAsync(List<String> values)
MARITAL IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByContactMobileAsync(List<String> values)
CONTACT_MOBILE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByContactPhoneAsync(List<String> values)
CONTACT_PHONE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByContactAddressAsync(List<String> values)
CONTACT_ADDRESS IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByContactEmailAsync(List<String> values)
CONTACT_EMAIL IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByUrgentNameAsync(List<String> values)
URGENT_NAME IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByUrgentPhoneAsync(List<String> values)
URGENT_PHONE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByEcQqAsync(List<String> values)
EC_QQ IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByEcAlipayAsync(List<String> values)
EC_ALIPAY IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByEcWechatAsync(List<String> values)
EC_WECHAT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcTypeAsync(List<String> values)
IDC_TYPE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcNumberAsync(List<String> values)
IDC_NUMBER IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcAddressAsync(List<String> values)
IDC_ADDRESS IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcExpiredAtAsync(List<LocalDateTime> values)
IDC_EXPIRED_AT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcFrontAsync(List<String> values)
IDC_FRONT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcBackAsync(List<String> values)
IDC_BACK IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcIssuerAsync(List<String> values)
IDC_ISSUER IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByIdcIssueAtAsync(List<LocalDateTime> values)
IDC_ISSUE_AT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByVerifiedAsync(List<Boolean> values)
VERIFIED IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<EIdentity>> fetchByUpdatedByAsync(List<String> values)
UPDATED_BY IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EIdentityRecord,EIdentity,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EIdentityRecord,EIdentity,String>Copyright © 2020. All rights reserved.