[Hibernate] creating a composite-id with xdoclet

2002-12-26 Thread Raible, Matt
Is it possible to create the following with xdoclet tags? I generated this from our database, and now want to map back to it using XDoclet. Thanks, Matt --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thi

RE: [Hibernate] Hibernate XDoclet task

2002-12-26 Thread Ara Abrahamian
It's a piece of cake: superclasses="true" in forAllMethods/forAllFields. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:hibernate-devel- > [EMAIL PROTECTED] On Behalf Of Gavin King > Sent: Thursday, December 26, 2002 10:28 AM > To: Pablo I. Lalloni > Cc: [EMAIL PROTECTED] >

[Hibernate] [ hibernate-Bugs-652053 ] Code generator doesn't work with Bag

2002-12-26 Thread noreply
Bugs item #652053, was opened at 2002-12-11 15:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=652053&group_id=40712 Category: None Group: None Status: Closed Resolution: Fixed Priority: 7 Submitted By: Andrea Aime (aaime) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Bugs-652053 ] Code generator doesn't work with Bag

2002-12-26 Thread noreply
Bugs item #652053, was opened at 2002-12-12 01:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=652053&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Andrea Aime (aaime) Assigned to: Nobody/Anonymo

[Hibernate] [ hibernate-Bugs-650943 ] Incomplete index creation

2002-12-26 Thread noreply
Bugs item #650943, was opened at 2002-12-10 03:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=650943&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Benoit Menendez (bmenendez) Assigned to: Nobody

[Hibernate] [ hibernate-Bugs-653858 ] Line feeds in queries parsed incorrectly

2002-12-26 Thread noreply
Bugs item #653858, was opened at 2002-12-15 08:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=653858&group_id=40712 Category: None Group: None Status: Open Resolution: None >Priority: 3 Submitted By: Alex Staubo (byzantium) Assigned to: Nobody/Anonymo

[Hibernate] [ hibernate-Patches-657927 ] make Query.setMaxResults work for SAPDB

2002-12-26 Thread noreply
Patches item #657927, was opened at 2002-12-24 05:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657927&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: J. Russell Smyth (drfish) Assigned to: No

[Hibernate] [ hibernate-Patches-657080 ] Better messages in FromParser

2002-12-26 Thread noreply
Patches item #657080, was opened at 2002-12-21 12:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=657080&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to:

[Hibernate] [ hibernate-Feature Requests-651407 ] Unique fields

2002-12-26 Thread noreply
Feature Requests item #651407, was opened at 2002-12-10 23:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=651407&group_id=40712 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Alex Chudnovsky (chud73) >Assigned to: Gavin King (one

RE: [Hibernate] Hibernate XDoclet task

2002-12-26 Thread Gavin King
This is a known limitation of the current Hibernate XDoclet module. Now, I think XDoclet can support remote methods defined on superclasses in its ejb module, so it must be possible to add support for persistent properties defined on superclasses to the Hibernate module. Anyone know how to attac