Title: RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key
The class is more of a relational mapping, and not a true composite ID for another class,
so there is no getter method that returns the composite Id class. I did try to put a private
getter/setter as a work
Title: RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key
I do have a class for the composite ID. But it stands alone, I use the constructor
to create relations and either look them up if existing or save them if they are new relations.
With the new b4 release
--- Eric Mckenna <[EMAIL PROTECTED]> wrote:
> I'm having a problem with xdoclet file merging a
> hibernate composite key
> correctly. Previously i was just merging in the
> composite id with an
> xdoclet merge file, But after moving to beta3 of
> xdoclet, I keep getting
> "misses ID property" mes