@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SPathDao extends org.jooq.impl.DAOImpl<SPathRecord,SPath,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SPathRecord,SPath,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
SPathDao()
Create a new SPathDao without any configuration
|
SPathDao(org.jooq.Configuration configuration)
Create a new SPathDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SPath> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SPath>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SPath> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<SPath>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<SPath> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SPath>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SPath> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SPath>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SPath> |
fetchByGroupComponent(String... values)
Fetch records that have
GROUP_COMPONENT IN (values) |
CompletableFuture<List<SPath>> |
fetchByGroupComponentAsync(List<String> values)
Fetch records that have
GROUP_COMPONENT IN (values) asynchronously |
List<SPath> |
fetchByGroupCondition(String... values)
Fetch records that have
GROUP_CONDITION IN (values) |
CompletableFuture<List<SPath>> |
fetchByGroupConditionAsync(List<String> values)
Fetch records that have
GROUP_CONDITION IN (values) asynchronously |
List<SPath> |
fetchByGroupConfig(String... values)
Fetch records that have
GROUP_CONFIG IN (values) |
CompletableFuture<List<SPath>> |
fetchByGroupConfigAsync(List<String> values)
Fetch records that have
GROUP_CONFIG IN (values) asynchronously |
List<SPath> |
fetchByGroupMapping(String... values)
Fetch records that have
GROUP_MAPPING IN (values) |
CompletableFuture<List<SPath>> |
fetchByGroupMappingAsync(List<String> values)
Fetch records that have
GROUP_MAPPING IN (values) asynchronously |
List<SPath> |
fetchByGroupType(String... values)
Fetch records that have
GROUP_TYPE IN (values) |
CompletableFuture<List<SPath>> |
fetchByGroupTypeAsync(List<String> values)
Fetch records that have
GROUP_TYPE IN (values) asynchronously |
List<SPath> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SPath>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SPath> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SPath>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SPath> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SPath>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SPath> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SPath>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SPath> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SPath>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SPath> |
fetchByUiComponent(String... values)
Fetch records that have
UI_COMPONENT IN (values) |
CompletableFuture<List<SPath>> |
fetchByUiComponentAsync(List<String> values)
Fetch records that have
UI_COMPONENT IN (values) asynchronously |
List<SPath> |
fetchByUiCondition(String... values)
Fetch records that have
UI_CONDITION IN (values) |
CompletableFuture<List<SPath>> |
fetchByUiConditionAsync(List<String> values)
Fetch records that have
UI_CONDITION IN (values) asynchronously |
List<SPath> |
fetchByUiConfig(String... values)
Fetch records that have
UI_CONFIG IN (values) |
CompletableFuture<List<SPath>> |
fetchByUiConfigAsync(List<String> values)
Fetch records that have
UI_CONFIG IN (values) asynchronously |
List<SPath> |
fetchByUiType(String... values)
Fetch records that have
UI_TYPE IN (values) |
CompletableFuture<List<SPath>> |
fetchByUiTypeAsync(List<String> values)
Fetch records that have
UI_TYPE IN (values) asynchronously |
List<SPath> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SPath>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SPath> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SPath>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
SPath |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SPath> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SPath 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 SPathDao()
Create a new SPathDao without any configuration
public SPathDao(org.jooq.Configuration configuration)
Create a new SPathDao with an attached configuration
protected String getId(SPath object)
getId in class org.jooq.impl.DAOImpl<SPathRecord,SPath,String>public List<SPath> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<SPath> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<SPath> fetchByGroupMapping(String... values)
Fetch records that have GROUP_MAPPING IN (values)
public List<SPath> fetchByGroupType(String... values)
Fetch records that have GROUP_TYPE IN (values)
public List<SPath> fetchByGroupComponent(String... values)
Fetch records that have GROUP_COMPONENT IN (values)
public List<SPath> fetchByGroupCondition(String... values)
Fetch records that have GROUP_CONDITION IN (values)
public List<SPath> fetchByGroupConfig(String... values)
Fetch records that have GROUP_CONFIG IN (values)
public List<SPath> fetchByUiType(String... values)
Fetch records that have UI_TYPE IN (values)
public List<SPath> fetchByUiConfig(String... values)
Fetch records that have UI_CONFIG IN (values)
public List<SPath> fetchByUiCondition(String... values)
Fetch records that have UI_CONDITION IN (values)
public List<SPath> fetchByUiComponent(String... values)
Fetch records that have UI_COMPONENT IN (values)
public List<SPath> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SPath> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SPath> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SPath> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SPath> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SPath> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SPath> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SPath> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SPath>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SPath> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SPath>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByGroupMappingAsync(List<String> values)
Fetch records that have GROUP_MAPPING IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByGroupTypeAsync(List<String> values)
Fetch records that have GROUP_TYPE IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByGroupComponentAsync(List<String> values)
Fetch records that have GROUP_COMPONENT IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByGroupConditionAsync(List<String> values)
Fetch records that have GROUP_CONDITION IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByGroupConfigAsync(List<String> values)
Fetch records that have GROUP_CONFIG IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByUiTypeAsync(List<String> values)
Fetch records that have UI_TYPE IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByUiConfigAsync(List<String> values)
Fetch records that have UI_CONFIG IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByUiConditionAsync(List<String> values)
Fetch records that have UI_CONDITION IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByUiComponentAsync(List<String> values)
Fetch records that have UI_COMPONENT IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SPath>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SPath>> 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<SPathRecord,SPath,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SPathRecord,SPath,String>Copyright © 2021. All rights reserved.