Saturday, December 28, 2013

org.hibernate.MappingException: Unknown entity:


org.hibernate.MappingException: Unknown entity: com.ranga.mapping.Student

Problem:  
In configuration file you are not added Student class or wrong path.

Solution: 
Add the proper Mapping file in configuration.

0 comments: