Class WinRoleGrantDao
-
- 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 WinRoleGrantDao extends WingsJooqDaoJournalImpl<T, R, P, K>
The table
wings.win_role_grant.
-
-
Constructor Summary
Constructors Constructor Description WinRoleGrantDao()Create a new WinRoleGrantDao without any configuration WinRoleGrantDao(Configuration configuration)Create a new WinRoleGrantDao 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
Record3<Long, GrantType, Long> getId(WinRoleGrant object)
-
fetchRangeOfReferRole
List<WinRoleGrant> fetchRangeOfReferRole(Long lowerInclusive, Long upperInclusive)
Fetch records that have
refer_role BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfReferRoleLive
List<WinRoleGrant> fetchRangeOfReferRoleLive(Long lowerInclusive, Long upperInclusive)
-
fetchByReferRole
List<WinRoleGrant> fetchByReferRole(Array<Long> values)
Fetch records that have
refer_role IN (values)
-
fetchByReferRole
List<WinRoleGrant> fetchByReferRole(Collection<out Long> values)
-
fetchByReferRoleLive
List<WinRoleGrant> fetchByReferRoleLive(Array<Long> values)
-
fetchByReferRoleLive
List<WinRoleGrant> fetchByReferRoleLive(Collection<out Long> values)
-
fetchRangeOfGrantType
List<WinRoleGrant> fetchRangeOfGrantType(GrantType lowerInclusive, GrantType upperInclusive)
Fetch records that have
grant_type BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfGrantTypeLive
List<WinRoleGrant> fetchRangeOfGrantTypeLive(GrantType lowerInclusive, GrantType upperInclusive)
-
fetchByGrantType
List<WinRoleGrant> fetchByGrantType(Array<GrantType> values)
Fetch records that have
grant_type IN (values)
-
fetchByGrantType
List<WinRoleGrant> fetchByGrantType(Collection<out GrantType> values)
-
fetchByGrantTypeLive
List<WinRoleGrant> fetchByGrantTypeLive(Array<GrantType> values)
-
fetchByGrantTypeLive
List<WinRoleGrant> fetchByGrantTypeLive(Collection<out GrantType> values)
-
fetchRangeOfGrantEntry
List<WinRoleGrant> fetchRangeOfGrantEntry(Long lowerInclusive, Long upperInclusive)
Fetch records that have
grant_entry BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfGrantEntryLive
List<WinRoleGrant> fetchRangeOfGrantEntryLive(Long lowerInclusive, Long upperInclusive)
-
fetchByGrantEntry
List<WinRoleGrant> fetchByGrantEntry(Array<Long> values)
Fetch records that have
grant_entry IN (values)
-
fetchByGrantEntry
List<WinRoleGrant> fetchByGrantEntry(Collection<out Long> values)
-
fetchByGrantEntryLive
List<WinRoleGrant> fetchByGrantEntryLive(Array<Long> values)
-
fetchByGrantEntryLive
List<WinRoleGrant> fetchByGrantEntryLive(Collection<out Long> values)
-
fetchRangeOfCreateDt
List<WinRoleGrant> fetchRangeOfCreateDt(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
Fetch records that have
create_dt BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCreateDtLive
List<WinRoleGrant> fetchRangeOfCreateDtLive(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
-
fetchByCreateDt
List<WinRoleGrant> fetchByCreateDt(Array<LocalDateTime> values)
Fetch records that have
create_dt IN (values)
-
fetchByCreateDt
List<WinRoleGrant> fetchByCreateDt(Collection<out LocalDateTime> values)
-
fetchByCreateDtLive
List<WinRoleGrant> fetchByCreateDtLive(Array<LocalDateTime> values)
-
fetchByCreateDtLive
List<WinRoleGrant> fetchByCreateDtLive(Collection<out LocalDateTime> values)
-
fetchRangeOfCommitId
List<WinRoleGrant> fetchRangeOfCommitId(Long lowerInclusive, Long upperInclusive)
Fetch records that have
commit_id BETWEEN lowerInclusive AND upperInclusive
-
fetchRangeOfCommitIdLive
List<WinRoleGrant> fetchRangeOfCommitIdLive(Long lowerInclusive, Long upperInclusive)
-
fetchByCommitId
List<WinRoleGrant> fetchByCommitId(Array<Long> values)
Fetch records that have
commit_id IN (values)
-
fetchByCommitId
List<WinRoleGrant> fetchByCommitId(Collection<out Long> values)
-
fetchByCommitIdLive
List<WinRoleGrant> fetchByCommitIdLive(Array<Long> values)
-
fetchByCommitIdLive
List<WinRoleGrant> fetchByCommitIdLive(Collection<out Long> values)
-
-
-
-