@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SRoleDao extends org.jooq.impl.DAOImpl<SRoleRecord,SRole,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SRoleRecord,SRole,String>
| Constructor and Description |
|---|
SRoleDao()
Create a new SRoleDao without any configuration
|
SRoleDao(org.jooq.Configuration configuration)
Create a new SRoleDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SRole> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SRole>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SRole> |
fetchByCategory(String... values)
Fetch records that have
CATEGORY IN (values) |
CompletableFuture<List<SRole>> |
fetchByCategoryAsync(List<String> values)
Fetch records that have
CATEGORY IN (values) asynchronously |
List<SRole> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SRole>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SRole> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<SRole>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<SRole> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SRole>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SRole> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SRole>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SRole> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SRole>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SRole> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SRole>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SRole> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SRole>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SRole> |
fetchByModelId(String... values)
Fetch records that have
MODEL_ID IN (values) |
CompletableFuture<List<SRole>> |
fetchByModelIdAsync(List<String> values)
Fetch records that have
MODEL_ID IN (values) asynchronously |
List<SRole> |
fetchByModelKey(String... values)
Fetch records that have
MODEL_KEY IN (values) |
CompletableFuture<List<SRole>> |
fetchByModelKeyAsync(List<String> values)
Fetch records that have
MODEL_KEY IN (values) asynchronously |
List<SRole> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SRole>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SRole> |
fetchByPower(Boolean... values)
Fetch records that have
POWER IN (values) |
CompletableFuture<List<SRole>> |
fetchByPowerAsync(List<Boolean> values)
Fetch records that have
POWER IN (values) asynchronously |
List<SRole> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SRole>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SRole> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SRole>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SRole> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SRole>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
SRole |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SRole> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SRole 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 SRoleDao()
public SRoleDao(org.jooq.Configuration configuration)
protected String getId(SRole object)
getId in class org.jooq.impl.DAOImpl<SRoleRecord,SRole,String>public List<SRole> fetchByName(String... values)
NAME IN (values)public List<SRole> fetchByCode(String... values)
CODE IN (values)public List<SRole> fetchByPower(Boolean... values)
POWER IN (values)public List<SRole> fetchByComment(String... values)
COMMENT IN (values)public List<SRole> fetchByModelId(String... values)
MODEL_ID IN (values)public List<SRole> fetchByModelKey(String... values)
MODEL_KEY IN (values)public List<SRole> fetchByCategory(String... values)
CATEGORY IN (values)public List<SRole> fetchBySigma(String... values)
SIGMA IN (values)public List<SRole> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<SRole> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<SRole> fetchByMetadata(String... values)
METADATA IN (values)public List<SRole> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<SRole> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<SRole> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<SRole> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<SRole>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<SRole> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<SRole>> fetchByNameAsync(List<String> values)
NAME IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByCodeAsync(List<String> values)
CODE IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByPowerAsync(List<Boolean> values)
POWER IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByCommentAsync(List<String> values)
COMMENT IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByModelIdAsync(List<String> values)
MODEL_ID IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByModelKeyAsync(List<String> values)
MODEL_KEY IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByCategoryAsync(List<String> values)
CATEGORY IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SRole>> fetchByUpdatedByAsync(List<String> values)
UPDATED_BY IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SRoleRecord,SRole,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SRoleRecord,SRole,String>Copyright © 2020. All rights reserved.