Class WinPermEntryDao
-
- 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 WinPermEntryDao extends WingsJooqDaoJournalImpl<T, R, P, K>
The table
wings.win_perm_entry.
-
-
Constructor Summary
Constructors Constructor Description WinPermEntryDao()Create a new WinPermEntryDao without any configuration WinPermEntryDao(Configuration configuration)Create a new WinPermEntryDao 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(WinPermEntry object)
-
fetchRangeOfId
List<WinPermEntry> fetchRangeOfId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfIdLive
List<WinPermEntry> fetchRangeOfIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchById
List<WinPermEntry> fetchById(Array<Long> values)
Fetch records that have
id IN (values)
-
fetchById
List<WinPermEntry> fetchById(Collection<out Long> values)
-
fetchByIdLive
List<WinPermEntry> fetchByIdLive(Array<Long> values)
-
fetchByIdLive
List<WinPermEntry> fetchByIdLive(Collection<out Long> values)
-
fetchOneById
WinPermEntry fetchOneById(Long value)
Fetch a unique record that has
id = value
-
fetchOneByIdLive
WinPermEntry fetchOneByIdLive(Long value)
-
fetchOptionalById
Optional<WinPermEntry> fetchOptionalById(Long value)
Fetch a unique record that has
id = value
-
fetchOptionalByIdLive
Optional<WinPermEntry> fetchOptionalByIdLive(Long value)
-
fetchRangeOfCreateDt
List<WinPermEntry> fetchRangeOfCreateDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
create_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCreateDtLive
List<WinPermEntry> fetchRangeOfCreateDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByCreateDt
List<WinPermEntry> fetchByCreateDt(Array<LocalDateTime> values)
Fetch records that have
create_dt IN (values)
-
fetchByCreateDt
List<WinPermEntry> fetchByCreateDt(Collection<out LocalDateTime> values)
-
fetchByCreateDtLive
List<WinPermEntry> fetchByCreateDtLive(Array<LocalDateTime> values)
-
fetchByCreateDtLive
List<WinPermEntry> fetchByCreateDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfModifyDt
List<WinPermEntry> fetchRangeOfModifyDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
modify_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfModifyDtLive
List<WinPermEntry> fetchRangeOfModifyDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByModifyDt
List<WinPermEntry> fetchByModifyDt(Array<LocalDateTime> values)
Fetch records that have
modify_dt IN (values)
-
fetchByModifyDt
List<WinPermEntry> fetchByModifyDt(Collection<out LocalDateTime> values)
-
fetchByModifyDtLive
List<WinPermEntry> fetchByModifyDtLive(Array<LocalDateTime> values)
-
fetchByModifyDtLive
List<WinPermEntry> fetchByModifyDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfDeleteDt
List<WinPermEntry> fetchRangeOfDeleteDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
delete_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfDeleteDtLive
List<WinPermEntry> fetchRangeOfDeleteDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByDeleteDt
List<WinPermEntry> fetchByDeleteDt(Array<LocalDateTime> values)
Fetch records that have
delete_dt IN (values)
-
fetchByDeleteDt
List<WinPermEntry> fetchByDeleteDt(Collection<out LocalDateTime> values)
-
fetchByDeleteDtLive
List<WinPermEntry> fetchByDeleteDtLive(Array<LocalDateTime> values)
-
fetchByDeleteDtLive
List<WinPermEntry> fetchByDeleteDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfCommitId
List<WinPermEntry> fetchRangeOfCommitId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
commit_id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCommitIdLive
List<WinPermEntry> fetchRangeOfCommitIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchByCommitId
List<WinPermEntry> fetchByCommitId(Array<Long> values)
Fetch records that have
commit_id IN (values)
-
fetchByCommitId
List<WinPermEntry> fetchByCommitId(Collection<out Long> values)
-
fetchByCommitIdLive
List<WinPermEntry> fetchByCommitIdLive(Array<Long> values)
-
fetchByCommitIdLive
List<WinPermEntry> fetchByCommitIdLive(Collection<out Long> values)
-
fetchRangeOfScopes
List<WinPermEntry> fetchRangeOfScopes(String lowerInclusive, String upperInclusive)
Fetch records that have
scopes BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfScopesLive
List<WinPermEntry> fetchRangeOfScopesLive(String lowerInclusive, String upperInclusive)
-
fetchByScopes
List<WinPermEntry> fetchByScopes(Array<String> values)
Fetch records that have
scopes IN (values)
-
fetchByScopes
List<WinPermEntry> fetchByScopes(Collection<out String> values)
-
fetchByScopesLive
List<WinPermEntry> fetchByScopesLive(Array<String> values)
-
fetchByScopesLive
List<WinPermEntry> fetchByScopesLive(Collection<out String> values)
-
fetchRangeOfAction
List<WinPermEntry> fetchRangeOfAction(String lowerInclusive, String upperInclusive)
Fetch records that have
action BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfActionLive
List<WinPermEntry> fetchRangeOfActionLive(String lowerInclusive, String upperInclusive)
-
fetchByAction
List<WinPermEntry> fetchByAction(Array<String> values)
Fetch records that have
action IN (values)
-
fetchByAction
List<WinPermEntry> fetchByAction(Collection<out String> values)
-
fetchByActionLive
List<WinPermEntry> fetchByActionLive(Array<String> values)
-
fetchByActionLive
List<WinPermEntry> fetchByActionLive(Collection<out String> values)
-
fetchRangeOfRemark
List<WinPermEntry> fetchRangeOfRemark(String lowerInclusive, String upperInclusive)
Fetch records that have
remark BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfRemarkLive
List<WinPermEntry> fetchRangeOfRemarkLive(String lowerInclusive, String upperInclusive)
-
fetchByRemark
List<WinPermEntry> fetchByRemark(Array<String> values)
Fetch records that have
remark IN (values)
-
fetchByRemark
List<WinPermEntry> fetchByRemark(Collection<out String> values)
-
fetchByRemarkLive
List<WinPermEntry> fetchByRemarkLive(Array<String> values)
-
fetchByRemarkLive
List<WinPermEntry> fetchByRemarkLive(Collection<out String> values)
-
-
-
-