[Hibernate] [ hibernate-Patches-685907 ] Nested multicolumn composite-id

2003-02-14 Thread SourceForge.net
Patches item #685907, was opened at 2003-02-13 14:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=685907&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stefano Travelli (stefanotravelli) Assigned to: N

[Hibernate] [ hibernate-Bugs-675321 ] using path expression that dereferences a

2003-02-14 Thread SourceForge.net
Bugs item #675321, was opened at 2003-01-27 10:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=675321&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Xavier Poinsard (xpoinsard) Assigned to: Nobody/Anon

[Hibernate] [ hibernate-Patches-682992 ] optimization

2003-02-14 Thread SourceForge.net
Patches item #682992, was opened at 2003-02-08 17:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=682992&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Juozas Baliuka (baliuka) Assigned to: Nobody/Anon

RE: [Hibernate] automatically load all mapping files

2003-02-14 Thread Ou, Rong
My bad. Seems you can do this externally through hibernate.cfg.xml file, and at least in 2.0 you can add jar files to the mappings list. I guess this is a good compromise as you might have different classes mapped to different datasources for example, which Kodo cannot do any more. Rong -O

[Hibernate] automatically load all mapping files

2003-02-14 Thread Ou, Rong
Hi all, I've just started looking into Hibernate as a possible replacement for the product we are currently using, SolarMetric Kodo JDO. The first thing I noticed is that Hibernate requires you to register all the persistent capable classes in Configuration (or Datastore in pre-2.0). Kodo requi