Posts by thulio • 11 points
1 post
-
0
votes1
answer325
viewsQ: How to resolve this Error: Unknown Entity when saving to Hibernate?
Follow the code Itensvendadao: package com.livro.capitulo3.crudannotations; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import…