Archive
Posts Tagged ‘SQL’
Why JPA refuses to persist Group objects
October 16, 2008
Leave a comment
Problem
When working in Java using tools like JPA you sometimes forget to keep the limitations of the underlying database in mind. I spend about an hour trying to find out why my custom Group objects didn’t get persisted, and MySQL complained about incorrect SQL syntax.