I am using the plugin for Grails - the Amazon S3 plugin, and the domain object provided by the plugin does not define Id Generator. I use Postgresql and require the identifier to be identical.
I could copy the plugin into my plugins directory and mess with the provided domain object, but this does not seem to be a clean approach. Is it possible to add the correct generation of identifier at runtime? Or maybe there is a better way.
source
share