| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.daos | |
| cn.vertxup.erp.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
EIdentity |
EIdentityDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<EIdentity> |
EIdentityDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByAddress(String... values)
Fetch records that have
ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByAddressAsync(List<String> values)
Fetch records that have
ADDRESS IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByBirthday(LocalDateTime... values)
Fetch records that have
BIRTHDAY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByBirthdayAsync(List<LocalDateTime> values)
Fetch records that have
BIRTHDAY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByCarPlate(String... values)
Fetch records that have
CAR_PLATE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByCarPlateAsync(List<String> values)
Fetch records that have
CAR_PLATE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByContactAddress(String... values)
Fetch records that have
CONTACT_ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByContactAddressAsync(List<String> values)
Fetch records that have
CONTACT_ADDRESS IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByContactEmail(String... values)
Fetch records that have
CONTACT_EMAIL IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByContactEmailAsync(List<String> values)
Fetch records that have
CONTACT_EMAIL IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByContactMobile(String... values)
Fetch records that have
CONTACT_MOBILE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByContactMobileAsync(List<String> values)
Fetch records that have
CONTACT_MOBILE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByContactPhone(String... values)
Fetch records that have
CONTACT_PHONE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByContactPhoneAsync(List<String> values)
Fetch records that have
CONTACT_PHONE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByCountry(String... values)
Fetch records that have
COUNTRY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByCountryAsync(List<String> values)
Fetch records that have
COUNTRY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByDriverLicense(String... values)
Fetch records that have
DRIVER_LICENSE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByDriverLicenseAsync(List<String> values)
Fetch records that have
DRIVER_LICENSE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByEcAlipay(String... values)
Fetch records that have
EC_ALIPAY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByEcAlipayAsync(List<String> values)
Fetch records that have
EC_ALIPAY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByEcQq(String... values)
Fetch records that have
EC_QQ IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByEcQqAsync(List<String> values)
Fetch records that have
EC_QQ IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByEcWechat(String... values)
Fetch records that have
EC_WECHAT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByEcWechatAsync(List<String> values)
Fetch records that have
EC_WECHAT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByGender(Boolean... values)
Fetch records that have
GENDER IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByGenderAsync(List<Boolean> values)
Fetch records that have
GENDER IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcAddress(String... values)
Fetch records that have
IDC_ADDRESS IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcAddressAsync(List<String> values)
Fetch records that have
IDC_ADDRESS IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcBack(String... values)
Fetch records that have
IDC_BACK IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcBackAsync(List<String> values)
Fetch records that have
IDC_BACK IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcExpiredAt(LocalDateTime... values)
Fetch records that have
IDC_EXPIRED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have
IDC_EXPIRED_AT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcFront(String... values)
Fetch records that have
IDC_FRONT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcFrontAsync(List<String> values)
Fetch records that have
IDC_FRONT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcIssueAt(LocalDateTime... values)
Fetch records that have
IDC_ISSUE_AT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcIssueAtAsync(List<LocalDateTime> values)
Fetch records that have
IDC_ISSUE_AT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcIssuer(String... values)
Fetch records that have
IDC_ISSUER IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcIssuerAsync(List<String> values)
Fetch records that have
IDC_ISSUER IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcNumber(String... values)
Fetch records that have
IDC_NUMBER IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcNumberAsync(List<String> values)
Fetch records that have
IDC_NUMBER IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByIdcType(String... values)
Fetch records that have
IDC_TYPE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByIdcTypeAsync(List<String> values)
Fetch records that have
IDC_TYPE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByMarital(String... values)
Fetch records that have
MARITAL IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByMaritalAsync(List<String> values)
Fetch records that have
MARITAL IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByNation(String... values)
Fetch records that have
NATION IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByNationAsync(List<String> values)
Fetch records that have
NATION IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByNativePlace(String... values)
Fetch records that have
NATIVE_PLACE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByNativePlaceAsync(List<String> values)
Fetch records that have
NATIVE_PLACE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByPassport(String... values)
Fetch records that have
PASSPORT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByPassportAsync(List<String> values)
Fetch records that have
PASSPORT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByRealname(String... values)
Fetch records that have
REALNAME IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByRealnameAsync(List<String> values)
Fetch records that have
REALNAME IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByStatus(String... values)
Fetch records that have
STATUS IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByStatusAsync(List<String> values)
Fetch records that have
STATUS IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByUrgentName(String... values)
Fetch records that have
URGENT_NAME IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByUrgentNameAsync(List<String> values)
Fetch records that have
URGENT_NAME IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByUrgentPhone(String... values)
Fetch records that have
URGENT_PHONE IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByUrgentPhoneAsync(List<String> values)
Fetch records that have
URGENT_PHONE IN (values) asynchronously |
List<EIdentity> |
EIdentityDao.fetchByVerified(Boolean... values)
Fetch records that have
VERIFIED IN (values) |
CompletableFuture<List<EIdentity>> |
EIdentityDao.fetchByVerifiedAsync(List<Boolean> values)
Fetch records that have
VERIFIED IN (values) asynchronously |
CompletableFuture<EIdentity> |
EIdentityDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EIdentityDao.getId(EIdentity object) |
| Constructor and Description |
|---|
EIdentity(EIdentity value) |
Copyright © 2021. All rights reserved.