@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class IServiceDao extends org.jooq.impl.DAOImpl<IServiceRecord,IService,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<IServiceRecord,IService,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
IServiceDao()
Create a new IServiceDao without any configuration
|
IServiceDao(org.jooq.Configuration configuration)
Create a new IServiceDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<IService> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IService>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IService> |
fetchByChannelComponent(String... values)
Fetch records that have
CHANNEL_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
fetchByChannelComponentAsync(List<String> values)
Fetch records that have
CHANNEL_COMPONENT IN (values) asynchronously |
List<IService> |
fetchByChannelConfig(String... values)
Fetch records that have
CHANNEL_CONFIG IN (values) |
CompletableFuture<List<IService>> |
fetchByChannelConfigAsync(List<String> values)
Fetch records that have
CHANNEL_CONFIG IN (values) asynchronously |
List<IService> |
fetchByChannelType(String... values)
Fetch records that have
CHANNEL_TYPE IN (values) |
CompletableFuture<List<IService>> |
fetchByChannelTypeAsync(List<String> values)
Fetch records that have
CHANNEL_TYPE IN (values) asynchronously |
List<IService> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IService>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IService> |
fetchByConfigDatabase(String... values)
Fetch records that have
CONFIG_DATABASE IN (values) |
CompletableFuture<List<IService>> |
fetchByConfigDatabaseAsync(List<String> values)
Fetch records that have
CONFIG_DATABASE IN (values) asynchronously |
List<IService> |
fetchByConfigIntegration(String... values)
Fetch records that have
CONFIG_INTEGRATION IN (values) |
CompletableFuture<List<IService>> |
fetchByConfigIntegrationAsync(List<String> values)
Fetch records that have
CONFIG_INTEGRATION IN (values) asynchronously |
List<IService> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IService>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IService> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IService>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IService> |
fetchByDictComponent(String... values)
Fetch records that have
DICT_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
fetchByDictComponentAsync(List<String> values)
Fetch records that have
DICT_COMPONENT IN (values) asynchronously |
List<IService> |
fetchByDictConfig(String... values)
Fetch records that have
DICT_CONFIG IN (values) |
CompletableFuture<List<IService>> |
fetchByDictConfigAsync(List<String> values)
Fetch records that have
DICT_CONFIG IN (values) asynchronously |
List<IService> |
fetchByDictEpsilon(String... values)
Fetch records that have
DICT_EPSILON IN (values) |
CompletableFuture<List<IService>> |
fetchByDictEpsilonAsync(List<String> values)
Fetch records that have
DICT_EPSILON IN (values) asynchronously |
List<IService> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<IService>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<IService> |
fetchByIdentifierComponent(String... values)
Fetch records that have
IDENTIFIER_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
fetchByIdentifierComponentAsync(List<String> values)
Fetch records that have
IDENTIFIER_COMPONENT IN (values) asynchronously |
List<IService> |
fetchByInScript(String... values)
Fetch records that have
IN_SCRIPT IN (values) |
CompletableFuture<List<IService>> |
fetchByInScriptAsync(List<String> values)
Fetch records that have
IN_SCRIPT IN (values) asynchronously |
List<IService> |
fetchByIsGraphic(Boolean... values)
Fetch records that have
IS_GRAPHIC IN (values) |
CompletableFuture<List<IService>> |
fetchByIsGraphicAsync(List<Boolean> values)
Fetch records that have
IS_GRAPHIC IN (values) asynchronously |
List<IService> |
fetchByIsWorkflow(Boolean... values)
Fetch records that have
IS_WORKFLOW IN (values) |
CompletableFuture<List<IService>> |
fetchByIsWorkflowAsync(List<Boolean> values)
Fetch records that have
IS_WORKFLOW IN (values) asynchronously |
List<IService> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IService>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IService> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IService>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IService> |
fetchByMappingComponent(String... values)
Fetch records that have
MAPPING_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
fetchByMappingComponentAsync(List<String> values)
Fetch records that have
MAPPING_COMPONENT IN (values) asynchronously |
List<IService> |
fetchByMappingConfig(String... values)
Fetch records that have
MAPPING_CONFIG IN (values) |
CompletableFuture<List<IService>> |
fetchByMappingConfigAsync(List<String> values)
Fetch records that have
MAPPING_CONFIG IN (values) asynchronously |
List<IService> |
fetchByMappingMode(String... values)
Fetch records that have
MAPPING_MODE IN (values) |
CompletableFuture<List<IService>> |
fetchByMappingModeAsync(List<String> values)
Fetch records that have
MAPPING_MODE IN (values) asynchronously |
List<IService> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IService>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IService> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IService>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IService> |
fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<IService>> |
fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<IService> |
fetchByOutScript(String... values)
Fetch records that have
OUT_SCRIPT IN (values) |
CompletableFuture<List<IService>> |
fetchByOutScriptAsync(List<String> values)
Fetch records that have
OUT_SCRIPT IN (values) asynchronously |
List<IService> |
fetchByRuleUnique(String... values)
Fetch records that have
RULE_UNIQUE IN (values) |
CompletableFuture<List<IService>> |
fetchByRuleUniqueAsync(List<String> values)
Fetch records that have
RULE_UNIQUE IN (values) asynchronously |
List<IService> |
fetchByServiceComponent(String... values)
Fetch records that have
SERVICE_COMPONENT IN (values) |
CompletableFuture<List<IService>> |
fetchByServiceComponentAsync(List<String> values)
Fetch records that have
SERVICE_COMPONENT IN (values) asynchronously |
List<IService> |
fetchByServiceConfig(String... values)
Fetch records that have
SERVICE_CONFIG IN (values) |
CompletableFuture<List<IService>> |
fetchByServiceConfigAsync(List<String> values)
Fetch records that have
SERVICE_CONFIG IN (values) asynchronously |
List<IService> |
fetchByServiceRecord(String... values)
Fetch records that have
SERVICE_RECORD IN (values) |
CompletableFuture<List<IService>> |
fetchByServiceRecordAsync(List<String> values)
Fetch records that have
SERVICE_RECORD IN (values) asynchronously |
List<IService> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IService>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IService> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IService>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IService> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IService>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
IService |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<IService> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(IService 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 IServiceDao()
Create a new IServiceDao without any configuration
public IServiceDao(org.jooq.Configuration configuration)
Create a new IServiceDao with an attached configuration
protected String getId(IService object)
getId in class org.jooq.impl.DAOImpl<IServiceRecord,IService,String>public List<IService> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public IService fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<IService> fetchByNamespace(String... values)
Fetch records that have NAMESPACE IN (values)
public List<IService> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<IService> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<IService> fetchByIsWorkflow(Boolean... values)
Fetch records that have IS_WORKFLOW IN (values)
public List<IService> fetchByIsGraphic(Boolean... values)
Fetch records that have IS_GRAPHIC IN (values)
public List<IService> fetchByInScript(String... values)
Fetch records that have IN_SCRIPT IN (values)
public List<IService> fetchByOutScript(String... values)
Fetch records that have OUT_SCRIPT IN (values)
public List<IService> fetchByChannelType(String... values)
Fetch records that have CHANNEL_TYPE IN (values)
public List<IService> fetchByChannelComponent(String... values)
Fetch records that have CHANNEL_COMPONENT IN (values)
public List<IService> fetchByChannelConfig(String... values)
Fetch records that have CHANNEL_CONFIG IN (values)
public List<IService> fetchByConfigIntegration(String... values)
Fetch records that have CONFIG_INTEGRATION IN (values)
public List<IService> fetchByConfigDatabase(String... values)
Fetch records that have CONFIG_DATABASE IN (values)
public List<IService> fetchByDictConfig(String... values)
Fetch records that have DICT_CONFIG IN (values)
public List<IService> fetchByDictComponent(String... values)
Fetch records that have DICT_COMPONENT IN (values)
public List<IService> fetchByDictEpsilon(String... values)
Fetch records that have DICT_EPSILON IN (values)
public List<IService> fetchByMappingConfig(String... values)
Fetch records that have MAPPING_CONFIG IN (values)
public List<IService> fetchByMappingMode(String... values)
Fetch records that have MAPPING_MODE IN (values)
public List<IService> fetchByMappingComponent(String... values)
Fetch records that have MAPPING_COMPONENT IN (values)
public List<IService> fetchByServiceRecord(String... values)
Fetch records that have SERVICE_RECORD IN (values)
public List<IService> fetchByServiceComponent(String... values)
Fetch records that have SERVICE_COMPONENT IN (values)
public List<IService> fetchByServiceConfig(String... values)
Fetch records that have SERVICE_CONFIG IN (values)
public List<IService> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<IService> fetchByIdentifierComponent(String... values)
Fetch records that have IDENTIFIER_COMPONENT IN (values)
public List<IService> fetchByRuleUnique(String... values)
Fetch records that have RULE_UNIQUE IN (values)
public List<IService> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<IService> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<IService> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<IService> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<IService> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<IService> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<IService> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<IService> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<IService>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<IService> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<IService>> fetchByNamespaceAsync(List<String> values)
Fetch records that have NAMESPACE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByIsWorkflowAsync(List<Boolean> values)
Fetch records that have IS_WORKFLOW IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByIsGraphicAsync(List<Boolean> values)
Fetch records that have IS_GRAPHIC IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByInScriptAsync(List<String> values)
Fetch records that have IN_SCRIPT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByOutScriptAsync(List<String> values)
Fetch records that have OUT_SCRIPT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByChannelTypeAsync(List<String> values)
Fetch records that have CHANNEL_TYPE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByChannelComponentAsync(List<String> values)
Fetch records that have CHANNEL_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByChannelConfigAsync(List<String> values)
Fetch records that have CHANNEL_CONFIG IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByConfigIntegrationAsync(List<String> values)
Fetch records that have CONFIG_INTEGRATION IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByConfigDatabaseAsync(List<String> values)
Fetch records that have CONFIG_DATABASE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByDictConfigAsync(List<String> values)
Fetch records that have DICT_CONFIG IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByDictComponentAsync(List<String> values)
Fetch records that have DICT_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByDictEpsilonAsync(List<String> values)
Fetch records that have DICT_EPSILON IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByMappingConfigAsync(List<String> values)
Fetch records that have MAPPING_CONFIG IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByMappingModeAsync(List<String> values)
Fetch records that have MAPPING_MODE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByMappingComponentAsync(List<String> values)
Fetch records that have MAPPING_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByServiceRecordAsync(List<String> values)
Fetch records that have SERVICE_RECORD IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByServiceComponentAsync(List<String> values)
Fetch records that have SERVICE_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByServiceConfigAsync(List<String> values)
Fetch records that have SERVICE_CONFIG IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByIdentifierComponentAsync(List<String> values)
Fetch records that have IDENTIFIER_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByRuleUniqueAsync(List<String> values)
Fetch records that have RULE_UNIQUE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<IService>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<IService>> 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<IServiceRecord,IService,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<IServiceRecord,IService,String>Copyright © 2021. All rights reserved.