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