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