Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MyDesktop
Packages that use MyDesktop
Package
Description
-
Uses of MyDesktop in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyDesktopModifier and TypeMethodDescriptionMyDesktopDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMyDesktopDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByBagId(Collection<String> values) Find records that haveBAG_ID IN (values)asynchronouslyMyDesktopDao.findManyByBagId(Collection<String> values, int limit) Find records that haveBAG_ID IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMyDesktopDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMyDesktopDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMyDesktopDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMyDesktopDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMyDesktopDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMyDesktopDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMyDesktopDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMyDesktopDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByUiConfig(Collection<String> values) Find records that haveUI_CONFIG IN (values)asynchronouslyMyDesktopDao.findManyByUiConfig(Collection<String> values, int limit) Find records that haveUI_CONFIG IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByUiGrid(Collection<String> values) Find records that haveUI_GRID IN (values)asynchronouslyMyDesktopDao.findManyByUiGrid(Collection<String> values, int limit) Find records that haveUI_GRID IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMyDesktopDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMyDesktopDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMyDesktopDao.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<MyDesktopRecord,MyDesktop, String> MyDesktopDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MyDesktop -
Uses of MyDesktop in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MyDesktopModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_DESKTOP.ACTIVE.Setter forDB_ETERNAL.MY_DESKTOP.BAG_ID.MyDesktop.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_DESKTOP.CREATED_AT.MyDesktop.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_DESKTOP.CREATED_BY.Setter forDB_ETERNAL.MY_DESKTOP.KEY.MyDesktop.setLanguage(String language) Setter forDB_ETERNAL.MY_DESKTOP.LANGUAGE.MyDesktop.setMetadata(String metadata) Setter forDB_ETERNAL.MY_DESKTOP.METADATA.Setter forDB_ETERNAL.MY_DESKTOP.OWNER.MyDesktop.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_DESKTOP.OWNER_TYPE.Setter forDB_ETERNAL.MY_DESKTOP.SIGMA.MyDesktop.setUiConfig(String uiConfig) Setter forDB_ETERNAL.MY_DESKTOP.UI_CONFIG.Setter forDB_ETERNAL.MY_DESKTOP.UI_GRID.MyDesktop.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_DESKTOP.UPDATED_AT.MyDesktop.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_DESKTOP.UPDATED_BY. -
Uses of MyDesktop in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MyDesktopModifierConstructorDescriptionMyDesktopRecord(MyDesktop value) Create a detached, initialised MyDesktopRecord