How to fix spring/hibernate error

accountDaoImpl.jpeg

Any ideas on how to fix the errors with the red squigly lines? It appears to be related to hibernate. I'm unfamiliar with how this is configured.

0
2 comments

The errors look like "cannot resolve something" problems. This means you do not have proper Hibernate and Spring facets configurations (Project Structure/Facets or Modules dialog).

0
Avatar
Permanently deleted user

Thanks for the advice. Looks like it was the Hibernate Facet. I just needed to configure it to use hibernate.cfg.xml so it knew about the domain objects.

0

Please sign in to leave a comment.