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] Subject:

[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=detailatid=428708aid=652053group_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=detailatid=428708aid=652053group_id=40712 Category: None Group: None Status: Closed Resolution: Fixed Priority: 7 Submitted By: Andrea Aime (aaime) Assigned to: Nobody/Anonymous

[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=detailatid=428710aid=657927group_id=40712 Category: None Group: None Status: Closed Resolution: Accepted Priority: 5 Submitted By: J. Russell Smyth (drfish) Assigned to:

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