@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class ECompanyDao extends org.jooq.impl.DAOImpl<ECompanyRecord,ECompany,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<ECompanyRecord,ECompany,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
ECompanyDao()
Create a new ECompanyDao without any configuration
|
ECompanyDao(org.jooq.Configuration configuration)
Create a new ECompanyDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<ECompany> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<ECompany> |
fetchByAddress(String... values)
Fetch records that have
ADDRESS IN (values) |
CompletableFuture<List<ECompany>> |
fetchByAddressAsync(List<String> values)
Fetch records that have
ADDRESS IN (values) asynchronously |
List<ECompany> |
fetchByAlias(String... values)
Fetch records that have
ALIAS IN (values) |
CompletableFuture<List<ECompany>> |
fetchByAliasAsync(List<String> values)
Fetch records that have
ALIAS IN (values) asynchronously |
List<ECompany> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<ECompany> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<ECompany> |
fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<ECompany> |
fetchByContactName(String... values)
Fetch records that have
CONTACT_NAME IN (values) |
CompletableFuture<List<ECompany>> |
fetchByContactNameAsync(List<String> values)
Fetch records that have
CONTACT_NAME IN (values) asynchronously |
List<ECompany> |
fetchByContactOnline(String... values)
Fetch records that have
CONTACT_ONLINE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByContactOnlineAsync(List<String> values)
Fetch records that have
CONTACT_ONLINE IN (values) asynchronously |
List<ECompany> |
fetchByContactPhone(String... values)
Fetch records that have
CONTACT_PHONE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByContactPhoneAsync(List<String> values)
Fetch records that have
CONTACT_PHONE IN (values) asynchronously |
List<ECompany> |
fetchByCorporationName(String... values)
Fetch records that have
CORPORATION_NAME IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCorporationNameAsync(List<String> values)
Fetch records that have
CORPORATION_NAME IN (values) asynchronously |
List<ECompany> |
fetchByCorporationPhone(String... values)
Fetch records that have
CORPORATION_PHONE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCorporationPhoneAsync(List<String> values)
Fetch records that have
CORPORATION_PHONE IN (values) asynchronously |
List<ECompany> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<ECompany> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<ECompany> |
fetchByCustomerId(String... values)
Fetch records that have
CUSTOMER_ID IN (values) |
CompletableFuture<List<ECompany>> |
fetchByCustomerIdAsync(List<String> values)
Fetch records that have
CUSTOMER_ID IN (values) asynchronously |
List<ECompany> |
fetchByEmail(String... values)
Fetch records that have
EMAIL IN (values) |
CompletableFuture<List<ECompany>> |
fetchByEmailAsync(List<String> values)
Fetch records that have
EMAIL IN (values) asynchronously |
List<ECompany> |
fetchByFax(String... values)
Fetch records that have
FAX IN (values) |
CompletableFuture<List<ECompany>> |
fetchByFaxAsync(List<String> values)
Fetch records that have
FAX IN (values) asynchronously |
List<ECompany> |
fetchByHomepage(String... values)
Fetch records that have
HOMEPAGE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByHomepageAsync(List<String> values)
Fetch records that have
HOMEPAGE IN (values) asynchronously |
List<ECompany> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<ECompany>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<ECompany> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<ECompany> |
fetchByLocationId(String... values)
Fetch records that have
LOCATION_ID IN (values) |
CompletableFuture<List<ECompany>> |
fetchByLocationIdAsync(List<String> values)
Fetch records that have
LOCATION_ID IN (values) asynchronously |
List<ECompany> |
fetchByLogo(String... values)
Fetch records that have
LOGO IN (values) |
CompletableFuture<List<ECompany>> |
fetchByLogoAsync(List<String> values)
Fetch records that have
LOGO IN (values) asynchronously |
List<ECompany> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<ECompany>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<ECompany> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<ECompany>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<ECompany> |
fetchByPhone(String... values)
Fetch records that have
PHONE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByPhoneAsync(List<String> values)
Fetch records that have
PHONE IN (values) asynchronously |
List<ECompany> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<ECompany>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<ECompany> |
fetchByTaxCode(String... values)
Fetch records that have
TAX_CODE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByTaxCodeAsync(List<String> values)
Fetch records that have
TAX_CODE IN (values) asynchronously |
List<ECompany> |
fetchByTaxTitle(String... values)
Fetch records that have
TAX_TITLE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByTaxTitleAsync(List<String> values)
Fetch records that have
TAX_TITLE IN (values) asynchronously |
List<ECompany> |
fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<ECompany> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<ECompany>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<ECompany> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<ECompany>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<ECompany> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<ECompany>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
ECompany |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<ECompany> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(ECompany 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 ECompanyDao()
Create a new ECompanyDao without any configuration
public ECompanyDao(org.jooq.Configuration configuration)
Create a new ECompanyDao with an attached configuration
protected String getId(ECompany object)
getId in class org.jooq.impl.DAOImpl<ECompanyRecord,ECompany,String>public List<ECompany> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public ECompany fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<ECompany> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<ECompany> fetchByAlias(String... values)
Fetch records that have ALIAS IN (values)
public List<ECompany> fetchByTitle(String... values)
Fetch records that have TITLE IN (values)
public List<ECompany> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<ECompany> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<ECompany> fetchByTaxCode(String... values)
Fetch records that have TAX_CODE IN (values)
public List<ECompany> fetchByTaxTitle(String... values)
Fetch records that have TAX_TITLE IN (values)
public List<ECompany> fetchByEmail(String... values)
Fetch records that have EMAIL IN (values)
public List<ECompany> fetchByFax(String... values)
Fetch records that have FAX IN (values)
public List<ECompany> fetchByHomepage(String... values)
Fetch records that have HOMEPAGE IN (values)
public List<ECompany> fetchByLogo(String... values)
Fetch records that have LOGO IN (values)
public List<ECompany> fetchByPhone(String... values)
Fetch records that have PHONE IN (values)
public List<ECompany> fetchByAddress(String... values)
Fetch records that have ADDRESS IN (values)
public List<ECompany> fetchByLocationId(String... values)
Fetch records that have LOCATION_ID IN (values)
public List<ECompany> fetchByCorporationName(String... values)
Fetch records that have CORPORATION_NAME IN (values)
public List<ECompany> fetchByCorporationPhone(String... values)
Fetch records that have CORPORATION_PHONE IN (values)
public List<ECompany> fetchByContactName(String... values)
Fetch records that have CONTACT_NAME IN (values)
public List<ECompany> fetchByContactPhone(String... values)
Fetch records that have CONTACT_PHONE IN (values)
public List<ECompany> fetchByContactOnline(String... values)
Fetch records that have CONTACT_ONLINE IN (values)
public List<ECompany> fetchByCompanyId(String... values)
Fetch records that have COMPANY_ID IN (values)
public List<ECompany> fetchByCustomerId(String... values)
Fetch records that have CUSTOMER_ID IN (values)
public List<ECompany> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<ECompany> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<ECompany> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<ECompany> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<ECompany> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<ECompany> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<ECompany> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<ECompany> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<ECompany> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<ECompany>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<ECompany> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<ECompany>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByAliasAsync(List<String> values)
Fetch records that have ALIAS IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByTitleAsync(List<String> values)
Fetch records that have TITLE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByTaxCodeAsync(List<String> values)
Fetch records that have TAX_CODE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByTaxTitleAsync(List<String> values)
Fetch records that have TAX_TITLE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByEmailAsync(List<String> values)
Fetch records that have EMAIL IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByFaxAsync(List<String> values)
Fetch records that have FAX IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByHomepageAsync(List<String> values)
Fetch records that have HOMEPAGE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByLogoAsync(List<String> values)
Fetch records that have LOGO IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByPhoneAsync(List<String> values)
Fetch records that have PHONE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByAddressAsync(List<String> values)
Fetch records that have ADDRESS IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByLocationIdAsync(List<String> values)
Fetch records that have LOCATION_ID IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCorporationNameAsync(List<String> values)
Fetch records that have CORPORATION_NAME IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCorporationPhoneAsync(List<String> values)
Fetch records that have CORPORATION_PHONE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByContactNameAsync(List<String> values)
Fetch records that have CONTACT_NAME IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByContactPhoneAsync(List<String> values)
Fetch records that have CONTACT_PHONE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByContactOnlineAsync(List<String> values)
Fetch records that have CONTACT_ONLINE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCompanyIdAsync(List<String> values)
Fetch records that have COMPANY_ID IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCustomerIdAsync(List<String> values)
Fetch records that have CUSTOMER_ID IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<ECompany>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<ECompany>> 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<ECompanyRecord,ECompany,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<ECompanyRecord,ECompany,String>Copyright © 2021. All rights reserved.