findAllByRestaurantId

abstract fun findAllByRestaurantId(restaurantId: RestaurantId): List<Menu>

Finds all Menu entities associated with a specific RestaurantId.

Return

A list of Menu entities associated with the given restaurant.

Parameters

restaurantId

The ID of the restaurant to find menus for.