Why am I getting this error, regarding Hibernate on my RESTful API?
The error in question: jakarta.servlet.ServletException: java.lang.IllegalArgumentException: org.hibernate.query.SemanticException: Could not interpret path expression ‘brand_id’; I am new to hibernate and REST Api design, so it eludes me why I get this error, I have tried so many things. "brand_id" is the name of the foreign key column in my database, you know what, lemme show you.… Read More Why am I getting this error, regarding Hibernate on my RESTful API?