[Hibernate] [ hibernate-Patches-672865 ] Fix for too-long column name aliases

2003-02-02 Thread SourceForge.net
Patches item #672865, was opened at 2003-01-23 12:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=672865&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 6 Submitted By: Mark Woon (unkyaku) Assigned to: Nobody/A

Re: [Hibernate] hib2 - parent in composite-element

2003-02-02 Thread Viktor Szathmary
hi, On Sun, 2 Feb 2003 08:41:22 -0800 (PST), "jiesheng zhang" <[EMAIL PROTECTED]> said: > > I use the Java code instead of Hibernate to keep the > parent-child relationship. yeah, that's a very reasonable approach, i just got bogged down in the beauty of the hibenate :) however, even with the s

Re: [Hibernate] hib2 - parent in composite-element

2003-02-02 Thread jiesheng zhang
I use the Java code instead of Hibernate to keep the parent-child relationship. For example suppose I have such a relationship Parent-->Level1-->Level2 The class implementation could be like this public class parent { public void setChild(Level1 child){ if (child.getParent()==null) child.set

Re: [Hibernate] 2.0 beta 2

2003-02-02 Thread Max Rydahl Andersen
This last line "In Hibernate 2.0 beta 2, collections carry around a snapshot of their persistent state (even when serialized). So rows may now be managed individually even in the case of update().", I naively read as: "In Hibernate2 all the above "delete/insert instead of update" problems goes awa

[Hibernate] 2.0 beta 2

2003-02-02 Thread Gavin King
2.0 beta 2 fixes bugs in 2.0 beta 1 and adds: * efficient collection updates with Session.update() * cache configuation in hibernate.cfg.xml (rather than the mapping documents) * smarter alias generation for properties with long column names I also wrote up some stuff about collection performance

Re: [Hibernate] Re: Trouble with proxy implementations

2003-02-02 Thread Juozas Baliuka
MetaClass implementation is deefined in the same package, but it is no test for package methods. > Very, very cool > > One more request: is it possible to support this for package-visibility > methods by generating the MetaClass in the same package? (Might have to > have a different instance

[Hibernate] Re: PersistentEnum Problem

2003-02-02 Thread Gavin King
Stack Trace? --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ hibernate-devel mailing list [EMAIL PROTECTED]

Re: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Juozas Baliuka
Agree, user doe's not need to know about cglib API used by hibernate. I will add prefix all Factory methods this way: "cglib$GetInterceptor()", "cglib$GetDelegate()" They are used for optimizations and we do not need "nice" names. Very possible we will decide to generate separate class for fa

Re: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Gavin King
Juozas, I'm still waiting for you to let me know when Hibernate should start using a newer version of CGLIB I havn't upgraded, only because I know you guys are still changing APIs, etc. So just let me know when you have something reasonably final. Thanks :) - Original Message - From

RE: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Schnitzer, Jeff
Thanks, you guys are great :-) Jeff --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ hibernate-devel mailing li

[Hibernate] [ hibernate-Patches-678627 ] Fix for "get/set private bug" in hbm2java

2003-02-02 Thread SourceForge.net
Patches item #678627, was opened at 2003-02-01 22:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=678627&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to: Nobody/

[Hibernate] [ hibernate-Feature Requests-650585 ] SchemaExport for hibernate.cfg.xml

2003-02-02 Thread SourceForge.net
Feature Requests item #650585, was opened at 2002-12-09 09:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=650585&group_id=40712 Category: None Group: None >Status: Closed Priority: 7 Submitted By: Gavin King (oneovthafew) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Patches-678627 ] Fix for "get/set private bug" in hbm2java

2003-02-02 Thread SourceForge.net
Patches item #678627, was opened at 2003-02-01 12:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=678627&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to: Nobody/

[Hibernate] [ hibernate-Bugs-677800 ] Configuration.configure(String) bug

2003-02-02 Thread SourceForge.net
Bugs item #677800, was opened at 2003-01-31 09:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=677800&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Leonardo Quijano (lquijano) Assigned to: Nobody

[Hibernate] [ hibernate-Bugs-678299 ] Reference Docs Have Wrong Package For Dialects

2003-02-02 Thread SourceForge.net
Bugs item #678299, was opened at 2003-01-31 19:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678299&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew E. Porter (neoflux) Assigned to: Nobody/Anon

[Hibernate] [ hibernate-Patches-678627 ] Fix for "get/set private bug" in hbm2java

2003-02-02 Thread SourceForge.net
Patches item #678627, was opened at 2003-02-01 22:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=678627&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 8 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to:

[Hibernate] [ hibernate-Bugs-677802 ] small typo in hibernate-configuration-2.0.dtd

2003-02-02 Thread SourceForge.net
Bugs item #677802, was opened at 2003-01-31 09:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=677802&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonardo Quijano (lquijano) Assigned to: Nobody/Anon

[Hibernate] [ hibernate-Patches-672865 ] Fix for too-long column name aliases

2003-02-02 Thread SourceForge.net
Patches item #672865, was opened at 2003-01-23 12:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=672865&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 6 Submitted By: Mark Woon (unkyaku) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Patches-678627 ] Fix for "get/set private bug" in hbm2java

2003-02-02 Thread SourceForge.net
Patches item #678627, was opened at 2003-02-01 22:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=678627&group_id=40712 Category: None Group: None Status: Open Resolution: None >Priority: 8 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to: Nobody

[Hibernate] [ hibernate-Bugs-678093 ] JDBCException.getSQLException() returns null

2003-02-02 Thread SourceForge.net
Bugs item #678093, was opened at 2003-01-31 13:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678093&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gerhard Bloch (blochg) Assigned to: Nobody/Anonymous

[Hibernate] [ hibernate-Patches-672865 ] Fix for too-long column name aliases

2003-02-02 Thread SourceForge.net
Patches item #672865, was opened at 2003-01-22 17:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=672865&group_id=40712 Category: None Group: None Status: Open Resolution: None Priority: 6 Submitted By: Mark Woon (unkyaku) Assigned to: Nobody/Anonymous