Hibernate and JPA - Solenix Workshop30 September 2015
Last week we had a workshop covering the Hibernate framework as implementation of the Java Persistence API.
Hibernate is a powerful framework and great tool to manage complex data in our applications and the specific needs for different database implementations (MySQL, PostgreSQL, Oracle and many others). Particularly for common data operations this frees our developers from boilerplate code and lets us focus on the actual logic.