@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>
This class is generated by jOOQ.
| 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()
Create a new EIdentityDao without any configuration
public EIdentityDao(org.jooq.Configuration configuration)
Create a new EIdentityDao with an attached configuration
protected String getId(EIdentity object)
getId in class org.jooq.impl.DAOImpl<EIdentityRecord,EIdentity,String>public List<EIdentity> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public EIdentity fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<EIdentity> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<EIdentity> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<EIdentity> fetchByStatus(String... values)
Fetch records that have STATUS IN (values)
public List<EIdentity> fetchByCountry(String... values)
Fetch records that have COUNTRY IN (values)
public List<EIdentity> fetchByNativePlace(String... values)
Fetch records that have NATIVE_PLACE IN (values)
public List<EIdentity> fetchByNation(String... values)
Fetch records that have NATION IN (values)
public List<EIdentity> fetchByAddress(String... values)
Fetch records that have ADDRESS IN (values)
public List<EIdentity> fetchByRealname(String... values)
Fetch records that have REALNAME IN (values)
public List<EIdentity> fetchByBirthday(LocalDateTime... values)
Fetch records that have BIRTHDAY IN (values)
public List<EIdentity> fetchByDriverLicense(String... values)
Fetch records that have DRIVER_LICENSE IN (values)
public List<EIdentity> fetchByCarPlate(String... values)
Fetch records that have CAR_PLATE IN (values)
public List<EIdentity> fetchByPassport(String... values)
Fetch records that have PASSPORT IN (values)
public List<EIdentity> fetchByGender(Boolean... values)
Fetch records that have GENDER IN (values)
public List<EIdentity> fetchByMarital(String... values)
Fetch records that have MARITAL IN (values)
public List<EIdentity> fetchByContactMobile(String... values)
Fetch records that have CONTACT_MOBILE IN (values)
public List<EIdentity> fetchByContactPhone(String... values)
Fetch records that have CONTACT_PHONE IN (values)
public List<EIdentity> fetchByContactAddress(String... values)
Fetch records that have CONTACT_ADDRESS IN (values)
public List<EIdentity> fetchByContactEmail(String... values)
Fetch records that have CONTACT_EMAIL IN (values)
public List<EIdentity> fetchByUrgentName(String... values)
Fetch records that have URGENT_NAME IN (values)
public List<EIdentity> fetchByUrgentPhone(String... values)
Fetch records that have URGENT_PHONE IN (values)
public List<EIdentity> fetchByEcQq(String... values)
Fetch records that have EC_QQ IN (values)
public List<EIdentity> fetchByEcAlipay(String... values)
Fetch records that have EC_ALIPAY IN (values)
public List<EIdentity> fetchByEcWechat(String... values)
Fetch records that have EC_WECHAT IN (values)
public List<EIdentity> fetchByIdcType(String... values)
Fetch records that have IDC_TYPE IN (values)
public List<EIdentity> fetchByIdcNumber(String... values)
Fetch records that have IDC_NUMBER IN (values)
public List<EIdentity> fetchByIdcAddress(String... values)
Fetch records that have IDC_ADDRESS IN (values)
public List<EIdentity> fetchByIdcExpiredAt(LocalDateTime... values)
Fetch records that have IDC_EXPIRED_AT IN (values)
public List<EIdentity> fetchByIdcFront(String... values)
Fetch records that have IDC_FRONT IN (values)
public List<EIdentity> fetchByIdcBack(String... values)
Fetch records that have IDC_BACK IN (values)
public List<EIdentity> fetchByIdcIssuer(String... values)
Fetch records that have IDC_ISSUER IN (values)
public List<EIdentity> fetchByIdcIssueAt(LocalDateTime... values)
Fetch records that have IDC_ISSUE_AT IN (values)
public List<EIdentity> fetchByVerified(Boolean... values)
Fetch records that have VERIFIED IN (values)
public List<EIdentity> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<EIdentity> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<EIdentity> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<EIdentity> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<EIdentity> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<EIdentity> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<EIdentity> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<EIdentity> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<EIdentity>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<EIdentity> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<EIdentity>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByStatusAsync(List<String> values)
Fetch records that have STATUS IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByCountryAsync(List<String> values)
Fetch records that have COUNTRY IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByNativePlaceAsync(List<String> values)
Fetch records that have NATIVE_PLACE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByNationAsync(List<String> values)
Fetch records that have NATION IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByAddressAsync(List<String> values)
Fetch records that have ADDRESS IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByRealnameAsync(List<String> values)
Fetch records that have REALNAME IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByBirthdayAsync(List<LocalDateTime> values)
Fetch records that have BIRTHDAY IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByDriverLicenseAsync(List<String> values)
Fetch records that have DRIVER_LICENSE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByCarPlateAsync(List<String> values)
Fetch records that have CAR_PLATE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByPassportAsync(List<String> values)
Fetch records that have PASSPORT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByGenderAsync(List<Boolean> values)
Fetch records that have GENDER IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByMaritalAsync(List<String> values)
Fetch records that have MARITAL IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByContactMobileAsync(List<String> values)
Fetch records that have CONTACT_MOBILE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByContactPhoneAsync(List<String> values)
Fetch records that have CONTACT_PHONE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByContactAddressAsync(List<String> values)
Fetch records that have CONTACT_ADDRESS IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByContactEmailAsync(List<String> values)
Fetch records that have CONTACT_EMAIL IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByUrgentNameAsync(List<String> values)
Fetch records that have URGENT_NAME IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByUrgentPhoneAsync(List<String> values)
Fetch records that have URGENT_PHONE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByEcQqAsync(List<String> values)
Fetch records that have EC_QQ IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByEcAlipayAsync(List<String> values)
Fetch records that have EC_ALIPAY IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByEcWechatAsync(List<String> values)
Fetch records that have EC_WECHAT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcTypeAsync(List<String> values)
Fetch records that have IDC_TYPE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcNumberAsync(List<String> values)
Fetch records that have IDC_NUMBER IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcAddressAsync(List<String> values)
Fetch records that have IDC_ADDRESS IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have IDC_EXPIRED_AT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcFrontAsync(List<String> values)
Fetch records that have IDC_FRONT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcBackAsync(List<String> values)
Fetch records that have IDC_BACK IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcIssuerAsync(List<String> values)
Fetch records that have IDC_ISSUER IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByIdcIssueAtAsync(List<LocalDateTime> values)
Fetch records that have IDC_ISSUE_AT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByVerifiedAsync(List<Boolean> values)
Fetch records that have VERIFIED IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<EIdentity>> fetchByUpdatedByAsync(List<String> values)
Fetch records that have UPDATED_BY IN (values) asynchronously
public 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 © 2021. All rights reserved.