Posts by Nataniel Carvalho • 53 points
2 posts
-
0
votes1
answer65
viewsQ: Injection of dependencies failure
I am new to the world of Hibernate and when I run this application, I get the following exception (error refers to persist EntityManager): java.lang.NullPointerException Caused by:…
-
4
votes2
answers1673
viewsQ: How to resolve this 'java.lang.Illegalargumentexception: Unknown Entity' when running this simple application?
I am new to the world of Hibernate and when I run this application, I get the following exception: java.lang.IllegalArgumentException: Unknown entity: com.nataniel.api.domain.User at…