playframework « Load « JPA Q&A





1. How could I decide how much data to load in JPA?    stackoverflow.com

I have a database with nodes that points to other nodes in parent children relationship and a lookup table to translate between web addresses and nodes. I need to get information about ...

2. wrong timezone when loading joda Instant field via JPA    stackoverflow.com

In my Play application I have a model with a created field of type Instant. It's populated using a @PrePersist hook which just sets it to a new Instant(). The default ...

3. type mistmach for notmodified enum while loading Fixtures    stackoverflow.com

I'm using @ApplicationStart job to fill dev db with some values, but i'm encountering strange behavoiur after i clear it with:

Fixtures.deleteDatabase()
Some of my models have a field which is enumeration, each ...