@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XAttachmentDao extends org.jooq.impl.DAOImpl<XAttachmentRecord,XAttachment,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XAttachmentRecord,XAttachment,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XAttachmentDao()
Create a new XAttachmentDao without any configuration
|
XAttachmentDao(org.jooq.Configuration configuration)
Create a new XAttachmentDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XAttachment> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XAttachment> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XAttachment> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XAttachment> |
fetchByExtension(String... values)
Fetch records that have
EXTENSION IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByExtensionAsync(List<String> values)
Fetch records that have
EXTENSION IN (values) asynchronously |
List<XAttachment> |
fetchByFileKey(String... values)
Fetch records that have
FILE_KEY IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByFileKeyAsync(List<String> values)
Fetch records that have
FILE_KEY IN (values) asynchronously |
List<XAttachment> |
fetchByFileName(String... values)
Fetch records that have
FILE_NAME IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByFileNameAsync(List<String> values)
Fetch records that have
FILE_NAME IN (values) asynchronously |
List<XAttachment> |
fetchByFilePath(String... values)
Fetch records that have
FILE_PATH IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByFilePathAsync(List<String> values)
Fetch records that have
FILE_PATH IN (values) asynchronously |
List<XAttachment> |
fetchByFileUrl(String... values)
Fetch records that have
FILE_URL IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByFileUrlAsync(List<String> values)
Fetch records that have
FILE_URL IN (values) asynchronously |
List<XAttachment> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XAttachment> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XAttachment> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XAttachment> |
fetchByMime(String... values)
Fetch records that have
MIME IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByMimeAsync(List<String> values)
Fetch records that have
MIME IN (values) asynchronously |
List<XAttachment> |
fetchByModule(String... values)
Fetch records that have
MODULE IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByModuleAsync(List<String> values)
Fetch records that have
MODULE IN (values) asynchronously |
List<XAttachment> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<XAttachment> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XAttachment>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XAttachment> |
fetchBySize(Integer... values)
Fetch records that have
SIZE IN (values) |
CompletableFuture<List<XAttachment>> |
fetchBySizeAsync(List<Integer> values)
Fetch records that have
SIZE IN (values) asynchronously |
List<XAttachment> |
fetchByStatus(String... values)
Fetch records that have
STATUS IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByStatusAsync(List<String> values)
Fetch records that have
STATUS IN (values) asynchronously |
List<XAttachment> |
fetchByStoreWay(String... values)
Fetch records that have
STORE_WAY IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByStoreWayAsync(List<String> values)
Fetch records that have
STORE_WAY IN (values) asynchronously |
List<XAttachment> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XAttachment> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XAttachment>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
XAttachment |
fetchOneByFileKey(String value)
Fetch a unique record that has
FILE_KEY = value |
CompletableFuture<XAttachment> |
fetchOneByFileKeyAsync(String value)
Fetch a unique record that has
FILE_KEY = value asynchronously |
XAttachment |
fetchOneByFilePath(String value)
Fetch a unique record that has
FILE_PATH = value |
CompletableFuture<XAttachment> |
fetchOneByFilePathAsync(String value)
Fetch a unique record that has
FILE_PATH = value asynchronously |
XAttachment |
fetchOneByFileUrl(String value)
Fetch a unique record that has
FILE_URL = value |
CompletableFuture<XAttachment> |
fetchOneByFileUrlAsync(String value)
Fetch a unique record that has
FILE_URL = value asynchronously |
XAttachment |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XAttachment> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XAttachment 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 XAttachmentDao()
Create a new XAttachmentDao without any configuration
public XAttachmentDao(org.jooq.Configuration configuration)
Create a new XAttachmentDao with an attached configuration
protected String getId(XAttachment object)
getId in class org.jooq.impl.DAOImpl<XAttachmentRecord,XAttachment,String>public List<XAttachment> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public XAttachment fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<XAttachment> fetchByStoreWay(String... values)
Fetch records that have STORE_WAY IN (values)
public List<XAttachment> fetchByStatus(String... values)
Fetch records that have STATUS IN (values)
public List<XAttachment> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<XAttachment> fetchByFileName(String... values)
Fetch records that have FILE_NAME IN (values)
public List<XAttachment> fetchByFileKey(String... values)
Fetch records that have FILE_KEY IN (values)
public XAttachment fetchOneByFileKey(String value)
Fetch a unique record that has FILE_KEY = value
public List<XAttachment> fetchByFileUrl(String... values)
Fetch records that have FILE_URL IN (values)
public XAttachment fetchOneByFileUrl(String value)
Fetch a unique record that has FILE_URL = value
public List<XAttachment> fetchByFilePath(String... values)
Fetch records that have FILE_PATH IN (values)
public XAttachment fetchOneByFilePath(String value)
Fetch a unique record that has FILE_PATH = value
public List<XAttachment> fetchByExtension(String... values)
Fetch records that have EXTENSION IN (values)
public List<XAttachment> fetchByModule(String... values)
Fetch records that have MODULE IN (values)
public List<XAttachment> fetchByMime(String... values)
Fetch records that have MIME IN (values)
public List<XAttachment> fetchBySize(Integer... values)
Fetch records that have SIZE IN (values)
public List<XAttachment> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XAttachment> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XAttachment> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XAttachment> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XAttachment> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XAttachment> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XAttachment> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XAttachment> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XAttachment>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XAttachment> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XAttachment>> fetchByStoreWayAsync(List<String> values)
Fetch records that have STORE_WAY IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByStatusAsync(List<String> values)
Fetch records that have STATUS IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByFileNameAsync(List<String> values)
Fetch records that have FILE_NAME IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByFileKeyAsync(List<String> values)
Fetch records that have FILE_KEY IN (values) asynchronously
public CompletableFuture<XAttachment> fetchOneByFileKeyAsync(String value)
Fetch a unique record that has FILE_KEY = value asynchronously
public CompletableFuture<List<XAttachment>> fetchByFileUrlAsync(List<String> values)
Fetch records that have FILE_URL IN (values) asynchronously
public CompletableFuture<XAttachment> fetchOneByFileUrlAsync(String value)
Fetch a unique record that has FILE_URL = value asynchronously
public CompletableFuture<List<XAttachment>> fetchByFilePathAsync(List<String> values)
Fetch records that have FILE_PATH IN (values) asynchronously
public CompletableFuture<XAttachment> fetchOneByFilePathAsync(String value)
Fetch a unique record that has FILE_PATH = value asynchronously
public CompletableFuture<List<XAttachment>> fetchByExtensionAsync(List<String> values)
Fetch records that have EXTENSION IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByModuleAsync(List<String> values)
Fetch records that have MODULE IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByMimeAsync(List<String> values)
Fetch records that have MIME IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchBySizeAsync(List<Integer> values)
Fetch records that have SIZE IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XAttachment>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XAttachment>> 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<XAttachmentRecord,XAttachment,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XAttachmentRecord,XAttachment,String>Copyright © 2021. All rights reserved.