@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class LYardDao extends org.jooq.impl.DAOImpl<LYardRecord,LYard,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<LYardRecord,LYard,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
LYardDao()
Create a new LYardDao without any configuration
|
LYardDao(org.jooq.Configuration configuration)
Create a new LYardDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<LYard> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<LYard>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<LYard> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<LYard>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<LYard> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<LYard>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<LYard> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<LYard>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<LYard> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<LYard>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<LYard> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<LYard>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<LYard> |
fetchByLocationId(String... values)
Fetch records that have
LOCATION_ID IN (values) |
CompletableFuture<List<LYard>> |
fetchByLocationIdAsync(List<String> values)
Fetch records that have
LOCATION_ID IN (values) asynchronously |
List<LYard> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<LYard>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<LYard> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<LYard>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<LYard> |
fetchByOrder(Integer... values)
Fetch records that have
ORDER IN (values) |
CompletableFuture<List<LYard>> |
fetchByOrderAsync(List<Integer> values)
Fetch records that have
ORDER IN (values) asynchronously |
List<LYard> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<LYard>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<LYard> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<LYard>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<LYard> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<LYard>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
LYard |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<LYard> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(LYard 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 LYardDao()
Create a new LYardDao without any configuration
public LYardDao(org.jooq.Configuration configuration)
Create a new LYardDao with an attached configuration
protected String getId(LYard object)
getId in class org.jooq.impl.DAOImpl<LYardRecord,LYard,String>public List<LYard> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<LYard> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<LYard> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<LYard> fetchByOrder(Integer... values)
Fetch records that have ORDER IN (values)
public List<LYard> fetchByLocationId(String... values)
Fetch records that have LOCATION_ID IN (values)
public List<LYard> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<LYard> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<LYard> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<LYard> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<LYard> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<LYard> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<LYard> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<LYard>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<LYard> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<LYard>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByOrderAsync(List<Integer> values)
Fetch records that have ORDER IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByLocationIdAsync(List<String> values)
Fetch records that have LOCATION_ID IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<LYard>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<LYard>> 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<LYardRecord,LYard,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<LYardRecord,LYard,String>Copyright © 2021. All rights reserved.