@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MIndexDao extends org.jooq.impl.DAOImpl<MIndexRecord,MIndex,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MIndexRecord,MIndex,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MIndexDao()
Create a new MIndexDao without any configuration
|
MIndexDao(org.jooq.Configuration configuration)
Create a new MIndexDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MIndex> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MIndex>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MIndex> |
fetchByClustered(Boolean... values)
Fetch records that have
CLUSTERED IN (values) |
CompletableFuture<List<MIndex>> |
fetchByClusteredAsync(List<Boolean> values)
Fetch records that have
CLUSTERED IN (values) asynchronously |
List<MIndex> |
fetchByColumns(String... values)
Fetch records that have
COLUMNS IN (values) |
CompletableFuture<List<MIndex>> |
fetchByColumnsAsync(List<String> values)
Fetch records that have
COLUMNS IN (values) asynchronously |
List<MIndex> |
fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MIndex>> |
fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MIndex> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MIndex>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MIndex> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MIndex>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MIndex> |
fetchByEntityId(String... values)
Fetch records that have
ENTITY_ID IN (values) |
CompletableFuture<List<MIndex>> |
fetchByEntityIdAsync(List<String> values)
Fetch records that have
ENTITY_ID IN (values) asynchronously |
List<MIndex> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MIndex>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MIndex> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MIndex>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MIndex> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MIndex>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MIndex> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MIndex>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MIndex> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MIndex>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MIndex> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MIndex>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MIndex> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MIndex>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MIndex> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MIndex>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
MIndex |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<MIndex> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(MIndex 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 MIndexDao()
Create a new MIndexDao without any configuration
public MIndexDao(org.jooq.Configuration configuration)
Create a new MIndexDao with an attached configuration
protected String getId(MIndex object)
getId in class org.jooq.impl.DAOImpl<MIndexRecord,MIndex,String>public List<MIndex> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<MIndex> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<MIndex> fetchByClustered(Boolean... values)
Fetch records that have CLUSTERED IN (values)
public List<MIndex> fetchByColumns(String... values)
Fetch records that have COLUMNS IN (values)
public List<MIndex> fetchByEntityId(String... values)
Fetch records that have ENTITY_ID IN (values)
public List<MIndex> fetchByComments(String... values)
Fetch records that have COMMENTS IN (values)
public List<MIndex> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<MIndex> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<MIndex> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<MIndex> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<MIndex> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<MIndex> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<MIndex> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<MIndex> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<MIndex>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<MIndex> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<MIndex>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByClusteredAsync(List<Boolean> values)
Fetch records that have CLUSTERED IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByColumnsAsync(List<String> values)
Fetch records that have COLUMNS IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByEntityIdAsync(List<String> values)
Fetch records that have ENTITY_ID IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByCommentsAsync(List<String> values)
Fetch records that have COMMENTS IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<MIndex>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<MIndex>> 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<MIndexRecord,MIndex,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<MIndexRecord,MIndex,String>Copyright © 2020. All rights reserved.