facebook

Change @IdClass for @EmbeddedId in crud scaffolding

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #325488 Reply

    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

    #325529 Reply

    cconway
    Member

    Sorry but there is no built-in tag for generating @EmbeddedId

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Change @IdClass for @EmbeddedId in crud scaffolding

You must be logged in to post in the forum log in