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