Hi,
I have some mapping problems with hibernate application. I execute a simple request to gather data from the database but it just says that entity not found ..
When I check what I am calling I find that it's right!!org.hibernate.MappingException: Unknown entity: NomadHibXml.NeGroup
I really need help!Code:try { NeGroup instance = (NeGroup) sessionFactory.getCurrentSession() .get("NomadHibXml.NeGroup", i);


Reply With Quote
