@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SResourceDao extends org.jooq.impl.DAOImpl<SResourceRecord,SResource,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SResourceRecord,SResource,String>
| Constructor and Description |
|---|
SResourceDao()
Create a new SResourceDao without any configuration
|
SResourceDao(org.jooq.Configuration configuration)
Create a new SResourceDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SResource> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SResource>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SResource> |
fetchByCategory(String... values)
Fetch records that have
CATEGORY IN (values) |
CompletableFuture<List<SResource>> |
fetchByCategoryAsync(List<String> values)
Fetch records that have
CATEGORY IN (values) asynchronously |
List<SResource> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SResource>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SResource> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<SResource>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<SResource> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SResource>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SResource> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SResource>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SResource> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SResource>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SResource> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SResource>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SResource> |
fetchByLevel(Integer... values)
Fetch records that have
LEVEL IN (values) |
CompletableFuture<List<SResource>> |
fetchByLevelAsync(List<Integer> values)
Fetch records that have
LEVEL IN (values) asynchronously |
List<SResource> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SResource>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SResource> |
fetchByModeGroup(String... values)
Fetch records that have
MODE_GROUP IN (values) |
CompletableFuture<List<SResource>> |
fetchByModeGroupAsync(List<String> values)
Fetch records that have
MODE_GROUP IN (values) asynchronously |
List<SResource> |
fetchByModeRole(String... values)
Fetch records that have
MODE_ROLE IN (values) |
CompletableFuture<List<SResource>> |
fetchByModeRoleAsync(List<String> values)
Fetch records that have
MODE_ROLE IN (values) asynchronously |
List<SResource> |
fetchByModeTree(String... values)
Fetch records that have
MODE_TREE IN (values) |
CompletableFuture<List<SResource>> |
fetchByModeTreeAsync(List<String> values)
Fetch records that have
MODE_TREE IN (values) asynchronously |
List<SResource> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SResource>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SResource> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SResource>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SResource> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SResource>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SResource> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SResource>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
SResource |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SResource> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SResource 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 SResourceDao()
public SResourceDao(org.jooq.Configuration configuration)
protected String getId(SResource object)
getId in class org.jooq.impl.DAOImpl<SResourceRecord,SResource,String>public List<SResource> fetchByKey(String... values)
KEY IN (values)public SResource fetchOneByKey(String value)
KEY = valuepublic List<SResource> fetchByCode(String... values)
CODE IN (values)public List<SResource> fetchByName(String... values)
NAME IN (values)public List<SResource> fetchByComment(String... values)
COMMENT IN (values)public List<SResource> fetchByLevel(Integer... values)
LEVEL IN (values)public List<SResource> fetchByModeRole(String... values)
MODE_ROLE IN (values)public List<SResource> fetchByModeGroup(String... values)
MODE_GROUP IN (values)public List<SResource> fetchByModeTree(String... values)
MODE_TREE IN (values)public List<SResource> fetchBySigma(String... values)
SIGMA IN (values)public List<SResource> fetchByCategory(String... values)
CATEGORY IN (values)public List<SResource> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<SResource> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<SResource> fetchByMetadata(String... values)
METADATA IN (values)public List<SResource> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<SResource> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<SResource> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<SResource> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<SResource>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<SResource> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<SResource>> fetchByCodeAsync(List<String> values)
CODE IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByNameAsync(List<String> values)
NAME IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByCommentAsync(List<String> values)
COMMENT IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByLevelAsync(List<Integer> values)
LEVEL IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByModeRoleAsync(List<String> values)
MODE_ROLE IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByModeGroupAsync(List<String> values)
MODE_GROUP IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByModeTreeAsync(List<String> values)
MODE_TREE IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByCategoryAsync(List<String> values)
CATEGORY IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<SResource>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SResource>> 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<SResourceRecord,SResource,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SResourceRecord,SResource,String>Copyright © 2019. All rights reserved.