Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MySetting
Packages that use MySetting
Package
Description
-
Uses of MySetting in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MySettingModifier and TypeMethodDescriptionMySettingDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMySettingDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMySettingDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMySettingDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMySettingDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMySettingDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMySettingDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMySettingDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMySettingDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMySettingDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMySettingDao.findManyByMyBag(Collection<String> values) Find records that haveMY_BAG IN (values)asynchronouslyMySettingDao.findManyByMyBag(Collection<String> values, int limit) Find records that haveMY_BAG IN (values)asynchronously limited by the given limitMySettingDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMySettingDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMySettingDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMySettingDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMySettingDao.findManyByPColorPrimary(Collection<String> values) Find records that haveP_COLOR_PRIMARY IN (values)asynchronouslyMySettingDao.findManyByPColorPrimary(Collection<String> values, int limit) Find records that haveP_COLOR_PRIMARY IN (values)asynchronously limited by the given limitMySettingDao.findManyByPColorWeak(Collection<Boolean> values) Find records that haveP_COLOR_WEAK IN (values)asynchronouslyMySettingDao.findManyByPColorWeak(Collection<Boolean> values, int limit) Find records that haveP_COLOR_WEAK IN (values)asynchronously limited by the given limitMySettingDao.findManyByPContentWidth(Collection<String> values) Find records that haveP_CONTENT_WIDTH IN (values)asynchronouslyMySettingDao.findManyByPContentWidth(Collection<String> values, int limit) Find records that haveP_CONTENT_WIDTH IN (values)asynchronously limited by the given limitMySettingDao.findManyByPFixedHeader(Collection<Boolean> values) Find records that haveP_FIXED_HEADER IN (values)asynchronouslyMySettingDao.findManyByPFixedHeader(Collection<Boolean> values, int limit) Find records that haveP_FIXED_HEADER IN (values)asynchronously limited by the given limitMySettingDao.findManyByPFixSiderBar(Collection<Boolean> values) Find records that haveP_FIX_SIDER_BAR IN (values)asynchronouslyMySettingDao.findManyByPFixSiderBar(Collection<Boolean> values, int limit) Find records that haveP_FIX_SIDER_BAR IN (values)asynchronously limited by the given limitMySettingDao.findManyByPLayout(Collection<String> values) Find records that haveP_LAYOUT IN (values)asynchronouslyMySettingDao.findManyByPLayout(Collection<String> values, int limit) Find records that haveP_LAYOUT IN (values)asynchronously limited by the given limitMySettingDao.findManyByPNavTheme(Collection<String> values) Find records that haveP_NAV_THEME IN (values)asynchronouslyMySettingDao.findManyByPNavTheme(Collection<String> values, int limit) Find records that haveP_NAV_THEME IN (values)asynchronously limited by the given limitMySettingDao.findManyByPPwa(Collection<Boolean> values) Find records that haveP_PWA IN (values)asynchronouslyMySettingDao.findManyByPPwa(Collection<Boolean> values, int limit) Find records that haveP_PWA IN (values)asynchronously limited by the given limitMySettingDao.findManyByPToken(Collection<String> values) Find records that haveP_TOKEN IN (values)asynchronouslyMySettingDao.findManyByPToken(Collection<String> values, int limit) Find records that haveP_TOKEN IN (values)asynchronously limited by the given limitMySettingDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMySettingDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMySettingDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMySettingDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMySettingDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMySettingDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMySettingDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMySettingDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MySettingRecord,MySetting, String> MySettingDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MySetting -
Uses of MySetting in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MySettingModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_SETTING.ACTIVE.MySetting.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_SETTING.CREATED_AT.MySetting.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_SETTING.CREATED_BY.Setter forDB_ETERNAL.MY_SETTING.KEY.MySetting.setLanguage(String language) Setter forDB_ETERNAL.MY_SETTING.LANGUAGE.MySetting.setMetadata(String metadata) Setter forDB_ETERNAL.MY_SETTING.METADATA.Setter forDB_ETERNAL.MY_SETTING.MY_BAG.Setter forDB_ETERNAL.MY_SETTING.OWNER.MySetting.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_SETTING.OWNER_TYPE.MySetting.setPColorPrimary(String pColorPrimary) Setter forDB_ETERNAL.MY_SETTING.P_COLOR_PRIMARY.MySetting.setPColorWeak(Boolean pColorWeak) Setter forDB_ETERNAL.MY_SETTING.P_COLOR_WEAK.MySetting.setPContentWidth(String pContentWidth) Setter forDB_ETERNAL.MY_SETTING.P_CONTENT_WIDTH.MySetting.setPFixedHeader(Boolean pFixedHeader) Setter forDB_ETERNAL.MY_SETTING.P_FIXED_HEADER.MySetting.setPFixSiderBar(Boolean pFixSiderBar) Setter forDB_ETERNAL.MY_SETTING.P_FIX_SIDER_BAR.MySetting.setPLayout(String pLayout) Setter forDB_ETERNAL.MY_SETTING.P_LAYOUT.MySetting.setPNavTheme(String pNavTheme) Setter forDB_ETERNAL.MY_SETTING.P_NAV_THEME.Setter forDB_ETERNAL.MY_SETTING.P_PWA.Setter forDB_ETERNAL.MY_SETTING.P_TOKEN.Setter forDB_ETERNAL.MY_SETTING.SIGMA.Setter forDB_ETERNAL.MY_SETTING.TYPE.MySetting.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_SETTING.UPDATED_AT.MySetting.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_SETTING.UPDATED_BY. -
Uses of MySetting in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MySettingModifierConstructorDescriptionMySettingRecord(MySetting value) Create a detached, initialised MySettingRecord