Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 org.hibernate.hql.ast.QuerySyntaxException: app_fd_courts is not mapped 
SELECT e FROM app_fd_entities e  WHERE e.id in (SELECT id from app_fd_courts) ORDER BY cast(e.customProperties.description as string)

SELECT e FROM app_fd_entities e  WHERE e.id in (SELECT id from app_fd_courts) ORDER BY cast(e.customProperties.description as string)SELECT e FROM app_fd_entities e  WHERE e.id in (SELECT id from app_fd_courts) ORDER BY cast(e.customProperties.description as string)Any suggestion?