@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class OUserDao extends org.jooq.impl.DAOImpl<OUserRecord,OUser,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<OUserRecord,OUser,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
OUserDao()
Create a new OUserDao without any configuration
|
OUserDao(org.jooq.Configuration configuration)
Create a new OUserDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<OUser> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<OUser>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<OUser> |
fetchByClientId(String... values)
Fetch records that have
CLIENT_ID IN (values) |
CompletableFuture<List<OUser>> |
fetchByClientIdAsync(List<String> values)
Fetch records that have
CLIENT_ID IN (values) asynchronously |
List<OUser> |
fetchByClientSecret(String... values)
Fetch records that have
CLIENT_SECRET IN (values) |
CompletableFuture<List<OUser>> |
fetchByClientSecretAsync(List<String> values)
Fetch records that have
CLIENT_SECRET IN (values) asynchronously |
List<OUser> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<OUser>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<OUser> |
fetchByGrantType(String... values)
Fetch records that have
GRANT_TYPE IN (values) |
CompletableFuture<List<OUser>> |
fetchByGrantTypeAsync(List<String> values)
Fetch records that have
GRANT_TYPE IN (values) asynchronously |
List<OUser> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<OUser>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<OUser> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<OUser>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<OUser> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<OUser>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<OUser> |
fetchByRedirectUri(String... values)
Fetch records that have
REDIRECT_URI IN (values) |
CompletableFuture<List<OUser>> |
fetchByRedirectUriAsync(List<String> values)
Fetch records that have
REDIRECT_URI IN (values) asynchronously |
List<OUser> |
fetchByScope(String... values)
Fetch records that have
SCOPE IN (values) |
CompletableFuture<List<OUser>> |
fetchByScopeAsync(List<String> values)
Fetch records that have
SCOPE IN (values) asynchronously |
List<OUser> |
fetchByState(String... values)
Fetch records that have
STATE IN (values) |
CompletableFuture<List<OUser>> |
fetchByStateAsync(List<String> values)
Fetch records that have
STATE IN (values) asynchronously |
OUser |
fetchOneByClientId(String value)
Fetch a unique record that has
CLIENT_ID = value |
CompletableFuture<OUser> |
fetchOneByClientIdAsync(String value)
Fetch a unique record that has
CLIENT_ID = value asynchronously |
OUser |
fetchOneByClientSecret(String value)
Fetch a unique record that has
CLIENT_SECRET = value |
CompletableFuture<OUser> |
fetchOneByClientSecretAsync(String value)
Fetch a unique record that has
CLIENT_SECRET = value asynchronously |
OUser |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<OUser> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(OUser 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 OUserDao()
Create a new OUserDao without any configuration
public OUserDao(org.jooq.Configuration configuration)
Create a new OUserDao with an attached configuration
protected String getId(OUser object)
getId in class org.jooq.impl.DAOImpl<OUserRecord,OUser,String>public List<OUser> fetchByRedirectUri(String... values)
Fetch records that have REDIRECT_URI IN (values)
public List<OUser> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<OUser> fetchByClientSecret(String... values)
Fetch records that have CLIENT_SECRET IN (values)
public OUser fetchOneByClientSecret(String value)
Fetch a unique record that has CLIENT_SECRET = value
public List<OUser> fetchByClientId(String... values)
Fetch records that have CLIENT_ID IN (values)
public OUser fetchOneByClientId(String value)
Fetch a unique record that has CLIENT_ID = value
public List<OUser> fetchByGrantType(String... values)
Fetch records that have GRANT_TYPE IN (values)
public List<OUser> fetchByScope(String... values)
Fetch records that have SCOPE IN (values)
public List<OUser> fetchByState(String... values)
Fetch records that have STATE IN (values)
public List<OUser> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<OUser> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<OUser> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public CompletableFuture<List<OUser>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<OUser> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<OUser>> fetchByRedirectUriAsync(List<String> values)
Fetch records that have REDIRECT_URI IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByClientSecretAsync(List<String> values)
Fetch records that have CLIENT_SECRET IN (values) asynchronously
public CompletableFuture<OUser> fetchOneByClientSecretAsync(String value)
Fetch a unique record that has CLIENT_SECRET = value asynchronously
public CompletableFuture<List<OUser>> fetchByClientIdAsync(List<String> values)
Fetch records that have CLIENT_ID IN (values) asynchronously
public CompletableFuture<OUser> fetchOneByClientIdAsync(String value)
Fetch a unique record that has CLIENT_ID = value asynchronously
public CompletableFuture<List<OUser>> fetchByGrantTypeAsync(List<String> values)
Fetch records that have GRANT_TYPE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByScopeAsync(List<String> values)
Fetch records that have SCOPE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByStateAsync(List<String> values)
Fetch records that have STATE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<OUser>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<OUserRecord,OUser,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<OUserRecord,OUser,String>Copyright © 2021. All rights reserved.