Hibernate

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

Continue Reading  

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 […]

Continue Reading