@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MAttributeDao extends org.jooq.impl.DAOImpl<MAttributeRecord,MAttribute,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MAttributeRecord,MAttribute,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MAttributeDao()
Create a new MAttributeDao without any configuration
|
MAttributeDao(org.jooq.Configuration configuration)
Create a new MAttributeDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MAttribute> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MAttribute> |
fetchByAlias(String... values)
Fetch records that have
ALIAS IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByAliasAsync(List<String> values)
Fetch records that have
ALIAS IN (values) asynchronously |
List<MAttribute> |
fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MAttribute> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MAttribute> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MAttribute> |
fetchByExpression(String... values)
Fetch records that have
EXPRESSION IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByExpressionAsync(List<String> values)
Fetch records that have
EXPRESSION IN (values) asynchronously |
List<MAttribute> |
fetchByInComponent(String... values)
Fetch records that have
IN_COMPONENT IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByInComponentAsync(List<String> values)
Fetch records that have
IN_COMPONENT IN (values) asynchronously |
List<MAttribute> |
fetchByIsArray(Boolean... values)
Fetch records that have
IS_ARRAY IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsArrayAsync(List<Boolean> values)
Fetch records that have
IS_ARRAY IN (values) asynchronously |
List<MAttribute> |
fetchByIsConfirm(Boolean... values)
Fetch records that have
IS_CONFIRM IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsConfirmAsync(List<Boolean> values)
Fetch records that have
IS_CONFIRM IN (values) asynchronously |
List<MAttribute> |
fetchByIsLock(Boolean... values)
Fetch records that have
IS_LOCK IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsLockAsync(List<Boolean> values)
Fetch records that have
IS_LOCK IN (values) asynchronously |
List<MAttribute> |
fetchByIsRefer(Boolean... values)
Fetch records that have
IS_REFER IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsReferAsync(List<Boolean> values)
Fetch records that have
IS_REFER IN (values) asynchronously |
List<MAttribute> |
fetchByIsSyncIn(Boolean... values)
Fetch records that have
IS_SYNC_IN IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsSyncInAsync(List<Boolean> values)
Fetch records that have
IS_SYNC_IN IN (values) asynchronously |
List<MAttribute> |
fetchByIsSyncOut(Boolean... values)
Fetch records that have
IS_SYNC_OUT IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsSyncOutAsync(List<Boolean> values)
Fetch records that have
IS_SYNC_OUT IN (values) asynchronously |
List<MAttribute> |
fetchByIsTrack(Boolean... values)
Fetch records that have
IS_TRACK IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByIsTrackAsync(List<Boolean> values)
Fetch records that have
IS_TRACK IN (values) asynchronously |
List<MAttribute> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MAttribute> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MAttribute> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MAttribute> |
fetchByModelId(String... values)
Fetch records that have
MODEL_ID IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByModelIdAsync(List<String> values)
Fetch records that have
MODEL_ID IN (values) asynchronously |
List<MAttribute> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MAttribute> |
fetchByNormalize(String... values)
Fetch records that have
NORMALIZE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByNormalizeAsync(List<String> values)
Fetch records that have
NORMALIZE IN (values) asynchronously |
List<MAttribute> |
fetchByOutComponent(String... values)
Fetch records that have
OUT_COMPONENT IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByOutComponentAsync(List<String> values)
Fetch records that have
OUT_COMPONENT IN (values) asynchronously |
List<MAttribute> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MAttribute> |
fetchBySource(String... values)
Fetch records that have
SOURCE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySourceAsync(List<String> values)
Fetch records that have
SOURCE IN (values) asynchronously |
List<MAttribute> |
fetchBySourceConfig(String... values)
Fetch records that have
SOURCE_CONFIG IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySourceConfigAsync(List<String> values)
Fetch records that have
SOURCE_CONFIG IN (values) asynchronously |
List<MAttribute> |
fetchBySourceExternal(String... values)
Fetch records that have
SOURCE_EXTERNAL IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySourceExternalAsync(List<String> values)
Fetch records that have
SOURCE_EXTERNAL IN (values) asynchronously |
List<MAttribute> |
fetchBySourceField(String... values)
Fetch records that have
SOURCE_FIELD IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySourceFieldAsync(List<String> values)
Fetch records that have
SOURCE_FIELD IN (values) asynchronously |
List<MAttribute> |
fetchBySourceReference(String... values)
Fetch records that have
SOURCE_REFERENCE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchBySourceReferenceAsync(List<String> values)
Fetch records that have
SOURCE_REFERENCE IN (values) asynchronously |
List<MAttribute> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MAttribute> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MAttribute> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MAttribute>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
MAttribute |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<MAttribute> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(MAttribute 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 MAttributeDao()
Create a new MAttributeDao without any configuration
public MAttributeDao(org.jooq.Configuration configuration)
Create a new MAttributeDao with an attached configuration
protected String getId(MAttribute object)
getId in class org.jooq.impl.DAOImpl<MAttributeRecord,MAttribute,String>public List<MAttribute> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public MAttribute fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<MAttribute> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<MAttribute> fetchByAlias(String... values)
Fetch records that have ALIAS IN (values)
public List<MAttribute> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<MAttribute> fetchByExpression(String... values)
Fetch records that have EXPRESSION IN (values)
public List<MAttribute> fetchByNormalize(String... values)
Fetch records that have NORMALIZE IN (values)
public List<MAttribute> fetchByInComponent(String... values)
Fetch records that have IN_COMPONENT IN (values)
public List<MAttribute> fetchByOutComponent(String... values)
Fetch records that have OUT_COMPONENT IN (values)
public List<MAttribute> fetchByModelId(String... values)
Fetch records that have MODEL_ID IN (values)
public List<MAttribute> fetchByComments(String... values)
Fetch records that have COMMENTS IN (values)
public List<MAttribute> fetchBySource(String... values)
Fetch records that have SOURCE IN (values)
public List<MAttribute> fetchBySourceField(String... values)
Fetch records that have SOURCE_FIELD IN (values)
public List<MAttribute> fetchBySourceConfig(String... values)
Fetch records that have SOURCE_CONFIG IN (values)
public List<MAttribute> fetchBySourceReference(String... values)
Fetch records that have SOURCE_REFERENCE IN (values)
public List<MAttribute> fetchBySourceExternal(String... values)
Fetch records that have SOURCE_EXTERNAL IN (values)
public List<MAttribute> fetchByIsArray(Boolean... values)
Fetch records that have IS_ARRAY IN (values)
public List<MAttribute> fetchByIsRefer(Boolean... values)
Fetch records that have IS_REFER IN (values)
public List<MAttribute> fetchByIsSyncIn(Boolean... values)
Fetch records that have IS_SYNC_IN IN (values)
public List<MAttribute> fetchByIsSyncOut(Boolean... values)
Fetch records that have IS_SYNC_OUT IN (values)
public List<MAttribute> fetchByIsLock(Boolean... values)
Fetch records that have IS_LOCK IN (values)
public List<MAttribute> fetchByIsTrack(Boolean... values)
Fetch records that have IS_TRACK IN (values)
public List<MAttribute> fetchByIsConfirm(Boolean... values)
Fetch records that have IS_CONFIRM IN (values)
public List<MAttribute> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<MAttribute> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<MAttribute> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<MAttribute> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<MAttribute> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<MAttribute> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<MAttribute> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<MAttribute> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<MAttribute>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<MAttribute> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<MAttribute>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByAliasAsync(List<String> values)
Fetch records that have ALIAS IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByExpressionAsync(List<String> values)
Fetch records that have EXPRESSION IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByNormalizeAsync(List<String> values)
Fetch records that have NORMALIZE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByInComponentAsync(List<String> values)
Fetch records that have IN_COMPONENT IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByOutComponentAsync(List<String> values)
Fetch records that have OUT_COMPONENT IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByModelIdAsync(List<String> values)
Fetch records that have MODEL_ID IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByCommentsAsync(List<String> values)
Fetch records that have COMMENTS IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySourceAsync(List<String> values)
Fetch records that have SOURCE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySourceFieldAsync(List<String> values)
Fetch records that have SOURCE_FIELD IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySourceConfigAsync(List<String> values)
Fetch records that have SOURCE_CONFIG IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySourceReferenceAsync(List<String> values)
Fetch records that have SOURCE_REFERENCE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySourceExternalAsync(List<String> values)
Fetch records that have SOURCE_EXTERNAL IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsArrayAsync(List<Boolean> values)
Fetch records that have IS_ARRAY IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsReferAsync(List<Boolean> values)
Fetch records that have IS_REFER IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsSyncInAsync(List<Boolean> values)
Fetch records that have IS_SYNC_IN IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsSyncOutAsync(List<Boolean> values)
Fetch records that have IS_SYNC_OUT IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsLockAsync(List<Boolean> values)
Fetch records that have IS_LOCK IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsTrackAsync(List<Boolean> values)
Fetch records that have IS_TRACK IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByIsConfirmAsync(List<Boolean> values)
Fetch records that have IS_CONFIRM IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<MAttribute>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<MAttribute>> 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<MAttributeRecord,MAttribute,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<MAttributeRecord,MAttribute,String>Copyright © 2021. All rights reserved.