@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SViewDao extends org.jooq.impl.DAOImpl<SViewRecord,SView,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SViewRecord,SView,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
SViewDao()
Create a new SViewDao without any configuration
|
SViewDao(org.jooq.Configuration configuration)
Create a new SViewDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SView> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SView>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SView> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SView>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SView> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SView>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SView> |
fetchByCriteria(String... values)
Fetch records that have
CRITERIA IN (values) |
CompletableFuture<List<SView>> |
fetchByCriteriaAsync(List<String> values)
Fetch records that have
CRITERIA IN (values) asynchronously |
List<SView> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SView>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SView> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SView>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SView> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SView>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SView> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SView>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SView> |
fetchByOwner(String... values)
Fetch records that have
OWNER IN (values) |
CompletableFuture<List<SView>> |
fetchByOwnerAsync(List<String> values)
Fetch records that have
OWNER IN (values) asynchronously |
List<SView> |
fetchByOwnerType(String... values)
Fetch records that have
OWNER_TYPE IN (values) |
CompletableFuture<List<SView>> |
fetchByOwnerTypeAsync(List<String> values)
Fetch records that have
OWNER_TYPE IN (values) asynchronously |
List<SView> |
fetchByPosition(String... values)
Fetch records that have
POSITION IN (values) |
CompletableFuture<List<SView>> |
fetchByPositionAsync(List<String> values)
Fetch records that have
POSITION IN (values) asynchronously |
List<SView> |
fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<SView>> |
fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<SView> |
fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<SView>> |
fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<SView> |
fetchByRows(String... values)
Fetch records that have
ROWS IN (values) |
CompletableFuture<List<SView>> |
fetchByRowsAsync(List<String> values)
Fetch records that have
ROWS IN (values) asynchronously |
List<SView> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SView>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SView> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SView>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SView> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SView>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<SView> |
fetchByVisitant(Boolean... values)
Fetch records that have
VISITANT IN (values) |
CompletableFuture<List<SView>> |
fetchByVisitantAsync(List<Boolean> values)
Fetch records that have
VISITANT IN (values) asynchronously |
SView |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SView> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SView 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 SViewDao()
Create a new SViewDao without any configuration
public SViewDao(org.jooq.Configuration configuration)
Create a new SViewDao with an attached configuration
protected String getId(SView object)
getId in class org.jooq.impl.DAOImpl<SViewRecord,SView,String>public List<SView> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<SView> fetchByOwner(String... values)
Fetch records that have OWNER IN (values)
public List<SView> fetchByOwnerType(String... values)
Fetch records that have OWNER_TYPE IN (values)
public List<SView> fetchByResourceId(String... values)
Fetch records that have RESOURCE_ID IN (values)
public List<SView> fetchByProjection(String... values)
Fetch records that have PROJECTION IN (values)
public List<SView> fetchByCriteria(String... values)
Fetch records that have CRITERIA IN (values)
public List<SView> fetchByRows(String... values)
Fetch records that have ROWS IN (values)
public List<SView> fetchByPosition(String... values)
Fetch records that have POSITION IN (values)
public List<SView> fetchByVisitant(Boolean... values)
Fetch records that have VISITANT IN (values)
public List<SView> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<SView> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<SView> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<SView> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<SView> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<SView> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<SView> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<SView> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<SView>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<SView> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<SView>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByOwnerAsync(List<String> values)
Fetch records that have OWNER IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByOwnerTypeAsync(List<String> values)
Fetch records that have OWNER_TYPE IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByResourceIdAsync(List<String> values)
Fetch records that have RESOURCE_ID IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByProjectionAsync(List<String> values)
Fetch records that have PROJECTION IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByCriteriaAsync(List<String> values)
Fetch records that have CRITERIA IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByRowsAsync(List<String> values)
Fetch records that have ROWS IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByPositionAsync(List<String> values)
Fetch records that have POSITION IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByVisitantAsync(List<Boolean> values)
Fetch records that have VISITANT IN (values) asynchronously
public CompletableFuture<List<SView>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<SView>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<SView>> 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<SViewRecord,SView,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SViewRecord,SView,String>Copyright © 2020. All rights reserved.