grails « Update « JPA Q&A





1. How to ship database updates?    stackoverflow.com

I have a Java application (generic) that uses a database via hibernate. I ship it via jar to clients. Which is the best way to ship database updates (schema and data) ...

2. grails call hibernate update    stackoverflow.com

Have another question related to Grails issue with unique/save/update. is there any way to avoid call def bookInstance.get(bookList.id[it]) ? for example, I still want to overwrite the exist data in DB, ...