Class WinUserLoginDao
-
- 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 WinUserLoginDao extends WingsJooqDaoAliasImpl<T, R, P, K>
The table
wings.win_user_login.
-
-
Constructor Summary
Constructors Constructor Description WinUserLoginDao()Create a new WinUserLoginDao without any configuration WinUserLoginDao(Configuration configuration)Create a new WinUserLoginDao with an attached configuration
-
Method Summary
Modifier and Type Method Description LonggetId(WinUserLogin object)List<WinUserLogin>fetchRangeOfId(Long lowerInclusive, Long upperInclusive)Fetch records that have id BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchById(Array<Long> values)Fetch records that have id IN (values)List<WinUserLogin>fetchById(Collection<out Long> values)WinUserLoginfetchOneById(Long value)Fetch a unique record that has id = valueOptional<WinUserLogin>fetchOptionalById(Long value)Fetch a unique record that has id = valueList<WinUserLogin>fetchRangeOfUserId(Long lowerInclusive, Long upperInclusive)Fetch records that have user_id BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByUserId(Array<Long> values)Fetch records that have user_id IN (values)List<WinUserLogin>fetchByUserId(Collection<out Long> values)List<WinUserLogin>fetchRangeOfAuthType(String lowerInclusive, String upperInclusive)Fetch records that have auth_type BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByAuthType(Array<String> values)Fetch records that have auth_type IN (values)List<WinUserLogin>fetchByAuthType(Collection<out String> values)List<WinUserLogin>fetchRangeOfLoginIp(String lowerInclusive, String upperInclusive)Fetch records that have login_ip BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByLoginIp(Array<String> values)Fetch records that have login_ip IN (values)List<WinUserLogin>fetchByLoginIp(Collection<out String> values)List<WinUserLogin>fetchRangeOfLoginDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)Fetch records that have login_dt BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByLoginDt(Array<LocalDateTime> values)Fetch records that have login_dt IN (values)List<WinUserLogin>fetchByLoginDt(Collection<out LocalDateTime> values)List<WinUserLogin>fetchRangeOfTerminal(String lowerInclusive, String upperInclusive)Fetch records that have terminal BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByTerminal(Array<String> values)Fetch records that have terminal IN (values)List<WinUserLogin>fetchByTerminal(Collection<out String> values)List<WinUserLogin>fetchRangeOfDetails(String lowerInclusive, String upperInclusive)Fetch records that have details BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByDetails(Array<String> values)Fetch records that have details IN (values)List<WinUserLogin>fetchByDetails(Collection<out String> values)List<WinUserLogin>fetchRangeOfFailed(Boolean lowerInclusive, Boolean upperInclusive)Fetch records that have failed BETWEEN lowerInclusive AND upperInclusiveList<WinUserLogin>fetchByFailed(Array<Boolean> values)Fetch records that have failed IN (values)List<WinUserLogin>fetchByFailed(Collection<out Boolean> values)-
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.WingsJooqDaoAliasImpl
batchExecute, batchInsert, batchLoad, batchMerge, batchStore, batchUpdate, count, ctx, delete, 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(WinUserLogin object)
-
fetchRangeOfId
List<WinUserLogin> fetchRangeOfId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
id BETWEEN lowerInclusive AND upperInclusive
-
fetchById
List<WinUserLogin> fetchById(Array<Long> values)
Fetch records that have
id IN (values)
-
fetchById
List<WinUserLogin> fetchById(Collection<out Long> values)
-
fetchOneById
WinUserLogin fetchOneById(Long value)
Fetch a unique record that has
id = value
-
fetchOptionalById
Optional<WinUserLogin> fetchOptionalById(Long value)
Fetch a unique record that has
id = value
-
fetchRangeOfUserId
List<WinUserLogin> fetchRangeOfUserId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
user_id BETWEEN lowerInclusive AND upperInclusive
-
fetchByUserId
List<WinUserLogin> fetchByUserId(Array<Long> values)
Fetch records that have
user_id IN (values)
-
fetchByUserId
List<WinUserLogin> fetchByUserId(Collection<out Long> values)
-
fetchRangeOfAuthType
List<WinUserLogin> fetchRangeOfAuthType(String lowerInclusive, String upperInclusive)
Fetch records that have
auth_type BETWEEN lowerInclusive AND upperInclusive
-
fetchByAuthType
List<WinUserLogin> fetchByAuthType(Array<String> values)
Fetch records that have
auth_type IN (values)
-
fetchByAuthType
List<WinUserLogin> fetchByAuthType(Collection<out String> values)
-
fetchRangeOfLoginIp
List<WinUserLogin> fetchRangeOfLoginIp(String lowerInclusive, String upperInclusive)
Fetch records that have
login_ip BETWEEN lowerInclusive AND upperInclusive
-
fetchByLoginIp
List<WinUserLogin> fetchByLoginIp(Array<String> values)
Fetch records that have
login_ip IN (values)
-
fetchByLoginIp
List<WinUserLogin> fetchByLoginIp(Collection<out String> values)
-
fetchRangeOfLoginDt
List<WinUserLogin> fetchRangeOfLoginDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
login_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchByLoginDt
List<WinUserLogin> fetchByLoginDt(Array<LocalDateTime> values)
Fetch records that have
login_dt IN (values)
-
fetchByLoginDt
List<WinUserLogin> fetchByLoginDt(Collection<out LocalDateTime> values)
-
fetchRangeOfTerminal
List<WinUserLogin> fetchRangeOfTerminal(String lowerInclusive, String upperInclusive)
Fetch records that have
terminal BETWEEN lowerInclusive AND upperInclusive
-
fetchByTerminal
List<WinUserLogin> fetchByTerminal(Array<String> values)
Fetch records that have
terminal IN (values)
-
fetchByTerminal
List<WinUserLogin> fetchByTerminal(Collection<out String> values)
-
fetchRangeOfDetails
List<WinUserLogin> fetchRangeOfDetails(String lowerInclusive, String upperInclusive)
Fetch records that have
details BETWEEN lowerInclusive AND upperInclusive
-
fetchByDetails
List<WinUserLogin> fetchByDetails(Array<String> values)
Fetch records that have
details IN (values)
-
fetchByDetails
List<WinUserLogin> fetchByDetails(Collection<out String> values)
-
fetchRangeOfFailed
List<WinUserLogin> fetchRangeOfFailed(Boolean lowerInclusive, Boolean upperInclusive)
Fetch records that have
failed BETWEEN lowerInclusive AND upperInclusive
-
fetchByFailed
List<WinUserLogin> fetchByFailed(Array<Boolean> values)
Fetch records that have
failed IN (values)
-
fetchByFailed
List<WinUserLogin> fetchByFailed(Collection<out Boolean> values)
-
-
-
-