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