Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: dtb_login is not mapped [SELECT u FROM dtb_login u WHERE u.email = ?1] code example
Example: query syntax exception is not mapped
@Query( value = "some sql query ...", nativeQuery = true)