grails « Version « JPA Q&A





1. Hibernate's version values in Grails app    stackoverflow.com

I'm looking at a database dump file, and I see many records in various tables with their version number set in values other than 0 (even 94 in one case). I ...

2. How to manage object revisions in Grails?    stackoverflow.com

I need to implement a revision system for articles in my grails web app. After searching grails forum, stackoverflow, grails plugins and googling internet, I have ended up with 3 options: ...

3. Grails/Hibernate: Null Pointer Exception on versioning    stackoverflow.com

Working with a legacy codebase in Grails. Under some conditions (we're unclear exactly what) we get a mysterious NPE, stack trace as below, while doing a findBy. So far we're sort ...