Tag
#hibernate
2 posts
← All posts
hibernate
·
OCT 15 · 2014
How to use Hibernate to generate a DDL script from your Play! Framework project
Ok, so you have been using the hibernate property name=”hibernate.hbm2ddl.auto” value=”update” to continuously update your database schema, but now you need a complete DDL script?
#hibernate
#jpa
Read essay →
annotations
·
JUN 27 · 2013
How to use Reflection to Document your Data Model based on JPA Annotations
So using JPA, Hibernate or EBeans is cool when you can just annotate your Java classes, but haven’t you always wished you could “generate” documentation of your data model from the code? Pulling information of the...
#annotations
#hibernate
#java
#jpa
Read essay →