Class WinConfRuntimeDao
-
- All Implemented Interfaces:
-
org.jooq.DAO
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ")@Repository()@ConditionalWingsEnabled() public class WinConfRuntimeDao extends WingsJooqDaoAliasImpl<T, R, P, K>
The table
wings.win_conf_runtime.
-
-
Constructor Summary
Constructors Constructor Description WinConfRuntimeDao()Create a new WinConfRuntimeDao without any configuration WinConfRuntimeDao(Configuration configuration)Create a new WinConfRuntimeDao with an attached configuration
-
Method Summary
Modifier and Type Method Description StringgetId(WinConfRuntime object)List<WinConfRuntime>fetchRangeOfKey(String lowerInclusive, String upperInclusive)Fetch records that have key BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByKey(Array<String> values)Fetch records that have key IN (values)List<WinConfRuntime>fetchByKey(Collection<out String> values)WinConfRuntimefetchOneByKey(String value)Fetch a unique record that has key = valueOptional<WinConfRuntime>fetchOptionalByKey(String value)Fetch a unique record that has key = valueList<WinConfRuntime>fetchRangeOfEnabled(Boolean lowerInclusive, Boolean upperInclusive)Fetch records that have enabled BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByEnabled(Array<Boolean> values)Fetch records that have enabled IN (values)List<WinConfRuntime>fetchByEnabled(Collection<out Boolean> values)List<WinConfRuntime>fetchRangeOfCurrent(String lowerInclusive, String upperInclusive)Fetch records that have current BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByCurrent(Array<String> values)Fetch records that have current IN (values)List<WinConfRuntime>fetchByCurrent(Collection<out String> values)List<WinConfRuntime>fetchRangeOfPrevious(String lowerInclusive, String upperInclusive)Fetch records that have previous BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByPrevious(Array<String> values)Fetch records that have previous IN (values)List<WinConfRuntime>fetchByPrevious(Collection<out String> values)List<WinConfRuntime>fetchRangeOfInitial(String lowerInclusive, String upperInclusive)Fetch records that have initial BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByInitial(Array<String> values)Fetch records that have initial IN (values)List<WinConfRuntime>fetchByInitial(Collection<out String> values)List<WinConfRuntime>fetchRangeOfOutline(String lowerInclusive, String upperInclusive)Fetch records that have outline BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByOutline(Array<String> values)Fetch records that have outline IN (values)List<WinConfRuntime>fetchByOutline(Collection<out String> values)List<WinConfRuntime>fetchRangeOfComment(String lowerInclusive, String upperInclusive)Fetch records that have comment BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByComment(Array<String> values)Fetch records that have comment IN (values)List<WinConfRuntime>fetchByComment(Collection<out String> values)List<WinConfRuntime>fetchRangeOfHandler(String lowerInclusive, String upperInclusive)Fetch records that have handler BETWEEN lowerInclusive AND upperInclusiveList<WinConfRuntime>fetchByHandler(Array<String> values)Fetch records that have handler IN (values)List<WinConfRuntime>fetchByHandler(Collection<out String> 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
String getId(WinConfRuntime object)
-
fetchRangeOfKey
List<WinConfRuntime> fetchRangeOfKey(String lowerInclusive, String upperInclusive)
Fetch records that have
key BETWEEN lowerInclusive AND upperInclusive
-
fetchByKey
List<WinConfRuntime> fetchByKey(Array<String> values)
Fetch records that have
key IN (values)
-
fetchByKey
List<WinConfRuntime> fetchByKey(Collection<out String> values)
-
fetchOneByKey
WinConfRuntime fetchOneByKey(String value)
Fetch a unique record that has
key = value
-
fetchOptionalByKey
Optional<WinConfRuntime> fetchOptionalByKey(String value)
Fetch a unique record that has
key = value
-
fetchRangeOfEnabled
List<WinConfRuntime> fetchRangeOfEnabled(Boolean lowerInclusive, Boolean upperInclusive)
Fetch records that have
enabled BETWEEN lowerInclusive AND upperInclusive
-
fetchByEnabled
List<WinConfRuntime> fetchByEnabled(Array<Boolean> values)
Fetch records that have
enabled IN (values)
-
fetchByEnabled
List<WinConfRuntime> fetchByEnabled(Collection<out Boolean> values)
-
fetchRangeOfCurrent
List<WinConfRuntime> fetchRangeOfCurrent(String lowerInclusive, String upperInclusive)
Fetch records that have
current BETWEEN lowerInclusive AND upperInclusive
-
fetchByCurrent
List<WinConfRuntime> fetchByCurrent(Array<String> values)
Fetch records that have
current IN (values)
-
fetchByCurrent
List<WinConfRuntime> fetchByCurrent(Collection<out String> values)
-
fetchRangeOfPrevious
List<WinConfRuntime> fetchRangeOfPrevious(String lowerInclusive, String upperInclusive)
Fetch records that have
previous BETWEEN lowerInclusive AND upperInclusive
-
fetchByPrevious
List<WinConfRuntime> fetchByPrevious(Array<String> values)
Fetch records that have
previous IN (values)
-
fetchByPrevious
List<WinConfRuntime> fetchByPrevious(Collection<out String> values)
-
fetchRangeOfInitial
List<WinConfRuntime> fetchRangeOfInitial(String lowerInclusive, String upperInclusive)
Fetch records that have
initial BETWEEN lowerInclusive AND upperInclusive
-
fetchByInitial
List<WinConfRuntime> fetchByInitial(Array<String> values)
Fetch records that have
initial IN (values)
-
fetchByInitial
List<WinConfRuntime> fetchByInitial(Collection<out String> values)
-
fetchRangeOfOutline
List<WinConfRuntime> fetchRangeOfOutline(String lowerInclusive, String upperInclusive)
Fetch records that have
outline BETWEEN lowerInclusive AND upperInclusive
-
fetchByOutline
List<WinConfRuntime> fetchByOutline(Array<String> values)
Fetch records that have
outline IN (values)
-
fetchByOutline
List<WinConfRuntime> fetchByOutline(Collection<out String> values)
-
fetchRangeOfComment
List<WinConfRuntime> fetchRangeOfComment(String lowerInclusive, String upperInclusive)
Fetch records that have
comment BETWEEN lowerInclusive AND upperInclusive
-
fetchByComment
List<WinConfRuntime> fetchByComment(Array<String> values)
Fetch records that have
comment IN (values)
-
fetchByComment
List<WinConfRuntime> fetchByComment(Collection<out String> values)
-
fetchRangeOfHandler
List<WinConfRuntime> fetchRangeOfHandler(String lowerInclusive, String upperInclusive)
Fetch records that have
handler BETWEEN lowerInclusive AND upperInclusive
-
fetchByHandler
List<WinConfRuntime> fetchByHandler(Array<String> values)
Fetch records that have
handler IN (values)
-
fetchByHandler
List<WinConfRuntime> fetchByHandler(Collection<out String> values)
-
-
-
-