@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>
This class is generated by jOOQ.
| 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> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<SResource>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER 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> |
fetchBySeekComponent(String... values)
Fetch records that have
SEEK_COMPONENT IN (values) |
CompletableFuture<List<SResource>> |
fetchBySeekComponentAsync(List<String> values)
Fetch records that have
SEEK_COMPONENT IN (values) asynchronously |
List<SResource> |
fetchBySeekConfig(String... values)
Fetch records that have
SEEK_CONFIG IN (values) |
CompletableFuture<List<SResource>> |
fetchBySeekConfigAsync(List<String> values)
Fetch records that have
SEEK_CONFIG IN (values) asynchronously |
List<SResource> |
fetchBySeekSyntax(String... values)
Fetch records that have
SEEK_SYNTAX IN (values) |
CompletableFuture<List<SResource>> |
fetchBySeekSyntaxAsync(List<String> values)
Fetch records that have
SEEK_SYNTAX 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> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<SResource>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE 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 |
List<SResource> |
fetchByVirtual(Boolean... values)
Fetch records that have
VIRTUAL IN (values) |
CompletableFuture<List<SResource>> |
fetchByVirtualAsync(List<Boolean> values)
Fetch records that have
VIRTUAL 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()
Create a new SResourceDao without any configuration
public SResourceDao(org.jooq.Configuration configuration)
Create a new SResourceDao with an attached configuration
protected String getId(SResource object)
getId in class org.jooq.impl.DAOImpl<SResourceRecord,SResource,String>public List<SResource> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public SResource fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<SResource> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<SResource> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<SResource> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<SResource> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<SResource> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<SResource> fetchByLevel(Integer... values)
Fetch records that have LEVEL IN (values)
public List<SResource> fetchByModeRole(String... values)
Fetch records that have MODE_ROLE IN (values)
public List<SResource> fetchByModeGroup(String... values)
Fetch records that have MODE_GROUP IN (values)
public List<SResource> fetchByModeTree(String... values)
Fetch records that have MODE_TREE IN (values)
public List<SResource> fetchByVirtual(Boolean... values)
Fetch records that have VIRTUAL IN (values)
public List<SResource> fetchBySeekSyntax(String... values)
Fetch records that have SEEK_SYNTAX IN (values)
public List<SResource> fetchBySeekConfig(String... values)
Fetch records that have SEEK_CONFIG IN (values)
public List<SResource> fetchBySeekComponent(String... values)
Fetch records that have SEEK_COMPONENT IN (values)
public List<SResource> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SResource> fetchByCategory(String... values)
Fetch records that have CATEGORY IN (values)
public List<SResource> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SResource> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SResource> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SResource> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SResource> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SResource> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SResource> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SResource>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SResource> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SResource>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByLevelAsync(List<Integer> values)
Fetch records that have LEVEL IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByModeRoleAsync(List<String> values)
Fetch records that have MODE_ROLE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByModeGroupAsync(List<String> values)
Fetch records that have MODE_GROUP IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByModeTreeAsync(List<String> values)
Fetch records that have MODE_TREE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByVirtualAsync(List<Boolean> values)
Fetch records that have VIRTUAL IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchBySeekSyntaxAsync(List<String> values)
Fetch records that have SEEK_SYNTAX IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchBySeekConfigAsync(List<String> values)
Fetch records that have SEEK_CONFIG IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchBySeekComponentAsync(List<String> values)
Fetch records that have SEEK_COMPONENT IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByCategoryAsync(List<String> values)
Fetch records that have CATEGORY IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SResource>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SResource>> 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<SResourceRecord,SResource,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SResourceRecord,SResource,String>Copyright © 2021. All rights reserved.