--- 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" message from xdoclet, since the
> class that uses a
> composite key is does not have an @hibernate.id
> attribute.


it's ercommended by hibernate folks that you define
class which would be your composite id ( lok for "why
object being own identity suks" in hibernate docs ).
Just declare getter of this id class as ID field (
assigned ) and define properties on his getters.

regards,.

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to