@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EBrandDao extends org.jooq.impl.DAOImpl<EBrandRecord,EBrand,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<EBrandRecord,EBrand,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
EBrandDao()
Create a new EBrandDao without any configuration
|
EBrandDao(org.jooq.Configuration configuration)
Create a new EBrandDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<EBrand> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<EBrand>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<EBrand> |
fetchByAlias(String... values)
Fetch records that have
ALIAS IN (values) |
CompletableFuture<List<EBrand>> |
fetchByAliasAsync(List<String> values)
Fetch records that have
ALIAS IN (values) asynchronously |
List<EBrand> |
fetchByArea(Integer... values)
Fetch records that have
AREA IN (values) |
CompletableFuture<List<EBrand>> |
fetchByAreaAsync(List<Integer> values)
Fetch records that have
AREA IN (values) asynchronously |
List<EBrand> |
fetchByAreaCategory(String... values)
Fetch records that have
AREA_CATEGORY IN (values) |
CompletableFuture<List<EBrand>> |
fetchByAreaCategoryAsync(List<String> values)
Fetch records that have
AREA_CATEGORY IN (values) asynchronously |
List<EBrand> |
fetchByAreaName(String... values)
Fetch records that have
AREA_NAME IN (values) |
CompletableFuture<List<EBrand>> |
fetchByAreaNameAsync(List<String> values)
Fetch records that have
AREA_NAME IN (values) asynchronously |
List<EBrand> |
fetchByCategoryCode(String... values)
Fetch records that have
CATEGORY_CODE IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCategoryCodeAsync(List<String> values)
Fetch records that have
CATEGORY_CODE IN (values) asynchronously |
List<EBrand> |
fetchByCategoryName(String... values)
Fetch records that have
CATEGORY_NAME IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCategoryNameAsync(List<String> values)
Fetch records that have
CATEGORY_NAME IN (values) asynchronously |
List<EBrand> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<EBrand> |
fetchByCompanyName(String... values)
Fetch records that have
COMPANY_NAME IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCompanyNameAsync(List<String> values)
Fetch records that have
COMPANY_NAME IN (values) asynchronously |
List<EBrand> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<EBrand> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<EBrand>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<EBrand> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<EBrand>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<EBrand> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<EBrand>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<EBrand> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<EBrand>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<EBrand> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<EBrand>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<EBrand> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<EBrand>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<EBrand> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<EBrand>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<EBrand> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<EBrand>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
EBrand |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<EBrand> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(EBrand 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 EBrandDao()
Create a new EBrandDao without any configuration
public EBrandDao(org.jooq.Configuration configuration)
Create a new EBrandDao with an attached configuration
protected String getId(EBrand object)
getId in class org.jooq.impl.DAOImpl<EBrandRecord,EBrand,String>public List<EBrand> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<EBrand> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<EBrand> fetchByAlias(String... values)
Fetch records that have ALIAS IN (values)
public List<EBrand> fetchByCompanyName(String... values)
Fetch records that have COMPANY_NAME IN (values)
public List<EBrand> fetchByCategoryCode(String... values)
Fetch records that have CATEGORY_CODE IN (values)
public List<EBrand> fetchByCategoryName(String... values)
Fetch records that have CATEGORY_NAME IN (values)
public List<EBrand> fetchByArea(Integer... values)
Fetch records that have AREA IN (values)
public List<EBrand> fetchByAreaName(String... values)
Fetch records that have AREA_NAME IN (values)
public List<EBrand> fetchByAreaCategory(String... values)
Fetch records that have AREA_CATEGORY IN (values)
public List<EBrand> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<EBrand> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<EBrand> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<EBrand> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<EBrand> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<EBrand> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<EBrand> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<EBrand> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<EBrand>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<EBrand> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<EBrand>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByAliasAsync(List<String> values)
Fetch records that have ALIAS IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByCompanyNameAsync(List<String> values)
Fetch records that have COMPANY_NAME IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByCategoryCodeAsync(List<String> values)
Fetch records that have CATEGORY_CODE IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByCategoryNameAsync(List<String> values)
Fetch records that have CATEGORY_NAME IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByAreaAsync(List<Integer> values)
Fetch records that have AREA IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByAreaNameAsync(List<String> values)
Fetch records that have AREA_NAME IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByAreaCategoryAsync(List<String> values)
Fetch records that have AREA_CATEGORY IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<EBrand>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<EBrand>> 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<EBrandRecord,EBrand,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<EBrandRecord,EBrand,String>Copyright © 2021. All rights reserved.