playframework « Column « JPA Q&A





1. Is there any way to get Play framework and JPA to use underscores in column names?    stackoverflow.com

I'm trying to build a Play! app running against an existing database where all the columns have underscores to separate words. This means I have to put an @Column annotation on ...

2. Problem with id column and JPA    stackoverflow.com

I'm trying JPA with a very simple class for the Play! framework and I'm having some problems with the id column. My sql database has only two columns:

CREATE TABLE IF NOT EXISTS ...