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