Uses of Class
com.bytedesk.core.menu.MenuEntity
Packages that use MenuEntity
-
Uses of MenuEntity in com.bytedesk.core.menu
Methods in com.bytedesk.core.menu that return MenuEntityModifier and TypeMethodDescriptionprotected MenuEntityMenuRestService.doSave(MenuEntity entity) MenuRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, MenuEntity entity) MenuRestService.save(MenuEntity entity) Methods in com.bytedesk.core.menu that return types with arguments of type MenuEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<MenuEntity>MenuRestService.createSpecification(MenuRequest request) protected org.springframework.data.domain.Page<MenuEntity>MenuRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<MenuEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<MenuEntity>MenuSpecification.search(MenuRequest request, AuthService authService) Methods in com.bytedesk.core.menu with parameters of type MenuEntityModifier and TypeMethodDescriptionMenuRestService.convertToResponse(MenuEntity entity) protected MenuEntityMenuRestService.doSave(MenuEntity entity) MenuRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, MenuEntity entity) MenuRestService.save(MenuEntity entity) Method parameters in com.bytedesk.core.menu with type arguments of type MenuEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<MenuEntity>MenuRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<MenuEntity> spec, org.springframework.data.domain.Pageable pageable)