@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MModelDao extends org.jooq.impl.DAOImpl<MModelRecord,MModel,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MModelRecord,MModel,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MModelDao()
Create a new MModelDao without any configuration
|
MModelDao(org.jooq.Configuration configuration)
Create a new MModelDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MModel> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MModel>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MModel> |
fetchByAlias(String... values)
Fetch records that have
ALIAS IN (values) |
CompletableFuture<List<MModel>> |
fetchByAliasAsync(List<String> values)
Fetch records that have
ALIAS IN (values) asynchronously |
List<MModel> |
fetchByCategoryId(String... values)
Fetch records that have
CATEGORY_ID IN (values) |
CompletableFuture<List<MModel>> |
fetchByCategoryIdAsync(List<String> values)
Fetch records that have
CATEGORY_ID IN (values) asynchronously |
List<MModel> |
fetchByCategoryTree(String... values)
Fetch records that have
CATEGORY_TREE IN (values) |
CompletableFuture<List<MModel>> |
fetchByCategoryTreeAsync(List<String> values)
Fetch records that have
CATEGORY_TREE IN (values) asynchronously |
List<MModel> |
fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MModel>> |
fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MModel> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MModel>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MModel> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MModel>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MModel> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<MModel>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<MModel> |
fetchByIsTrack(Boolean... values)
Fetch records that have
IS_TRACK IN (values) |
CompletableFuture<List<MModel>> |
fetchByIsTrackAsync(List<Boolean> values)
Fetch records that have
IS_TRACK IN (values) asynchronously |
List<MModel> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MModel>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MModel> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MModel>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MModel> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MModel>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MModel> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MModel>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MModel> |
fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<MModel>> |
fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<MModel> |
fetchByRuleUnique(String... values)
Fetch records that have
RULE_UNIQUE IN (values) |
CompletableFuture<List<MModel>> |
fetchByRuleUniqueAsync(List<String> values)
Fetch records that have
RULE_UNIQUE IN (values) asynchronously |
List<MModel> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MModel>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MModel> |
fetchBySpider(String... values)
Fetch records that have
SPIDER IN (values) |
CompletableFuture<List<MModel>> |
fetchBySpiderAsync(List<String> values)
Fetch records that have
SPIDER IN (values) asynchronously |
List<MModel> |
fetchBySpiderComponent(String... values)
Fetch records that have
SPIDER_COMPONENT IN (values) |
CompletableFuture<List<MModel>> |
fetchBySpiderComponentAsync(List<String> values)
Fetch records that have
SPIDER_COMPONENT IN (values) asynchronously |
List<MModel> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MModel>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MModel> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MModel>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MModel> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MModel>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
MModel |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<MModel> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(MModel 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 MModelDao()
Create a new MModelDao without any configuration
public MModelDao(org.jooq.Configuration configuration)
Create a new MModelDao with an attached configuration
protected String getId(MModel object)
getId in class org.jooq.impl.DAOImpl<MModelRecord,MModel,String>public List<MModel> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<MModel> fetchByNamespace(String... values)
Fetch records that have NAMESPACE IN (values)
public List<MModel> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<MModel> fetchByAlias(String... values)
Fetch records that have ALIAS IN (values)
public List<MModel> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<MModel> fetchByComments(String... values)
Fetch records that have COMMENTS IN (values)
public List<MModel> fetchByCategoryTree(String... values)
Fetch records that have CATEGORY_TREE IN (values)
public List<MModel> fetchByCategoryId(String... values)
Fetch records that have CATEGORY_ID IN (values)
public List<MModel> fetchByRuleUnique(String... values)
Fetch records that have RULE_UNIQUE IN (values)
public List<MModel> fetchByIsTrack(Boolean... values)
Fetch records that have IS_TRACK IN (values)
public List<MModel> fetchBySpider(String... values)
Fetch records that have SPIDER IN (values)
public List<MModel> fetchBySpiderComponent(String... values)
Fetch records that have SPIDER_COMPONENT IN (values)
public List<MModel> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<MModel> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<MModel> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<MModel> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<MModel> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<MModel> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<MModel> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<MModel> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<MModel>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<MModel> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<MModel>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByNamespaceAsync(List<String> values)
Fetch records that have NAMESPACE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByAliasAsync(List<String> values)
Fetch records that have ALIAS IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByCommentsAsync(List<String> values)
Fetch records that have COMMENTS IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByCategoryTreeAsync(List<String> values)
Fetch records that have CATEGORY_TREE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByCategoryIdAsync(List<String> values)
Fetch records that have CATEGORY_ID IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByRuleUniqueAsync(List<String> values)
Fetch records that have RULE_UNIQUE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByIsTrackAsync(List<Boolean> values)
Fetch records that have IS_TRACK IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchBySpiderAsync(List<String> values)
Fetch records that have SPIDER IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchBySpiderComponentAsync(List<String> values)
Fetch records that have SPIDER_COMPONENT IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<MModel>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<MModel>> 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<MModelRecord,MModel,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<MModelRecord,MModel,String>Copyright © 2020. All rights reserved.