java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: Note is not mapped [DELETE from Note] code example
Example: query syntax exception is not mapped
@Query( value = "some sql query ...", nativeQuery = true)
@Query( value = "some sql query ...", nativeQuery = true)