@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class GEdgeDao extends org.jooq.impl.DAOImpl<GEdgeRecord,GEdge,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<GEdgeRecord,GEdge,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
GEdgeDao()
Create a new GEdgeDao without any configuration
|
GEdgeDao(org.jooq.Configuration configuration)
Create a new GEdgeDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<GEdge> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<GEdge>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<GEdge> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<GEdge>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<GEdge> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<GEdge>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<GEdge> |
fetchByGraphicId(String... values)
Fetch records that have
GRAPHIC_ID IN (values) |
CompletableFuture<List<GEdge>> |
fetchByGraphicIdAsync(List<String> values)
Fetch records that have
GRAPHIC_ID IN (values) asynchronously |
List<GEdge> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<GEdge>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<GEdge> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<GEdge>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<GEdge> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<GEdge>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<GEdge> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<GEdge>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<GEdge> |
fetchByRecordData(String... values)
Fetch records that have
RECORD_DATA IN (values) |
CompletableFuture<List<GEdge>> |
fetchByRecordDataAsync(List<String> values)
Fetch records that have
RECORD_DATA IN (values) asynchronously |
List<GEdge> |
fetchByRecordKey(String... values)
Fetch records that have
RECORD_KEY IN (values) |
CompletableFuture<List<GEdge>> |
fetchByRecordKeyAsync(List<String> values)
Fetch records that have
RECORD_KEY IN (values) asynchronously |
List<GEdge> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<GEdge>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<GEdge> |
fetchBySourceKey(String... values)
Fetch records that have
SOURCE_KEY IN (values) |
CompletableFuture<List<GEdge>> |
fetchBySourceKeyAsync(List<String> values)
Fetch records that have
SOURCE_KEY IN (values) asynchronously |
List<GEdge> |
fetchByTargetKey(String... values)
Fetch records that have
TARGET_KEY IN (values) |
CompletableFuture<List<GEdge>> |
fetchByTargetKeyAsync(List<String> values)
Fetch records that have
TARGET_KEY IN (values) asynchronously |
List<GEdge> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<GEdge>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<GEdge> |
fetchByUi(String... values)
Fetch records that have
UI IN (values) |
CompletableFuture<List<GEdge>> |
fetchByUiAsync(List<String> values)
Fetch records that have
UI IN (values) asynchronously |
List<GEdge> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<GEdge>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<GEdge> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<GEdge>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
GEdge |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<GEdge> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(GEdge 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 GEdgeDao()
Create a new GEdgeDao without any configuration
public GEdgeDao(org.jooq.Configuration configuration)
Create a new GEdgeDao with an attached configuration
protected String getId(GEdge object)
getId in class org.jooq.impl.DAOImpl<GEdgeRecord,GEdge,String>public List<GEdge> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<GEdge> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<GEdge> fetchBySourceKey(String... values)
Fetch records that have SOURCE_KEY IN (values)
public List<GEdge> fetchByTargetKey(String... values)
Fetch records that have TARGET_KEY IN (values)
public List<GEdge> fetchByGraphicId(String... values)
Fetch records that have GRAPHIC_ID IN (values)
public List<GEdge> fetchByRecordKey(String... values)
Fetch records that have RECORD_KEY IN (values)
public List<GEdge> fetchByRecordData(String... values)
Fetch records that have RECORD_DATA IN (values)
public List<GEdge> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<GEdge> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<GEdge> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<GEdge> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<GEdge> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<GEdge> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<GEdge> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<GEdge> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<GEdge>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<GEdge> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<GEdge>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchBySourceKeyAsync(List<String> values)
Fetch records that have SOURCE_KEY IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByTargetKeyAsync(List<String> values)
Fetch records that have TARGET_KEY IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByGraphicIdAsync(List<String> values)
Fetch records that have GRAPHIC_ID IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByUiAsync(List<String> values)
Fetch records that have UI IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByRecordKeyAsync(List<String> values)
Fetch records that have RECORD_KEY IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByRecordDataAsync(List<String> values)
Fetch records that have RECORD_DATA IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<GEdge>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<GEdge>> 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<GEdgeRecord,GEdge,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<GEdgeRecord,GEdge,String>Copyright © 2020. All rights reserved.