@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SActionDao extends org.jooq.impl.DAOImpl<SActionRecord,SAction,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SActionRecord,SAction,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
SActionDao()
Create a new SActionDao without any configuration
|
SActionDao(org.jooq.Configuration configuration)
Create a new SActionDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SAction> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SAction>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SAction> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SAction>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SAction> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<SAction>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<SAction> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SAction>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SAction> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SAction>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SAction> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SAction>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SAction> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SAction>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SAction> |
fetchByLevel(Integer... values)
Fetch records that have
LEVEL IN (values) |
CompletableFuture<List<SAction>> |
fetchByLevelAsync(List<Integer> values)
Fetch records that have
LEVEL IN (values) asynchronously |
List<SAction> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SAction>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SAction> |
fetchByMethod(String... values)
Fetch records that have
METHOD IN (values) |
CompletableFuture<List<SAction>> |
fetchByMethodAsync(List<String> values)
Fetch records that have
METHOD IN (values) asynchronously |
List<SAction> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SAction>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SAction> |
fetchByPermissionId(String... values)
Fetch records that have
PERMISSION_ID IN (values) |
CompletableFuture<List<SAction>> |
fetchByPermissionIdAsync(List<String> values)
Fetch records that have
PERMISSION_ID IN (values) asynchronously |
List<SAction> |
fetchByRenewalCredit(String... values)
Fetch records that have
RENEWAL_CREDIT IN (values) |
CompletableFuture<List<SAction>> |
fetchByRenewalCreditAsync(List<String> values)
Fetch records that have
RENEWAL_CREDIT IN (values) asynchronously |
List<SAction> |
fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<SAction>> |
fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<SAction> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SAction>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SAction> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SAction>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SAction> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SAction>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<SAction> |
fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<SAction>> |
fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
SAction |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SAction> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
SAction |
fetchOneByResourceId(String value)
Fetch a unique record that has
RESOURCE_ID = value |
CompletableFuture<SAction> |
fetchOneByResourceIdAsync(String value)
Fetch a unique record that has
RESOURCE_ID = value asynchronously |
protected String |
getId(SAction 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 SActionDao()
Create a new SActionDao without any configuration
public SActionDao(org.jooq.Configuration configuration)
Create a new SActionDao with an attached configuration
protected String getId(SAction object)
getId in class org.jooq.impl.DAOImpl<SActionRecord,SAction,String>public List<SAction> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<SAction> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<SAction> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<SAction> fetchByResourceId(String... values)
Fetch records that have RESOURCE_ID IN (values)
public SAction fetchOneByResourceId(String value)
Fetch a unique record that has RESOURCE_ID = value
public List<SAction> fetchByPermissionId(String... values)
Fetch records that have PERMISSION_ID IN (values)
public List<SAction> fetchByLevel(Integer... values)
Fetch records that have LEVEL IN (values)
public List<SAction> fetchByUri(String... values)
Fetch records that have URI IN (values)
public List<SAction> fetchByMethod(String... values)
Fetch records that have METHOD IN (values)
public List<SAction> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SAction> fetchByRenewalCredit(String... values)
Fetch records that have RENEWAL_CREDIT IN (values)
public List<SAction> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SAction> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SAction> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SAction> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<SAction> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SAction> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SAction> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SAction> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SAction>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SAction> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SAction>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByResourceIdAsync(List<String> values)
Fetch records that have RESOURCE_ID IN (values) asynchronously
public CompletableFuture<SAction> fetchOneByResourceIdAsync(String value)
Fetch a unique record that has RESOURCE_ID = value asynchronously
public CompletableFuture<List<SAction>> fetchByPermissionIdAsync(List<String> values)
Fetch records that have PERMISSION_ID IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByLevelAsync(List<Integer> values)
Fetch records that have LEVEL IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByUriAsync(List<String> values)
Fetch records that have URI IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByMethodAsync(List<String> values)
Fetch records that have METHOD IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByRenewalCreditAsync(List<String> values)
Fetch records that have RENEWAL_CREDIT IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SAction>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SAction>> 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<SActionRecord,SAction,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SActionRecord,SAction,String>Copyright © 2020. All rights reserved.