@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XLogDao extends org.jooq.impl.DAOImpl<XLogRecord,XLog,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XLogRecord,XLog,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XLogDao()
Create a new XLogDao without any configuration
|
XLogDao(org.jooq.Configuration configuration)
Create a new XLogDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XLog> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XLog>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XLog> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XLog>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XLog> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XLog>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XLog> |
fetchByInfoAt(LocalDateTime... values)
Fetch records that have
INFO_AT IN (values) |
CompletableFuture<List<XLog>> |
fetchByInfoAtAsync(List<LocalDateTime> values)
Fetch records that have
INFO_AT IN (values) asynchronously |
List<XLog> |
fetchByInfoReadable(String... values)
Fetch records that have
INFO_READABLE IN (values) |
CompletableFuture<List<XLog>> |
fetchByInfoReadableAsync(List<String> values)
Fetch records that have
INFO_READABLE IN (values) asynchronously |
List<XLog> |
fetchByInfoStack(String... values)
Fetch records that have
INFO_STACK IN (values) |
CompletableFuture<List<XLog>> |
fetchByInfoStackAsync(List<String> values)
Fetch records that have
INFO_STACK IN (values) asynchronously |
List<XLog> |
fetchByInfoSystem(String... values)
Fetch records that have
INFO_SYSTEM IN (values) |
CompletableFuture<List<XLog>> |
fetchByInfoSystemAsync(List<String> values)
Fetch records that have
INFO_SYSTEM IN (values) asynchronously |
List<XLog> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XLog>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XLog> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XLog>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XLog> |
fetchByLevel(String... values)
Fetch records that have
LEVEL IN (values) |
CompletableFuture<List<XLog>> |
fetchByLevelAsync(List<String> values)
Fetch records that have
LEVEL IN (values) asynchronously |
List<XLog> |
fetchByLogAgent(String... values)
Fetch records that have
LOG_AGENT IN (values) |
CompletableFuture<List<XLog>> |
fetchByLogAgentAsync(List<String> values)
Fetch records that have
LOG_AGENT IN (values) asynchronously |
List<XLog> |
fetchByLogIp(String... values)
Fetch records that have
LOG_IP IN (values) |
CompletableFuture<List<XLog>> |
fetchByLogIpAsync(List<String> values)
Fetch records that have
LOG_IP IN (values) asynchronously |
List<XLog> |
fetchByLogUser(String... values)
Fetch records that have
LOG_USER IN (values) |
CompletableFuture<List<XLog>> |
fetchByLogUserAsync(List<String> values)
Fetch records that have
LOG_USER IN (values) asynchronously |
List<XLog> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XLog>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XLog> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XLog>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XLog> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<XLog>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<XLog> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XLog>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XLog> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XLog>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
XLog |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XLog> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XLog 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 XLogDao()
Create a new XLogDao without any configuration
public XLogDao(org.jooq.Configuration configuration)
Create a new XLogDao with an attached configuration
protected String getId(XLog object)
getId in class org.jooq.impl.DAOImpl<XLogRecord,XLog,String>public List<XLog> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<XLog> fetchByLevel(String... values)
Fetch records that have LEVEL IN (values)
public List<XLog> fetchByInfoStack(String... values)
Fetch records that have INFO_STACK IN (values)
public List<XLog> fetchByInfoSystem(String... values)
Fetch records that have INFO_SYSTEM IN (values)
public List<XLog> fetchByInfoReadable(String... values)
Fetch records that have INFO_READABLE IN (values)
public List<XLog> fetchByInfoAt(LocalDateTime... values)
Fetch records that have INFO_AT IN (values)
public List<XLog> fetchByLogAgent(String... values)
Fetch records that have LOG_AGENT IN (values)
public List<XLog> fetchByLogIp(String... values)
Fetch records that have LOG_IP IN (values)
public List<XLog> fetchByLogUser(String... values)
Fetch records that have LOG_USER IN (values)
public List<XLog> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XLog> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XLog> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XLog> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XLog> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XLog> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XLog> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XLog> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XLog>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XLog> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XLog>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByLevelAsync(List<String> values)
Fetch records that have LEVEL IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByInfoStackAsync(List<String> values)
Fetch records that have INFO_STACK IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByInfoSystemAsync(List<String> values)
Fetch records that have INFO_SYSTEM IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByInfoReadableAsync(List<String> values)
Fetch records that have INFO_READABLE IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByInfoAtAsync(List<LocalDateTime> values)
Fetch records that have INFO_AT IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByLogAgentAsync(List<String> values)
Fetch records that have LOG_AGENT IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByLogIpAsync(List<String> values)
Fetch records that have LOG_IP IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByLogUserAsync(List<String> values)
Fetch records that have LOG_USER IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XLog>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XLog>> 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<XLogRecord,XLog,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XLogRecord,XLog,String>Copyright © 2021. All rights reserved.