@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XSourceDao extends org.jooq.impl.DAOImpl<XSourceRecord,XSource,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XSourceRecord,XSource,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XSourceDao()
Create a new XSourceDao without any configuration
|
XSourceDao(org.jooq.Configuration configuration)
Create a new XSourceDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XSource> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XSource>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XSource> |
fetchByAppId(String... values)
Fetch records that have
APP_ID IN (values) |
CompletableFuture<List<XSource>> |
fetchByAppIdAsync(List<String> values)
Fetch records that have
APP_ID IN (values) asynchronously |
List<XSource> |
fetchByCategory(String... values)
Fetch records that have
CATEGORY IN (values) |
CompletableFuture<List<XSource>> |
fetchByCategoryAsync(List<String> values)
Fetch records that have
CATEGORY IN (values) asynchronously |
List<XSource> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XSource>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XSource> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XSource>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XSource> |
fetchByDriverClassName(String... values)
Fetch records that have
DRIVER_CLASS_NAME IN (values) |
CompletableFuture<List<XSource>> |
fetchByDriverClassNameAsync(List<String> values)
Fetch records that have
DRIVER_CLASS_NAME IN (values) asynchronously |
List<XSource> |
fetchByHostname(String... values)
Fetch records that have
HOSTNAME IN (values) |
CompletableFuture<List<XSource>> |
fetchByHostnameAsync(List<String> values)
Fetch records that have
HOSTNAME IN (values) asynchronously |
List<XSource> |
fetchByInstance(String... values)
Fetch records that have
INSTANCE IN (values) |
CompletableFuture<List<XSource>> |
fetchByInstanceAsync(List<String> values)
Fetch records that have
INSTANCE IN (values) asynchronously |
List<XSource> |
fetchByIpV4(String... values)
Fetch records that have
IP_V4 IN (values) |
CompletableFuture<List<XSource>> |
fetchByIpV4Async(List<String> values)
Fetch records that have
IP_V4 IN (values) asynchronously |
List<XSource> |
fetchByIpV6(String... values)
Fetch records that have
IP_V6 IN (values) |
CompletableFuture<List<XSource>> |
fetchByIpV6Async(List<String> values)
Fetch records that have
IP_V6 IN (values) asynchronously |
List<XSource> |
fetchByJdbcConfig(String... values)
Fetch records that have
JDBC_CONFIG IN (values) |
CompletableFuture<List<XSource>> |
fetchByJdbcConfigAsync(List<String> values)
Fetch records that have
JDBC_CONFIG IN (values) asynchronously |
List<XSource> |
fetchByJdbcUrl(String... values)
Fetch records that have
JDBC_URL IN (values) |
CompletableFuture<List<XSource>> |
fetchByJdbcUrlAsync(List<String> values)
Fetch records that have
JDBC_URL IN (values) asynchronously |
List<XSource> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XSource>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XSource> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XSource>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XSource> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XSource>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XSource> |
fetchByPassword(String... values)
Fetch records that have
PASSWORD IN (values) |
CompletableFuture<List<XSource>> |
fetchByPasswordAsync(List<String> values)
Fetch records that have
PASSWORD IN (values) asynchronously |
List<XSource> |
fetchByPort(Integer... values)
Fetch records that have
PORT IN (values) |
CompletableFuture<List<XSource>> |
fetchByPortAsync(List<Integer> values)
Fetch records that have
PORT IN (values) asynchronously |
List<XSource> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XSource>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XSource> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XSource>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XSource> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XSource>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<XSource> |
fetchByUsername(String... values)
Fetch records that have
USERNAME IN (values) |
CompletableFuture<List<XSource>> |
fetchByUsernameAsync(List<String> values)
Fetch records that have
USERNAME IN (values) asynchronously |
XSource |
fetchOneByAppId(String value)
Fetch a unique record that has
APP_ID = value |
CompletableFuture<XSource> |
fetchOneByAppIdAsync(String value)
Fetch a unique record that has
APP_ID = value asynchronously |
XSource |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XSource> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XSource 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 XSourceDao()
Create a new XSourceDao without any configuration
public XSourceDao(org.jooq.Configuration configuration)
Create a new XSourceDao with an attached configuration
protected String getId(XSource object)
getId in class org.jooq.impl.DAOImpl<XSourceRecord,XSource,String>public List<XSource> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<XSource> fetchByIpV4(String... values)
Fetch records that have IP_V4 IN (values)
public List<XSource> fetchByIpV6(String... values)
Fetch records that have IP_V6 IN (values)
public List<XSource> fetchByHostname(String... values)
Fetch records that have HOSTNAME IN (values)
public List<XSource> fetchByPort(Integer... values)
Fetch records that have PORT IN (values)
public List<XSource> fetchByCategory(String... values)
Fetch records that have CATEGORY IN (values)
public List<XSource> fetchByDriverClassName(String... values)
Fetch records that have DRIVER_CLASS_NAME IN (values)
public List<XSource> fetchByJdbcUrl(String... values)
Fetch records that have JDBC_URL IN (values)
public List<XSource> fetchByJdbcConfig(String... values)
Fetch records that have JDBC_CONFIG IN (values)
public List<XSource> fetchByInstance(String... values)
Fetch records that have INSTANCE IN (values)
public List<XSource> fetchByUsername(String... values)
Fetch records that have USERNAME IN (values)
public List<XSource> fetchByPassword(String... values)
Fetch records that have PASSWORD IN (values)
public List<XSource> fetchByAppId(String... values)
Fetch records that have APP_ID IN (values)
public XSource fetchOneByAppId(String value)
Fetch a unique record that has APP_ID = value
public List<XSource> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XSource> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XSource> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XSource> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XSource> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XSource> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XSource> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XSource> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XSource>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XSource> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XSource>> fetchByIpV4Async(List<String> values)
Fetch records that have IP_V4 IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByIpV6Async(List<String> values)
Fetch records that have IP_V6 IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByHostnameAsync(List<String> values)
Fetch records that have HOSTNAME IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByPortAsync(List<Integer> values)
Fetch records that have PORT IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByCategoryAsync(List<String> values)
Fetch records that have CATEGORY IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByDriverClassNameAsync(List<String> values)
Fetch records that have DRIVER_CLASS_NAME IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByJdbcUrlAsync(List<String> values)
Fetch records that have JDBC_URL IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByJdbcConfigAsync(List<String> values)
Fetch records that have JDBC_CONFIG IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByInstanceAsync(List<String> values)
Fetch records that have INSTANCE IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByUsernameAsync(List<String> values)
Fetch records that have USERNAME IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByPasswordAsync(List<String> values)
Fetch records that have PASSWORD IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByAppIdAsync(List<String> values)
Fetch records that have APP_ID IN (values) asynchronously
public CompletableFuture<XSource> fetchOneByAppIdAsync(String value)
Fetch a unique record that has APP_ID = value asynchronously
public CompletableFuture<List<XSource>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XSource>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XSource>> 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<XSourceRecord,XSource,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XSourceRecord,XSource,String>Copyright © 2021. All rights reserved.