MyEclipse: Change @IdClass for @EmbeddedId in crud scaffolding julio.salazar - Apr 23, 2012 - 09:29 PM Post subject: Change @IdClass for @EmbeddedId in crud scaffolding
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?