grails « ID « JPA Q&A





1. Defining a particular strategy of ID generation in Grails    stackoverflow.com

how i can define and use a strategy of ID (primary keys) generation for my domain classes ? I want to put a prefix for the primaryKey of some domain ...

2. Not getting the object id consistently in grails/java    stackoverflow.com

I am trying to send an email to the customer whenever there is a new invoice generated. but to do that i need to get the id of invoice and customer. ...

3. Grails:Generating Custom ID    stackoverflow.com

I have a domain object Issue that has a property Date createTime, that I want to be used as the id by GORM with some custom logic. For example suppose the first ...