I'm trying to get Restaurant objects from the database with objects included in it. But I get the error :::::: Caused by: org.hsqldb.HsqlException: user fails or not found: MENU Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: MENU in statement [/ * Restaurant. .voting as voting2_1_1_, menus1_.RESTAURANT_ID_id as RESTAURA3_1_0__, menus1_.id as id1_1_0__ from restaurant0_ restaurant__ left outer join Menu menus1_ on restaurant0_.id = menus1_.RESTAURANT_ID_id order by restaurant0_.name ASC]

My base

** **

Classes

** Menu enter image description here

Search for a solution did not give a result. What can be missing in the annotations or in the database?

    0