@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SVisitantDao extends org.jooq.impl.DAOImpl<SVisitantRecord,SVisitant,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SVisitantRecord,SVisitant,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
SVisitantDao()
Create a new SVisitantDao without any configuration
|
SVisitantDao(org.jooq.Configuration configuration)
Create a new SVisitantDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SVisitant> |
fetchByAclVariety(String... values)
Fetch records that have
ACL_VARIETY IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByAclVarietyAsync(List<String> values)
Fetch records that have
ACL_VARIETY IN (values) asynchronously |
List<SVisitant> |
fetchByAclVerge(String... values)
Fetch records that have
ACL_VERGE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByAclVergeAsync(List<String> values)
Fetch records that have
ACL_VERGE IN (values) asynchronously |
List<SVisitant> |
fetchByAclView(String... values)
Fetch records that have
ACL_VIEW IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByAclViewAsync(List<String> values)
Fetch records that have
ACL_VIEW IN (values) asynchronously |
List<SVisitant> |
fetchByAclVisible(String... values)
Fetch records that have
ACL_VISIBLE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByAclVisibleAsync(List<String> values)
Fetch records that have
ACL_VISIBLE IN (values) asynchronously |
List<SVisitant> |
fetchByAclVow(String... values)
Fetch records that have
ACL_VOW IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByAclVowAsync(List<String> values)
Fetch records that have
ACL_VOW IN (values) asynchronously |
List<SVisitant> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SVisitant> |
fetchByConfigKey(String... values)
Fetch records that have
CONFIG_KEY IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByConfigKeyAsync(List<String> values)
Fetch records that have
CONFIG_KEY IN (values) asynchronously |
List<SVisitant> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SVisitant> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SVisitant> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<SVisitant> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SVisitant> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SVisitant> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SVisitant> |
fetchByPhase(String... values)
Fetch records that have
PHASE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByPhaseAsync(List<String> values)
Fetch records that have
PHASE IN (values) asynchronously |
List<SVisitant> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SVisitant>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SVisitant> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<SVisitant> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SVisitant> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<SVisitant> |
fetchByViewId(String... values)
Fetch records that have
VIEW_ID IN (values) |
CompletableFuture<List<SVisitant>> |
fetchByViewIdAsync(List<String> values)
Fetch records that have
VIEW_ID IN (values) asynchronously |
SVisitant |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SVisitant> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SVisitant 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 SVisitantDao()
Create a new SVisitantDao without any configuration
public SVisitantDao(org.jooq.Configuration configuration)
Create a new SVisitantDao with an attached configuration
protected String getId(SVisitant object)
getId in class org.jooq.impl.DAOImpl<SVisitantRecord,SVisitant,String>public List<SVisitant> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public SVisitant fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<SVisitant> fetchByViewId(String... values)
Fetch records that have VIEW_ID IN (values)
public List<SVisitant> fetchByPhase(String... values)
Fetch records that have PHASE IN (values)
public List<SVisitant> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<SVisitant> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<SVisitant> fetchByConfigKey(String... values)
Fetch records that have CONFIG_KEY IN (values)
public List<SVisitant> fetchByAclVisible(String... values)
Fetch records that have ACL_VISIBLE IN (values)
public List<SVisitant> fetchByAclView(String... values)
Fetch records that have ACL_VIEW IN (values)
public List<SVisitant> fetchByAclVariety(String... values)
Fetch records that have ACL_VARIETY IN (values)
public List<SVisitant> fetchByAclVow(String... values)
Fetch records that have ACL_VOW IN (values)
public List<SVisitant> fetchByAclVerge(String... values)
Fetch records that have ACL_VERGE IN (values)
public List<SVisitant> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SVisitant> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SVisitant> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SVisitant> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SVisitant> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SVisitant> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SVisitant> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SVisitant> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SVisitant>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SVisitant> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SVisitant>> fetchByViewIdAsync(List<String> values)
Fetch records that have VIEW_ID IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByPhaseAsync(List<String> values)
Fetch records that have PHASE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByConfigKeyAsync(List<String> values)
Fetch records that have CONFIG_KEY IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByAclVisibleAsync(List<String> values)
Fetch records that have ACL_VISIBLE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByAclViewAsync(List<String> values)
Fetch records that have ACL_VIEW IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByAclVarietyAsync(List<String> values)
Fetch records that have ACL_VARIETY IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByAclVowAsync(List<String> values)
Fetch records that have ACL_VOW IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByAclVergeAsync(List<String> values)
Fetch records that have ACL_VERGE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SVisitant>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SVisitant>> 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<SVisitantRecord,SVisitant,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SVisitantRecord,SVisitant,String>Copyright © 2020. All rights reserved.