org.hibernate.MappingException: Unknown entity:
- by tsegay
I tried to see all the questions on this topic but none of them helped me. And I really want to understand what is going on with my code.
I have a standalone application which uses spring and Hibernate as JPA and I am trying to run the test using a single main Class
My main class
package edu.acct.tsegay.common;
import…