@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SPacketDao extends org.jooq.impl.DAOImpl<SPacketRecord,SPacket,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SPacketRecord,SPacket,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
SPacketDao()
Create a new SPacketDao without any configuration
|
SPacketDao(org.jooq.Configuration configuration)
Create a new SPacketDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SPacket> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SPacket>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SPacket> |
fetchByColConfig(String... values)
Fetch records that have
COL_CONFIG IN (values) |
CompletableFuture<List<SPacket>> |
fetchByColConfigAsync(List<String> values)
Fetch records that have
COL_CONFIG IN (values) asynchronously |
List<SPacket> |
fetchByColType(String... values)
Fetch records that have
COL_TYPE IN (values) |
CompletableFuture<List<SPacket>> |
fetchByColTypeAsync(List<String> values)
Fetch records that have
COL_TYPE IN (values) asynchronously |
List<SPacket> |
fetchByCondConfig(String... values)
Fetch records that have
COND_CONFIG IN (values) |
CompletableFuture<List<SPacket>> |
fetchByCondConfigAsync(List<String> values)
Fetch records that have
COND_CONFIG IN (values) asynchronously |
List<SPacket> |
fetchByCondTpl(String... values)
Fetch records that have
COND_TPL IN (values) |
CompletableFuture<List<SPacket>> |
fetchByCondTplAsync(List<String> values)
Fetch records that have
COND_TPL IN (values) asynchronously |
List<SPacket> |
fetchByCondTplMapping(String... values)
Fetch records that have
COND_TPL_MAPPING IN (values) |
CompletableFuture<List<SPacket>> |
fetchByCondTplMappingAsync(List<String> values)
Fetch records that have
COND_TPL_MAPPING IN (values) asynchronously |
List<SPacket> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SPacket>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SPacket> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SPacket>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SPacket> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SPacket>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SPacket> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SPacket>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SPacket> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SPacket>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SPacket> |
fetchByPathId(String... values)
Fetch records that have
PATH_ID IN (values) |
CompletableFuture<List<SPacket>> |
fetchByPathIdAsync(List<String> values)
Fetch records that have
PATH_ID IN (values) asynchronously |
List<SPacket> |
fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<SPacket>> |
fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<SPacket> |
fetchByRowField(String... values)
Fetch records that have
ROW_FIELD IN (values) |
CompletableFuture<List<SPacket>> |
fetchByRowFieldAsync(List<String> values)
Fetch records that have
ROW_FIELD IN (values) asynchronously |
List<SPacket> |
fetchByRowTpl(String... values)
Fetch records that have
ROW_TPL IN (values) |
CompletableFuture<List<SPacket>> |
fetchByRowTplAsync(List<String> values)
Fetch records that have
ROW_TPL IN (values) asynchronously |
List<SPacket> |
fetchByRowTplMapping(String... values)
Fetch records that have
ROW_TPL_MAPPING IN (values) |
CompletableFuture<List<SPacket>> |
fetchByRowTplMappingAsync(List<String> values)
Fetch records that have
ROW_TPL_MAPPING IN (values) asynchronously |
List<SPacket> |
fetchByRowType(String... values)
Fetch records that have
ROW_TYPE IN (values) |
CompletableFuture<List<SPacket>> |
fetchByRowTypeAsync(List<String> values)
Fetch records that have
ROW_TYPE IN (values) asynchronously |
List<SPacket> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SPacket>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SPacket> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SPacket>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SPacket> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SPacket>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
SPacket |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SPacket> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SPacket 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 SPacketDao()
Create a new SPacketDao without any configuration
public SPacketDao(org.jooq.Configuration configuration)
Create a new SPacketDao with an attached configuration
protected String getId(SPacket object)
getId in class org.jooq.impl.DAOImpl<SPacketRecord,SPacket,String>public List<SPacket> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<SPacket> fetchByPathId(String... values)
Fetch records that have PATH_ID IN (values)
public List<SPacket> fetchByResourceId(String... values)
Fetch records that have RESOURCE_ID IN (values)
public List<SPacket> fetchByRowType(String... values)
Fetch records that have ROW_TYPE IN (values)
public List<SPacket> fetchByRowField(String... values)
Fetch records that have ROW_FIELD IN (values)
public List<SPacket> fetchByRowTpl(String... values)
Fetch records that have ROW_TPL IN (values)
public List<SPacket> fetchByRowTplMapping(String... values)
Fetch records that have ROW_TPL_MAPPING IN (values)
public List<SPacket> fetchByColType(String... values)
Fetch records that have COL_TYPE IN (values)
public List<SPacket> fetchByColConfig(String... values)
Fetch records that have COL_CONFIG IN (values)
public List<SPacket> fetchByCondTpl(String... values)
Fetch records that have COND_TPL IN (values)
public List<SPacket> fetchByCondTplMapping(String... values)
Fetch records that have COND_TPL_MAPPING IN (values)
public List<SPacket> fetchByCondConfig(String... values)
Fetch records that have COND_CONFIG IN (values)
public List<SPacket> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SPacket> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SPacket> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SPacket> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SPacket> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SPacket> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SPacket> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SPacket> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SPacket>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SPacket> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SPacket>> fetchByPathIdAsync(List<String> values)
Fetch records that have PATH_ID IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByResourceIdAsync(List<String> values)
Fetch records that have RESOURCE_ID IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByRowTypeAsync(List<String> values)
Fetch records that have ROW_TYPE IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByRowFieldAsync(List<String> values)
Fetch records that have ROW_FIELD IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByRowTplAsync(List<String> values)
Fetch records that have ROW_TPL IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByRowTplMappingAsync(List<String> values)
Fetch records that have ROW_TPL_MAPPING IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByColTypeAsync(List<String> values)
Fetch records that have COL_TYPE IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByColConfigAsync(List<String> values)
Fetch records that have COL_CONFIG IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByCondTplAsync(List<String> values)
Fetch records that have COND_TPL IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByCondTplMappingAsync(List<String> values)
Fetch records that have COND_TPL_MAPPING IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByCondConfigAsync(List<String> values)
Fetch records that have COND_CONFIG IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SPacket>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SPacket>> 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<SPacketRecord,SPacket,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SPacketRecord,SPacket,String>Copyright © 2020. All rights reserved.