@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class LLocationDao extends org.jooq.impl.DAOImpl<LLocationRecord,LLocation,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<LLocationRecord,LLocation,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
LLocationDao()
Create a new LLocationDao without any configuration
|
LLocationDao(org.jooq.Configuration configuration)
Create a new LLocationDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<LLocation> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<LLocation>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<LLocation> |
fetchByAddress(String... values)
Fetch records that have
ADDRESS IN (values) |
CompletableFuture<List<LLocation>> |
fetchByAddressAsync(List<String> values)
Fetch records that have
ADDRESS IN (values) asynchronously |
List<LLocation> |
fetchByCity(String... values)
Fetch records that have
CITY IN (values) |
CompletableFuture<List<LLocation>> |
fetchByCityAsync(List<String> values)
Fetch records that have
CITY IN (values) asynchronously |
List<LLocation> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<LLocation>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<LLocation> |
fetchByCountry(String... values)
Fetch records that have
COUNTRY IN (values) |
CompletableFuture<List<LLocation>> |
fetchByCountryAsync(List<String> values)
Fetch records that have
COUNTRY IN (values) asynchronously |
List<LLocation> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<LLocation>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<LLocation> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<LLocation>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<LLocation> |
fetchByFullName(String... values)
Fetch records that have
FULL_NAME IN (values) |
CompletableFuture<List<LLocation>> |
fetchByFullNameAsync(List<String> values)
Fetch records that have
FULL_NAME IN (values) asynchronously |
List<LLocation> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<LLocation>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<LLocation> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<LLocation>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<LLocation> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<LLocation>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<LLocation> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<LLocation>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<LLocation> |
fetchByPostal(String... values)
Fetch records that have
POSTAL IN (values) |
CompletableFuture<List<LLocation>> |
fetchByPostalAsync(List<String> values)
Fetch records that have
POSTAL IN (values) asynchronously |
List<LLocation> |
fetchByRegion(String... values)
Fetch records that have
REGION IN (values) |
CompletableFuture<List<LLocation>> |
fetchByRegionAsync(List<String> values)
Fetch records that have
REGION IN (values) asynchronously |
List<LLocation> |
fetchByRegionId(String... values)
Fetch records that have
REGION_ID IN (values) |
CompletableFuture<List<LLocation>> |
fetchByRegionIdAsync(List<String> values)
Fetch records that have
REGION_ID IN (values) asynchronously |
List<LLocation> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<LLocation>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<LLocation> |
fetchByState(String... values)
Fetch records that have
STATE IN (values) |
CompletableFuture<List<LLocation>> |
fetchByStateAsync(List<String> values)
Fetch records that have
STATE IN (values) asynchronously |
List<LLocation> |
fetchByStreet1(String... values)
Fetch records that have
STREET1 IN (values) |
CompletableFuture<List<LLocation>> |
fetchByStreet1Async(List<String> values)
Fetch records that have
STREET1 IN (values) asynchronously |
List<LLocation> |
fetchByStreet2(String... values)
Fetch records that have
STREET2 IN (values) |
CompletableFuture<List<LLocation>> |
fetchByStreet2Async(List<String> values)
Fetch records that have
STREET2 IN (values) asynchronously |
List<LLocation> |
fetchByStreet3(String... values)
Fetch records that have
STREET3 IN (values) |
CompletableFuture<List<LLocation>> |
fetchByStreet3Async(List<String> values)
Fetch records that have
STREET3 IN (values) asynchronously |
List<LLocation> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<LLocation>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<LLocation> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<LLocation>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
LLocation |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<LLocation> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(LLocation 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 LLocationDao()
Create a new LLocationDao without any configuration
public LLocationDao(org.jooq.Configuration configuration)
Create a new LLocationDao with an attached configuration
protected String getId(LLocation object)
getId in class org.jooq.impl.DAOImpl<LLocationRecord,LLocation,String>public List<LLocation> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public LLocation fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<LLocation> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<LLocation> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<LLocation> fetchByAddress(String... values)
Fetch records that have ADDRESS IN (values)
public List<LLocation> fetchByCity(String... values)
Fetch records that have CITY IN (values)
public List<LLocation> fetchByCountry(String... values)
Fetch records that have COUNTRY IN (values)
public List<LLocation> fetchByRegion(String... values)
Fetch records that have REGION IN (values)
public List<LLocation> fetchByFullName(String... values)
Fetch records that have FULL_NAME IN (values)
public List<LLocation> fetchByState(String... values)
Fetch records that have STATE IN (values)
public List<LLocation> fetchByStreet1(String... values)
Fetch records that have STREET1 IN (values)
public List<LLocation> fetchByStreet2(String... values)
Fetch records that have STREET2 IN (values)
public List<LLocation> fetchByStreet3(String... values)
Fetch records that have STREET3 IN (values)
public List<LLocation> fetchByPostal(String... values)
Fetch records that have POSTAL IN (values)
public List<LLocation> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<LLocation> fetchByRegionId(String... values)
Fetch records that have REGION_ID IN (values)
public List<LLocation> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<LLocation> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<LLocation> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<LLocation> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<LLocation> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<LLocation> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<LLocation> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<LLocation>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<LLocation> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<LLocation>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByAddressAsync(List<String> values)
Fetch records that have ADDRESS IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByCityAsync(List<String> values)
Fetch records that have CITY IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByCountryAsync(List<String> values)
Fetch records that have COUNTRY IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByRegionAsync(List<String> values)
Fetch records that have REGION IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByFullNameAsync(List<String> values)
Fetch records that have FULL_NAME IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByStateAsync(List<String> values)
Fetch records that have STATE IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByStreet1Async(List<String> values)
Fetch records that have STREET1 IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByStreet2Async(List<String> values)
Fetch records that have STREET2 IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByStreet3Async(List<String> values)
Fetch records that have STREET3 IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByPostalAsync(List<String> values)
Fetch records that have POSTAL IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByRegionIdAsync(List<String> values)
Fetch records that have REGION_ID IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<LLocation>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<LLocation>> 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<LLocationRecord,LLocation,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<LLocationRecord,LLocation,String>Copyright © 2021. All rights reserved.