@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EContractDao extends org.jooq.impl.DAOImpl<EContractRecord,EContract,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<EContractRecord,EContract,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
EContractDao()
Create a new EContractDao without any configuration
|
EContractDao(org.jooq.Configuration configuration)
Create a new EContractDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<EContract> |
fetchByAAddress(String... values)
Fetch records that have
A_ADDRESS IN (values) |
CompletableFuture<List<EContract>> |
fetchByAAddressAsync(List<String> values)
Fetch records that have
A_ADDRESS IN (values) asynchronously |
List<EContract> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EContract>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EContract> |
fetchByAmount(BigDecimal... values)
Fetch records that have
AMOUNT IN (values) |
CompletableFuture<List<EContract>> |
fetchByAmountAsync(List<BigDecimal> values)
Fetch records that have
AMOUNT IN (values) asynchronously |
List<EContract> |
fetchByAName(String... values)
Fetch records that have
A_NAME IN (values) |
CompletableFuture<List<EContract>> |
fetchByANameAsync(List<String> values)
Fetch records that have
A_NAME IN (values) asynchronously |
List<EContract> |
fetchByAPhone(String... values)
Fetch records that have
A_PHONE IN (values) |
CompletableFuture<List<EContract>> |
fetchByAPhoneAsync(List<String> values)
Fetch records that have
A_PHONE IN (values) asynchronously |
List<EContract> |
fetchByBAddress(String... values)
Fetch records that have
B_ADDRESS IN (values) |
CompletableFuture<List<EContract>> |
fetchByBAddressAsync(List<String> values)
Fetch records that have
B_ADDRESS IN (values) asynchronously |
List<EContract> |
fetchByBName(String... values)
Fetch records that have
B_NAME IN (values) |
CompletableFuture<List<EContract>> |
fetchByBNameAsync(List<String> values)
Fetch records that have
B_NAME IN (values) asynchronously |
List<EContract> |
fetchByBPhone(String... values)
Fetch records that have
B_PHONE IN (values) |
CompletableFuture<List<EContract>> |
fetchByBPhoneAsync(List<String> values)
Fetch records that have
B_PHONE IN (values) asynchronously |
List<EContract> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EContract>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EContract> |
fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<EContract>> |
fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<EContract> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EContract> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EContract>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EContract> |
fetchByCustomerId(String... values)
Fetch records that have
CUSTOMER_ID IN (values) |
CompletableFuture<List<EContract>> |
fetchByCustomerIdAsync(List<String> values)
Fetch records that have
CUSTOMER_ID IN (values) asynchronously |
List<EContract> |
fetchByExpiredAt(LocalDateTime... values)
Fetch records that have
EXPIRED_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchByExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have
EXPIRED_AT IN (values) asynchronously |
List<EContract> |
fetchByFileKey(String... values)
Fetch records that have
FILE_KEY IN (values) |
CompletableFuture<List<EContract>> |
fetchByFileKeyAsync(List<String> values)
Fetch records that have
FILE_KEY IN (values) asynchronously |
List<EContract> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EContract>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EContract> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EContract>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EContract> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EContract>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EContract> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<EContract>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<EContract> |
fetchByRunAt(LocalDateTime... values)
Fetch records that have
RUN_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchByRunAtAsync(List<LocalDateTime> values)
Fetch records that have
RUN_AT IN (values) asynchronously |
List<EContract> |
fetchByRunUpAt(LocalDateTime... values)
Fetch records that have
RUN_UP_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchByRunUpAtAsync(List<LocalDateTime> values)
Fetch records that have
RUN_UP_AT IN (values) asynchronously |
List<EContract> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EContract>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EContract> |
fetchBySignedAt(LocalDateTime... values)
Fetch records that have
SIGNED_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchBySignedAtAsync(List<LocalDateTime> values)
Fetch records that have
SIGNED_AT IN (values) asynchronously |
List<EContract> |
fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<EContract>> |
fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<EContract> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<EContract>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<EContract> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EContract>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EContract> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EContract>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
EContract |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<EContract> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(EContract 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 EContractDao()
Create a new EContractDao without any configuration
public EContractDao(org.jooq.Configuration configuration)
Create a new EContractDao with an attached configuration
protected String getId(EContract object)
getId in class org.jooq.impl.DAOImpl<EContractRecord,EContract,String>public List<EContract> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public EContract fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<EContract> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<EContract> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<EContract> fetchByTitle(String... values)
Fetch records that have TITLE IN (values)
public List<EContract> fetchByFileKey(String... values)
Fetch records that have FILE_KEY IN (values)
public List<EContract> fetchByAmount(BigDecimal... values)
Fetch records that have AMOUNT IN (values)
public List<EContract> fetchByCompanyId(String... values)
Fetch records that have COMPANY_ID IN (values)
public List<EContract> fetchByCustomerId(String... values)
Fetch records that have CUSTOMER_ID IN (values)
public List<EContract> fetchByExpiredAt(LocalDateTime... values)
Fetch records that have EXPIRED_AT IN (values)
public List<EContract> fetchBySignedAt(LocalDateTime... values)
Fetch records that have SIGNED_AT IN (values)
public List<EContract> fetchByRunAt(LocalDateTime... values)
Fetch records that have RUN_AT IN (values)
public List<EContract> fetchByRunUpAt(LocalDateTime... values)
Fetch records that have RUN_UP_AT IN (values)
public List<EContract> fetchByAName(String... values)
Fetch records that have A_NAME IN (values)
public List<EContract> fetchByAPhone(String... values)
Fetch records that have A_PHONE IN (values)
public List<EContract> fetchByAAddress(String... values)
Fetch records that have A_ADDRESS IN (values)
public List<EContract> fetchByBName(String... values)
Fetch records that have B_NAME IN (values)
public List<EContract> fetchByBPhone(String... values)
Fetch records that have B_PHONE IN (values)
public List<EContract> fetchByBAddress(String... values)
Fetch records that have B_ADDRESS IN (values)
public List<EContract> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<EContract> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<EContract> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<EContract> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<EContract> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<EContract> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<EContract> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<EContract> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<EContract> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<EContract>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<EContract> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<EContract>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByTitleAsync(List<String> values)
Fetch records that have TITLE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByFileKeyAsync(List<String> values)
Fetch records that have FILE_KEY IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByAmountAsync(List<BigDecimal> values)
Fetch records that have AMOUNT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByCompanyIdAsync(List<String> values)
Fetch records that have COMPANY_ID IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByCustomerIdAsync(List<String> values)
Fetch records that have CUSTOMER_ID IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByExpiredAtAsync(List<LocalDateTime> values)
Fetch records that have EXPIRED_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchBySignedAtAsync(List<LocalDateTime> values)
Fetch records that have SIGNED_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByRunAtAsync(List<LocalDateTime> values)
Fetch records that have RUN_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByRunUpAtAsync(List<LocalDateTime> values)
Fetch records that have RUN_UP_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByANameAsync(List<String> values)
Fetch records that have A_NAME IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByAPhoneAsync(List<String> values)
Fetch records that have A_PHONE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByAAddressAsync(List<String> values)
Fetch records that have A_ADDRESS IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByBNameAsync(List<String> values)
Fetch records that have B_NAME IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByBPhoneAsync(List<String> values)
Fetch records that have B_PHONE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByBAddressAsync(List<String> values)
Fetch records that have B_ADDRESS IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<EContract>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<EContract>> 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<EContractRecord,EContract,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EContractRecord,EContract,String>Copyright © 2021. All rights reserved.