Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XMenu
Packages that use XMenu
Package
Description
-
Uses of XMenu in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XMenuModifier and TypeMethodDescriptionXMenuDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXMenuDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXMenuDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXMenuDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXMenuDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXMenuDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXMenuDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXMenuDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXMenuDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyXMenuDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitXMenuDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXMenuDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXMenuDao.findManyByLevel(Collection<Long> values) Find records that haveLEVEL IN (values)asynchronouslyXMenuDao.findManyByLevel(Collection<Long> values, int limit) Find records that haveLEVEL IN (values)asynchronously limited by the given limitXMenuDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXMenuDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXMenuDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXMenuDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXMenuDao.findManyByOrder(Collection<Long> values) Find records that haveORDER IN (values)asynchronouslyXMenuDao.findManyByOrder(Collection<Long> values, int limit) Find records that haveORDER IN (values)asynchronously limited by the given limitXMenuDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyXMenuDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitXMenuDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXMenuDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXMenuDao.findManyByText(Collection<String> values) Find records that haveTEXT IN (values)asynchronouslyXMenuDao.findManyByText(Collection<String> values, int limit) Find records that haveTEXT IN (values)asynchronously limited by the given limitXMenuDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXMenuDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXMenuDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXMenuDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXMenuDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXMenuDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitXMenuDao.findManyByUri(Collection<String> values) Find records that haveURI IN (values)asynchronouslyXMenuDao.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<XMenuRecord,XMenu, String> XMenuDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XMenu -
Uses of XMenu in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XMenuModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_MENU.ACTIVE.Setter forDB_ETERNAL.X_MENU.APP_ID.XMenu.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_MENU.CREATED_AT.XMenu.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_MENU.CREATED_BY.Setter forDB_ETERNAL.X_MENU.ICON.Setter forDB_ETERNAL.X_MENU.KEY.XMenu.setLanguage(String language) Setter forDB_ETERNAL.X_MENU.LANGUAGE.Setter forDB_ETERNAL.X_MENU.LEVEL.XMenu.setMetadata(String metadata) Setter forDB_ETERNAL.X_MENU.METADATA.Setter forDB_ETERNAL.X_MENU.NAME.Setter forDB_ETERNAL.X_MENU.ORDER.XMenu.setParentId(String parentId) Setter forDB_ETERNAL.X_MENU.PARENT_ID.Setter forDB_ETERNAL.X_MENU.SIGMA.Setter forDB_ETERNAL.X_MENU.TEXT.Setter forDB_ETERNAL.X_MENU.TYPE.XMenu.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_MENU.UPDATED_AT.XMenu.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_MENU.UPDATED_BY.Setter forDB_ETERNAL.X_MENU.URI. -
Uses of XMenu in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XMenuModifierConstructorDescriptionXMenuRecord(XMenu value) Create a detached, initialised XMenuRecord