Steve Ebersole edited a comment on an issue
Hibernate ORM / New Feature HHH-2907
ability to apply 'generation strategy' to generated properties
Currently, the support for generated properties allows only for db-generated values (ala triggers etc). Would be great to allow the user to provide a seperate (optional) strategy for generating the generated values.

It would be nice to have a generic solution, which we can build on top of for the more common use cases. Also, we may need to use a name o...