Generate entity classes with Hibernate Tools

I recently gave a try to reverse engineering a database into entity classes by using Hibernate Tools. And it is quite cool.

Tags:       

Hibernate MappingException error

When using Hibernate in a project, correct configuration of the service is a must, otherwise errors won’t let you alone :) Following the basic steps of configuration, I found myself facing an error, of which cause made no sense on the moment because I thought my configuration were correct. In the hibernate.cfg.xml file, sessionFactory was [...]

Tags: