Class WinUserAuthnDao
-
- All Implemented Interfaces:
-
org.jooq.DAO
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ")@Repository()@ConditionalWingsEnabled() public class WinUserAuthnDao extends WingsJooqDaoJournalImpl<T, R, P, K>
The table
wings.win_user_authn.
-
-
Constructor Summary
Constructors Constructor Description WinUserAuthnDao()Create a new WinUserAuthnDao without any configuration WinUserAuthnDao(Configuration configuration)Create a new WinUserAuthnDao with an attached configuration
-
Method Summary
-
Methods inherited from class org.jooq.impl.DAOImpl
configuration, delete, deleteById, dialect, exists, existsById, family, fetchRange, findAll, findById, findOptionalById, getTable, getType, insert, mapper, merge, setConfiguration, settings, update -
Methods inherited from class pro.fessional.wings.faceless.database.jooq.WingsJooqDaoJournalImpl
countLive, delete, deleteById, fetchLimitOneLive, fetchLimitOneLive, fetchLimitOptionalLive, fetchLimitOptionalLive, fetchLive, fetchLive, fetchOneLive, fetchOneLive, fetchOptionalLive, fetchOptionalLive, fetchRangeLive, findAllLive -
Methods inherited from class pro.fessional.wings.faceless.database.jooq.WingsJooqDaoAliasImpl
batchExecute, batchInsert, batchLoad, batchMerge, batchStore, batchUpdate, count, ctx, diffDelete, diffInsert, diffUpdate, fetch, fetch, fetchLimitOne, fetchLimitOne, fetchLimitOptional, fetchLimitOptional, fetchOne, fetchOne, fetchOptional, fetchOptional, getAlias, getTable, insertInto, insertInto, mergeInto, newRecord, newRecord, newTable, notTableExist, setDslContext, setTableExist, skipPkAndNull, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getId
Long getId(WinUserAuthn object)
-
fetchRangeOfId
List<WinUserAuthn> fetchRangeOfId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfIdLive
List<WinUserAuthn> fetchRangeOfIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchById
List<WinUserAuthn> fetchById(Array<Long> values)
Fetch records that have
id IN (values)
-
fetchById
List<WinUserAuthn> fetchById(Collection<out Long> values)
-
fetchByIdLive
List<WinUserAuthn> fetchByIdLive(Array<Long> values)
-
fetchByIdLive
List<WinUserAuthn> fetchByIdLive(Collection<out Long> values)
-
fetchOneById
WinUserAuthn fetchOneById(Long value)
Fetch a unique record that has
id = value
-
fetchOneByIdLive
WinUserAuthn fetchOneByIdLive(Long value)
-
fetchOptionalById
Optional<WinUserAuthn> fetchOptionalById(Long value)
Fetch a unique record that has
id = value
-
fetchOptionalByIdLive
Optional<WinUserAuthn> fetchOptionalByIdLive(Long value)
-
fetchRangeOfCreateDt
List<WinUserAuthn> fetchRangeOfCreateDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
create_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCreateDtLive
List<WinUserAuthn> fetchRangeOfCreateDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByCreateDt
List<WinUserAuthn> fetchByCreateDt(Array<LocalDateTime> values)
Fetch records that have
create_dt IN (values)
-
fetchByCreateDt
List<WinUserAuthn> fetchByCreateDt(Collection<out LocalDateTime> values)
-
fetchByCreateDtLive
List<WinUserAuthn> fetchByCreateDtLive(Array<LocalDateTime> values)
-
fetchByCreateDtLive
List<WinUserAuthn> fetchByCreateDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfModifyDt
List<WinUserAuthn> fetchRangeOfModifyDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
modify_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfModifyDtLive
List<WinUserAuthn> fetchRangeOfModifyDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByModifyDt
List<WinUserAuthn> fetchByModifyDt(Array<LocalDateTime> values)
Fetch records that have
modify_dt IN (values)
-
fetchByModifyDt
List<WinUserAuthn> fetchByModifyDt(Collection<out LocalDateTime> values)
-
fetchByModifyDtLive
List<WinUserAuthn> fetchByModifyDtLive(Array<LocalDateTime> values)
-
fetchByModifyDtLive
List<WinUserAuthn> fetchByModifyDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfDeleteDt
List<WinUserAuthn> fetchRangeOfDeleteDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
delete_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfDeleteDtLive
List<WinUserAuthn> fetchRangeOfDeleteDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByDeleteDt
List<WinUserAuthn> fetchByDeleteDt(Array<LocalDateTime> values)
Fetch records that have
delete_dt IN (values)
-
fetchByDeleteDt
List<WinUserAuthn> fetchByDeleteDt(Collection<out LocalDateTime> values)
-
fetchByDeleteDtLive
List<WinUserAuthn> fetchByDeleteDtLive(Array<LocalDateTime> values)
-
fetchByDeleteDtLive
List<WinUserAuthn> fetchByDeleteDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfCommitId
List<WinUserAuthn> fetchRangeOfCommitId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
commit_id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCommitIdLive
List<WinUserAuthn> fetchRangeOfCommitIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchByCommitId
List<WinUserAuthn> fetchByCommitId(Array<Long> values)
Fetch records that have
commit_id IN (values)
-
fetchByCommitId
List<WinUserAuthn> fetchByCommitId(Collection<out Long> values)
-
fetchByCommitIdLive
List<WinUserAuthn> fetchByCommitIdLive(Array<Long> values)
-
fetchByCommitIdLive
List<WinUserAuthn> fetchByCommitIdLive(Collection<out Long> values)
-
fetchRangeOfUserId
List<WinUserAuthn> fetchRangeOfUserId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
user_id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfUserIdLive
List<WinUserAuthn> fetchRangeOfUserIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchByUserId
List<WinUserAuthn> fetchByUserId(Array<Long> values)
Fetch records that have
user_id IN (values)
-
fetchByUserId
List<WinUserAuthn> fetchByUserId(Collection<out Long> values)
-
fetchByUserIdLive
List<WinUserAuthn> fetchByUserIdLive(Array<Long> values)
-
fetchByUserIdLive
List<WinUserAuthn> fetchByUserIdLive(Collection<out Long> values)
-
fetchRangeOfAuthType
List<WinUserAuthn> fetchRangeOfAuthType(String lowerInclusive, String upperInclusive)
Fetch records that have
auth_type BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfAuthTypeLive
List<WinUserAuthn> fetchRangeOfAuthTypeLive(String lowerInclusive, String upperInclusive)
-
fetchByAuthType
List<WinUserAuthn> fetchByAuthType(Array<String> values)
Fetch records that have
auth_type IN (values)
-
fetchByAuthType
List<WinUserAuthn> fetchByAuthType(Collection<out String> values)
-
fetchByAuthTypeLive
List<WinUserAuthn> fetchByAuthTypeLive(Array<String> values)
-
fetchByAuthTypeLive
List<WinUserAuthn> fetchByAuthTypeLive(Collection<out String> values)
-
fetchRangeOfUsername
List<WinUserAuthn> fetchRangeOfUsername(String lowerInclusive, String upperInclusive)
Fetch records that have
username BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfUsernameLive
List<WinUserAuthn> fetchRangeOfUsernameLive(String lowerInclusive, String upperInclusive)
-
fetchByUsername
List<WinUserAuthn> fetchByUsername(Array<String> values)
Fetch records that have
username IN (values)
-
fetchByUsername
List<WinUserAuthn> fetchByUsername(Collection<out String> values)
-
fetchByUsernameLive
List<WinUserAuthn> fetchByUsernameLive(Array<String> values)
-
fetchByUsernameLive
List<WinUserAuthn> fetchByUsernameLive(Collection<out String> values)
-
fetchRangeOfPassword
List<WinUserAuthn> fetchRangeOfPassword(String lowerInclusive, String upperInclusive)
Fetch records that have
password BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfPasswordLive
List<WinUserAuthn> fetchRangeOfPasswordLive(String lowerInclusive, String upperInclusive)
-
fetchByPassword
List<WinUserAuthn> fetchByPassword(Array<String> values)
Fetch records that have
password IN (values)
-
fetchByPassword
List<WinUserAuthn> fetchByPassword(Collection<out String> values)
-
fetchByPasswordLive
List<WinUserAuthn> fetchByPasswordLive(Array<String> values)
-
fetchByPasswordLive
List<WinUserAuthn> fetchByPasswordLive(Collection<out String> values)
-
fetchRangeOfExtraPara
List<WinUserAuthn> fetchRangeOfExtraPara(String lowerInclusive, String upperInclusive)
Fetch records that have
extra_para BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfExtraParaLive
List<WinUserAuthn> fetchRangeOfExtraParaLive(String lowerInclusive, String upperInclusive)
-
fetchByExtraPara
List<WinUserAuthn> fetchByExtraPara(Array<String> values)
Fetch records that have
extra_para IN (values)
-
fetchByExtraPara
List<WinUserAuthn> fetchByExtraPara(Collection<out String> values)
-
fetchByExtraParaLive
List<WinUserAuthn> fetchByExtraParaLive(Array<String> values)
-
fetchByExtraParaLive
List<WinUserAuthn> fetchByExtraParaLive(Collection<out String> values)
-
fetchRangeOfExtraUser
List<WinUserAuthn> fetchRangeOfExtraUser(String lowerInclusive, String upperInclusive)
Fetch records that have
extra_user BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfExtraUserLive
List<WinUserAuthn> fetchRangeOfExtraUserLive(String lowerInclusive, String upperInclusive)
-
fetchByExtraUser
List<WinUserAuthn> fetchByExtraUser(Array<String> values)
Fetch records that have
extra_user IN (values)
-
fetchByExtraUser
List<WinUserAuthn> fetchByExtraUser(Collection<out String> values)
-
fetchByExtraUserLive
List<WinUserAuthn> fetchByExtraUserLive(Array<String> values)
-
fetchByExtraUserLive
List<WinUserAuthn> fetchByExtraUserLive(Collection<out String> values)
-
fetchRangeOfExpiredDt
List<WinUserAuthn> fetchRangeOfExpiredDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
expired_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfExpiredDtLive
List<WinUserAuthn> fetchRangeOfExpiredDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByExpiredDt
List<WinUserAuthn> fetchByExpiredDt(Array<LocalDateTime> values)
Fetch records that have
expired_dt IN (values)
-
fetchByExpiredDt
List<WinUserAuthn> fetchByExpiredDt(Collection<out LocalDateTime> values)
-
fetchByExpiredDtLive
List<WinUserAuthn> fetchByExpiredDtLive(Array<LocalDateTime> values)
-
fetchByExpiredDtLive
List<WinUserAuthn> fetchByExpiredDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfFailedCnt
List<WinUserAuthn> fetchRangeOfFailedCnt(Integer lowerInclusive, Integer upperInclusive)
Fetch records that have
failed_cnt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfFailedCntLive
List<WinUserAuthn> fetchRangeOfFailedCntLive(Integer lowerInclusive, Integer upperInclusive)
-
fetchByFailedCnt
List<WinUserAuthn> fetchByFailedCnt(Array<Integer> values)
Fetch records that have
failed_cnt IN (values)
-
fetchByFailedCnt
List<WinUserAuthn> fetchByFailedCnt(Collection<out Integer> values)
-
fetchByFailedCntLive
List<WinUserAuthn> fetchByFailedCntLive(Array<Integer> values)
-
fetchByFailedCntLive
List<WinUserAuthn> fetchByFailedCntLive(Collection<out Integer> values)
-
fetchRangeOfFailedMax
List<WinUserAuthn> fetchRangeOfFailedMax(Integer lowerInclusive, Integer upperInclusive)
Fetch records that have
failed_max BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfFailedMaxLive
List<WinUserAuthn> fetchRangeOfFailedMaxLive(Integer lowerInclusive, Integer upperInclusive)
-
fetchByFailedMax
List<WinUserAuthn> fetchByFailedMax(Array<Integer> values)
Fetch records that have
failed_max IN (values)
-
fetchByFailedMax
List<WinUserAuthn> fetchByFailedMax(Collection<out Integer> values)
-
fetchByFailedMaxLive
List<WinUserAuthn> fetchByFailedMaxLive(Array<Integer> values)
-
fetchByFailedMaxLive
List<WinUserAuthn> fetchByFailedMaxLive(Collection<out Integer> values)
-
-
-
-