persist « Default « JPA Q&A





1. Hibernate: "Field 'id' doesn't have a default value"    stackoverflow.com

all. I'm facing what I think is a simple problem with Hibernate, but can't get over it (Hibernate forums being unreachable certainly doesn't help). I have a simple class I'd like to ...

2. Hibernate default values during runtime - best practice    stackoverflow.com

I have an app (since the iPhone its really chic to use this word :-)) persisting its data with Hibernate. The database scheme contains several date fields which can be NULL. ...