Uses of Class
cn.vertxup.tpl.domain.tables.pojos.MyMenu
Packages that use MyMenu
Package
Description
-
Uses of MyMenu in cn.vertxup.tpl.domain.tables.daos
Methods in cn.vertxup.tpl.domain.tables.daos that return types with arguments of type MyMenuModifier and TypeMethodDescriptionMyMenuDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyMyMenuDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitMyMenuDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyMyMenuDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitMyMenuDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyMyMenuDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitMyMenuDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyMyMenuDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitMyMenuDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyMyMenuDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitMyMenuDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyMyMenuDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitMyMenuDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyMyMenuDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitMyMenuDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyMyMenuDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitMyMenuDao.findManyByPage(Collection<String> values) Find records that havePAGE IN (values)asynchronouslyMyMenuDao.findManyByPage(Collection<String> values, int limit) Find records that havePAGE IN (values)asynchronously limited by the given limitMyMenuDao.findManyByPosition(Collection<String> values) Find records that havePOSITION IN (values)asynchronouslyMyMenuDao.findManyByPosition(Collection<String> values, int limit) Find records that havePOSITION IN (values)asynchronously limited by the given limitMyMenuDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyMyMenuDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitMyMenuDao.findManyByText(Collection<String> values) Find records that haveTEXT IN (values)asynchronouslyMyMenuDao.findManyByText(Collection<String> values, int limit) Find records that haveTEXT IN (values)asynchronously limited by the given limitMyMenuDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyMyMenuDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUiColorBg(Collection<String> values) Find records that haveUI_COLOR_BG IN (values)asynchronouslyMyMenuDao.findManyByUiColorBg(Collection<String> values, int limit) Find records that haveUI_COLOR_BG IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUiColorFg(Collection<String> values) Find records that haveUI_COLOR_FG IN (values)asynchronouslyMyMenuDao.findManyByUiColorFg(Collection<String> values, int limit) Find records that haveUI_COLOR_FG IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUiParent(Collection<String> values) Find records that haveUI_PARENT IN (values)asynchronouslyMyMenuDao.findManyByUiParent(Collection<String> values, int limit) Find records that haveUI_PARENT IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUiSort(Collection<Long> values) Find records that haveUI_SORT IN (values)asynchronouslyMyMenuDao.findManyByUiSort(Collection<Long> values, int limit) Find records that haveUI_SORT IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyMyMenuDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyMyMenuDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitMyMenuDao.findManyByUri(Collection<String> values) Find records that haveURI IN (values)asynchronouslyMyMenuDao.findManyByUri(Collection<String> values, int limit) Find records that haveURI IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<MyMenuRecord,MyMenu, String> MyMenuDao.queryExecutor()Methods in cn.vertxup.tpl.domain.tables.daos with parameters of type MyMenu -
Uses of MyMenu in cn.vertxup.tpl.domain.tables.pojos
Methods in cn.vertxup.tpl.domain.tables.pojos that return MyMenuModifier and TypeMethodDescriptionSetter forDB_ETERNAL.MY_MENU.ACTIVE.MyMenu.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_MENU.CREATED_AT.MyMenu.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_MENU.CREATED_BY.Setter forDB_ETERNAL.MY_MENU.ICON.Setter forDB_ETERNAL.MY_MENU.KEY.MyMenu.setLanguage(String language) Setter forDB_ETERNAL.MY_MENU.LANGUAGE.MyMenu.setMetadata(String metadata) Setter forDB_ETERNAL.MY_MENU.METADATA.Setter forDB_ETERNAL.MY_MENU.OWNER.MyMenu.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_MENU.OWNER_TYPE.Setter forDB_ETERNAL.MY_MENU.PAGE.MyMenu.setPosition(String position) Setter forDB_ETERNAL.MY_MENU.POSITION.Setter forDB_ETERNAL.MY_MENU.SIGMA.Setter forDB_ETERNAL.MY_MENU.TEXT.Setter forDB_ETERNAL.MY_MENU.TYPE.MyMenu.setUiColorBg(String uiColorBg) Setter forDB_ETERNAL.MY_MENU.UI_COLOR_BG.MyMenu.setUiColorFg(String uiColorFg) Setter forDB_ETERNAL.MY_MENU.UI_COLOR_FG.MyMenu.setUiParent(String uiParent) Setter forDB_ETERNAL.MY_MENU.UI_PARENT.Setter forDB_ETERNAL.MY_MENU.UI_SORT.MyMenu.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_MENU.UPDATED_AT.MyMenu.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_MENU.UPDATED_BY.Setter forDB_ETERNAL.MY_MENU.URI. -
Uses of MyMenu in cn.vertxup.tpl.domain.tables.records
Constructors in cn.vertxup.tpl.domain.tables.records with parameters of type MyMenuModifierConstructorDescriptionMyMenuRecord(MyMenu value) Create a detached, initialised MyMenuRecord