Tag

#jpa

3 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 →
crud · APR 19 · 2013

CRUD for Play! Framework 2

Update: yes, those are questions interspersed in the article… please answer in the comments! One of the main things I missed from Play 1.x is the CRUD Module. After reading posts on the forum about that...

#crud #ebean #jpa Read essay →