Class SysStandardI18nDao
-
- 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 SysStandardI18nDao extends WingsJooqDaoAliasImpl<T, R, P, K>
The table
wings.sys_standard_i18n.
-
-
Constructor Summary
Constructors Constructor Description SysStandardI18nDao()Create a new SysStandardI18nDao without any configuration SysStandardI18nDao(Configuration configuration)Create a new SysStandardI18nDao with an attached configuration
-
Method Summary
Modifier and Type Method Description Record4<String, String, String, String>getId(SysStandardI18n object)List<SysStandardI18n>fetchRangeOfBase(String lowerInclusive, String upperInclusive)Fetch records that have base BETWEEN lowerInclusive AND upperInclusiveList<SysStandardI18n>fetchByBase(Array<String> values)Fetch records that have base IN (values)List<SysStandardI18n>fetchByBase(Collection<out String> values)List<SysStandardI18n>fetchRangeOfKind(String lowerInclusive, String upperInclusive)Fetch records that have kind BETWEEN lowerInclusive AND upperInclusiveList<SysStandardI18n>fetchByKind(Array<String> values)Fetch records that have kind IN (values)List<SysStandardI18n>fetchByKind(Collection<out String> values)List<SysStandardI18n>fetchRangeOfUkey(String lowerInclusive, String upperInclusive)Fetch records that have ukey BETWEEN lowerInclusive AND upperInclusiveList<SysStandardI18n>fetchByUkey(Array<String> values)Fetch records that have ukey IN (values)List<SysStandardI18n>fetchByUkey(Collection<out String> values)List<SysStandardI18n>fetchRangeOfLang(String lowerInclusive, String upperInclusive)Fetch records that have lang BETWEEN lowerInclusive AND upperInclusiveList<SysStandardI18n>fetchByLang(Array<String> values)Fetch records that have lang IN (values)List<SysStandardI18n>fetchByLang(Collection<out String> values)List<SysStandardI18n>fetchRangeOfHint(String lowerInclusive, String upperInclusive)Fetch records that have hint BETWEEN lowerInclusive AND upperInclusiveList<SysStandardI18n>fetchByHint(Array<String> values)Fetch records that have hint IN (values)List<SysStandardI18n>fetchByHint(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
-
fetchRangeOfBase
List<SysStandardI18n> fetchRangeOfBase(String lowerInclusive, String upperInclusive)
Fetch records that have
base BETWEEN lowerInclusive AND upperInclusive
-
fetchByBase
List<SysStandardI18n> fetchByBase(Array<String> values)
Fetch records that have
base IN (values)
-
fetchByBase
List<SysStandardI18n> fetchByBase(Collection<out String> values)
-
fetchRangeOfKind
List<SysStandardI18n> fetchRangeOfKind(String lowerInclusive, String upperInclusive)
Fetch records that have
kind BETWEEN lowerInclusive AND upperInclusive
-
fetchByKind
List<SysStandardI18n> fetchByKind(Array<String> values)
Fetch records that have
kind IN (values)
-
fetchByKind
List<SysStandardI18n> fetchByKind(Collection<out String> values)
-
fetchRangeOfUkey
List<SysStandardI18n> fetchRangeOfUkey(String lowerInclusive, String upperInclusive)
Fetch records that have
ukey BETWEEN lowerInclusive AND upperInclusive
-
fetchByUkey
List<SysStandardI18n> fetchByUkey(Array<String> values)
Fetch records that have
ukey IN (values)
-
fetchByUkey
List<SysStandardI18n> fetchByUkey(Collection<out String> values)
-
fetchRangeOfLang
List<SysStandardI18n> fetchRangeOfLang(String lowerInclusive, String upperInclusive)
Fetch records that have
lang BETWEEN lowerInclusive AND upperInclusive
-
fetchByLang
List<SysStandardI18n> fetchByLang(Array<String> values)
Fetch records that have
lang IN (values)
-
fetchByLang
List<SysStandardI18n> fetchByLang(Collection<out String> values)
-
fetchRangeOfHint
List<SysStandardI18n> fetchRangeOfHint(String lowerInclusive, String upperInclusive)
Fetch records that have
hint BETWEEN lowerInclusive AND upperInclusive
-
fetchByHint
List<SysStandardI18n> fetchByHint(Array<String> values)
Fetch records that have
hint IN (values)
-
fetchByHint
List<SysStandardI18n> fetchByHint(Collection<out String> values)
-
-
-
-