Hi
We have an issue with the @idClass generation on hibernate because we cannot do counts over Entities with the CriteriaBuilder api on JPA hibernate 2.0 (see bug on jira)
, as work around I’m trying to change the @idClass annotation for @EmbeddedId but that affects the whole crud behavior, my question is , can the crud scaffolding generate @EmbeddedId instead of @idClass?
Thanks,
https://hibernate.onjira.com/browse/HHH-7216