@Generated(value={"http://www.jooq.org","jOOQ version:3.10.2"}, comments="This class is generated by jOOQ") public class SecUserDao extends org.jooq.impl.DAOImpl<SecUserRecord,SecUser,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SecUserRecord,SecUser,String>
| Constructor and Description |
|---|
SecUserDao()
Create a new SecUserDao without any configuration
|
SecUserDao(org.jooq.Configuration configuration)
Create a new SecUserDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SecUser> |
fetchByIsActive(Boolean... values)
Fetch records that have
IS_ACTIVE IN (values) |
CompletableFuture<List<SecUser>> |
fetchByIsActiveAsync(List<Boolean> values)
Fetch records that have
IS_ACTIVE IN (values) asynchronously |
List<SecUser> |
fetchByJConfig(String... values)
Fetch records that have
J_CONFIG IN (values) |
CompletableFuture<List<SecUser>> |
fetchByJConfigAsync(List<String> values)
Fetch records that have
J_CONFIG IN (values) asynchronously |
List<SecUser> |
fetchByPkId(String... values)
Fetch records that have
PK_ID IN (values) |
CompletableFuture<List<SecUser>> |
fetchByPkIdAsync(List<String> values)
Fetch records that have
PK_ID IN (values) asynchronously |
List<SecUser> |
fetchBySAlipay(String... values)
Fetch records that have
S_ALIPAY IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySAlipayAsync(List<String> values)
Fetch records that have
S_ALIPAY IN (values) asynchronously |
List<SecUser> |
fetchBySCode(String... values)
Fetch records that have
S_CODE IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySCodeAsync(List<String> values)
Fetch records that have
S_CODE IN (values) asynchronously |
List<SecUser> |
fetchBySEmail(String... values)
Fetch records that have
S_EMAIL IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySEmailAsync(List<String> values)
Fetch records that have
S_EMAIL IN (values) asynchronously |
List<SecUser> |
fetchBySMobile(String... values)
Fetch records that have
S_MOBILE IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySMobileAsync(List<String> values)
Fetch records that have
S_MOBILE IN (values) asynchronously |
List<SecUser> |
fetchBySPassword(String... values)
Fetch records that have
S_PASSWORD IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySPasswordAsync(List<String> values)
Fetch records that have
S_PASSWORD IN (values) asynchronously |
List<SecUser> |
fetchBySQq(String... values)
Fetch records that have
S_QQ IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySQqAsync(List<String> values)
Fetch records that have
S_QQ IN (values) asynchronously |
List<SecUser> |
fetchBySSecret(String... values)
Fetch records that have
S_SECRET IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySSecretAsync(List<String> values)
Fetch records that have
S_SECRET IN (values) asynchronously |
List<SecUser> |
fetchBySTaobao(String... values)
Fetch records that have
S_TAOBAO IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySTaobaoAsync(List<String> values)
Fetch records that have
S_TAOBAO IN (values) asynchronously |
List<SecUser> |
fetchBySUsername(String... values)
Fetch records that have
S_USERNAME IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySUsernameAsync(List<String> values)
Fetch records that have
S_USERNAME IN (values) asynchronously |
List<SecUser> |
fetchBySWechat(String... values)
Fetch records that have
S_WECHAT IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySWechatAsync(List<String> values)
Fetch records that have
S_WECHAT IN (values) asynchronously |
List<SecUser> |
fetchBySWeibo(String... values)
Fetch records that have
S_WEIBO IN (values) |
CompletableFuture<List<SecUser>> |
fetchBySWeiboAsync(List<String> values)
Fetch records that have
S_WEIBO IN (values) asynchronously |
List<SecUser> |
fetchByZCreateBy(String... values)
Fetch records that have
Z_CREATE_BY IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZCreateByAsync(List<String> values)
Fetch records that have
Z_CREATE_BY IN (values) asynchronously |
List<SecUser> |
fetchByZCreateTime(Timestamp... values)
Fetch records that have
Z_CREATE_TIME IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZCreateTimeAsync(List<Timestamp> values)
Fetch records that have
Z_CREATE_TIME IN (values) asynchronously |
List<SecUser> |
fetchByZLanguage(String... values)
Fetch records that have
Z_LANGUAGE IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZLanguageAsync(List<String> values)
Fetch records that have
Z_LANGUAGE IN (values) asynchronously |
List<SecUser> |
fetchByZSigma(String... values)
Fetch records that have
Z_SIGMA IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZSigmaAsync(List<String> values)
Fetch records that have
Z_SIGMA IN (values) asynchronously |
List<SecUser> |
fetchByZUpdateBy(String... values)
Fetch records that have
Z_UPDATE_BY IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZUpdateByAsync(List<String> values)
Fetch records that have
Z_UPDATE_BY IN (values) asynchronously |
List<SecUser> |
fetchByZUpdateTime(Timestamp... values)
Fetch records that have
Z_UPDATE_TIME IN (values) |
CompletableFuture<List<SecUser>> |
fetchByZUpdateTimeAsync(List<Timestamp> values)
Fetch records that have
Z_UPDATE_TIME IN (values) asynchronously |
SecUser |
fetchOneByPkId(String value)
Fetch a unique record that has
PK_ID = value |
CompletableFuture<SecUser> |
fetchOneByPkIdAsync(String value)
Fetch a unique record that has
PK_ID = value asynchronously |
protected String |
getId(SecUser 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 SecUserDao()
public SecUserDao(org.jooq.Configuration configuration)
protected String getId(SecUser object)
getId in class org.jooq.impl.DAOImpl<SecUserRecord,SecUser,String>public List<SecUser> fetchByPkId(String... values)
PK_ID IN (values)public SecUser fetchOneByPkId(String value)
PK_ID = valuepublic List<SecUser> fetchBySCode(String... values)
S_CODE IN (values)public List<SecUser> fetchBySAlipay(String... values)
S_ALIPAY IN (values)public List<SecUser> fetchBySEmail(String... values)
S_EMAIL IN (values)public List<SecUser> fetchBySMobile(String... values)
S_MOBILE IN (values)public List<SecUser> fetchBySPassword(String... values)
S_PASSWORD IN (values)public List<SecUser> fetchBySQq(String... values)
S_QQ IN (values)public List<SecUser> fetchBySSecret(String... values)
S_SECRET IN (values)public List<SecUser> fetchBySTaobao(String... values)
S_TAOBAO IN (values)public List<SecUser> fetchBySUsername(String... values)
S_USERNAME IN (values)public List<SecUser> fetchBySWechat(String... values)
S_WECHAT IN (values)public List<SecUser> fetchBySWeibo(String... values)
S_WEIBO IN (values)public List<SecUser> fetchByJConfig(String... values)
J_CONFIG IN (values)public List<SecUser> fetchByIsActive(Boolean... values)
IS_ACTIVE IN (values)public List<SecUser> fetchByZSigma(String... values)
Z_SIGMA IN (values)public List<SecUser> fetchByZLanguage(String... values)
Z_LANGUAGE IN (values)public List<SecUser> fetchByZCreateBy(String... values)
Z_CREATE_BY IN (values)public List<SecUser> fetchByZCreateTime(Timestamp... values)
Z_CREATE_TIME IN (values)public List<SecUser> fetchByZUpdateBy(String... values)
Z_UPDATE_BY IN (values)public List<SecUser> fetchByZUpdateTime(Timestamp... values)
Z_UPDATE_TIME IN (values)public CompletableFuture<List<SecUser>> fetchByPkIdAsync(List<String> values)
PK_ID IN (values) asynchronouslypublic CompletableFuture<SecUser> fetchOneByPkIdAsync(String value)
PK_ID = value asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySCodeAsync(List<String> values)
S_CODE IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySAlipayAsync(List<String> values)
S_ALIPAY IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySEmailAsync(List<String> values)
S_EMAIL IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySMobileAsync(List<String> values)
S_MOBILE IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySPasswordAsync(List<String> values)
S_PASSWORD IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySQqAsync(List<String> values)
S_QQ IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySSecretAsync(List<String> values)
S_SECRET IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySTaobaoAsync(List<String> values)
S_TAOBAO IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySUsernameAsync(List<String> values)
S_USERNAME IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySWechatAsync(List<String> values)
S_WECHAT IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchBySWeiboAsync(List<String> values)
S_WEIBO IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByJConfigAsync(List<String> values)
J_CONFIG IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByIsActiveAsync(List<Boolean> values)
IS_ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZSigmaAsync(List<String> values)
Z_SIGMA IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZLanguageAsync(List<String> values)
Z_LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZCreateByAsync(List<String> values)
Z_CREATE_BY IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZCreateTimeAsync(List<Timestamp> values)
Z_CREATE_TIME IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZUpdateByAsync(List<String> values)
Z_UPDATE_BY IN (values) asynchronouslypublic CompletableFuture<List<SecUser>> fetchByZUpdateTimeAsync(List<Timestamp> values)
Z_UPDATE_TIME IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SecUserRecord,SecUser,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SecUserRecord,SecUser,String>Copyright © 2018. All rights reserved.