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