0 Replies Latest reply on Jan 19, 2006 9:47 AM by truto

    composite ids not working?

    truto

      Hi,
      Lets say I have an @Entity Foobar, that as either an EmbeddedId or @IdClass to FoobarPk. When I do an entitymanager.createQuery("from Foobar") I get a list with the correct number of entries, but all of them set no NULL.

      As anyone encountered a similar situation like that, and how have fixed it?

      thx in advance.