@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class GGraphicDao extends org.jooq.impl.DAOImpl<GGraphicRecord,GGraphic,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<GGraphicRecord,GGraphic,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
GGraphicDao()
Create a new GGraphicDao without any configuration
|
GGraphicDao(org.jooq.Configuration configuration)
Create a new GGraphicDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<GGraphic> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<GGraphic> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<GGraphic> |
fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<GGraphic> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<GGraphic> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<GGraphic> |
fetchByGraphicId(String... values)
Fetch records that have
GRAPHIC_ID IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByGraphicIdAsync(List<String> values)
Fetch records that have
GRAPHIC_ID IN (values) asynchronously |
List<GGraphic> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<GGraphic> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<GGraphic> |
fetchByMaster(Boolean... values)
Fetch records that have
MASTER IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByMasterAsync(List<Boolean> values)
Fetch records that have
MASTER IN (values) asynchronously |
List<GGraphic> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<GGraphic> |
fetchByMode(String... values)
Fetch records that have
MODE IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByModeAsync(List<String> values)
Fetch records that have
MODE IN (values) asynchronously |
List<GGraphic> |
fetchByModelCategory(String... values)
Fetch records that have
MODEL_CATEGORY IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByModelCategoryAsync(List<String> values)
Fetch records that have
MODEL_CATEGORY IN (values) asynchronously |
List<GGraphic> |
fetchByModelId(String... values)
Fetch records that have
MODEL_ID IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByModelIdAsync(List<String> values)
Fetch records that have
MODEL_ID IN (values) asynchronously |
List<GGraphic> |
fetchByModelKey(String... values)
Fetch records that have
MODEL_KEY IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByModelKeyAsync(List<String> values)
Fetch records that have
MODEL_KEY IN (values) asynchronously |
List<GGraphic> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<GGraphic> |
fetchByOwnerId(String... values)
Fetch records that have
OWNER_ID IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByOwnerIdAsync(List<String> values)
Fetch records that have
OWNER_ID IN (values) asynchronously |
List<GGraphic> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<GGraphic>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<GGraphic> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<GGraphic> |
fetchByUi(String... values)
Fetch records that have
UI IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByUiAsync(List<String> values)
Fetch records that have
UI IN (values) asynchronously |
List<GGraphic> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<GGraphic> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<GGraphic>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
GGraphic |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<GGraphic> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(GGraphic 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 GGraphicDao()
Create a new GGraphicDao without any configuration
public GGraphicDao(org.jooq.Configuration configuration)
Create a new GGraphicDao with an attached configuration
protected String getId(GGraphic object)
getId in class org.jooq.impl.DAOImpl<GGraphicRecord,GGraphic,String>public List<GGraphic> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public GGraphic fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<GGraphic> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<GGraphic> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<GGraphic> fetchByMode(String... values)
Fetch records that have MODE IN (values)
public List<GGraphic> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<GGraphic> fetchByComments(String... values)
Fetch records that have COMMENTS IN (values)
public List<GGraphic> fetchByOwnerId(String... values)
Fetch records that have OWNER_ID IN (values)
public List<GGraphic> fetchByGraphicId(String... values)
Fetch records that have GRAPHIC_ID IN (values)
public List<GGraphic> fetchByMaster(Boolean... values)
Fetch records that have MASTER IN (values)
public List<GGraphic> fetchByModelId(String... values)
Fetch records that have MODEL_ID IN (values)
public List<GGraphic> fetchByModelKey(String... values)
Fetch records that have MODEL_KEY IN (values)
public List<GGraphic> fetchByModelCategory(String... values)
Fetch records that have MODEL_CATEGORY IN (values)
public List<GGraphic> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<GGraphic> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<GGraphic> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<GGraphic> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<GGraphic> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<GGraphic> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<GGraphic> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<GGraphic> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<GGraphic>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<GGraphic> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<GGraphic>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByModeAsync(List<String> values)
Fetch records that have MODE IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByCommentsAsync(List<String> values)
Fetch records that have COMMENTS IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByOwnerIdAsync(List<String> values)
Fetch records that have OWNER_ID IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByUiAsync(List<String> values)
Fetch records that have UI IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByGraphicIdAsync(List<String> values)
Fetch records that have GRAPHIC_ID IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByMasterAsync(List<Boolean> values)
Fetch records that have MASTER IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByModelIdAsync(List<String> values)
Fetch records that have MODEL_ID IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByModelKeyAsync(List<String> values)
Fetch records that have MODEL_KEY IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByModelCategoryAsync(List<String> values)
Fetch records that have MODEL_CATEGORY IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<GGraphic>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<GGraphic>> 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<GGraphicRecord,GGraphic,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<GGraphicRecord,GGraphic,String>Copyright © 2021. All rights reserved.