@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RCompanyCustomerDao extends org.jooq.impl.DAOImpl<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>
This class is generated by jOOQ.
| Constructor and Description |
|---|
RCompanyCustomerDao()
Create a new RCompanyCustomerDao without any configuration
|
RCompanyCustomerDao(org.jooq.Configuration configuration)
Create a new RCompanyCustomerDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<RCompanyCustomer> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<RCompanyCustomer> |
fetchByCompanyId(String... values)
Fetch records that have
COMPANY_ID IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
fetchByCompanyIdAsync(List<String> values)
Fetch records that have
COMPANY_ID IN (values) asynchronously |
List<RCompanyCustomer> |
fetchByCustomerId(String... values)
Fetch records that have
CUSTOMER_ID IN (values) |
CompletableFuture<List<RCompanyCustomer>> |
fetchByCustomerIdAsync(List<String> values)
Fetch records that have
CUSTOMER_ID IN (values) asynchronously |
protected org.jooq.Record2<String,String> |
getId(RCompanyCustomer 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 RCompanyCustomerDao()
Create a new RCompanyCustomerDao without any configuration
public RCompanyCustomerDao(org.jooq.Configuration configuration)
Create a new RCompanyCustomerDao with an attached configuration
protected org.jooq.Record2<String,String> getId(RCompanyCustomer object)
getId in class org.jooq.impl.DAOImpl<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>public List<RCompanyCustomer> fetchByCompanyId(String... values)
Fetch records that have COMPANY_ID IN (values)
public List<RCompanyCustomer> fetchByCustomerId(String... values)
Fetch records that have CUSTOMER_ID IN (values)
public List<RCompanyCustomer> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public CompletableFuture<List<RCompanyCustomer>> fetchByCompanyIdAsync(List<String> values)
Fetch records that have COMPANY_ID IN (values) asynchronously
public CompletableFuture<List<RCompanyCustomer>> fetchByCustomerIdAsync(List<String> values)
Fetch records that have CUSTOMER_ID IN (values) asynchronously
public CompletableFuture<List<RCompanyCustomer>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>Copyright © 2021. All rights reserved.