RE: [Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22

2002-12-31 Thread Gavin King
IBM JVM returns reflected methods in the reverse order. So if some test deosn't clean up after itself, it might fail on one JVM but not the other :) -Original Message- From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 December 2002 12:16 AM To: [EMAIL PROTECTED]

RE: [Hibernate] Using CLOBs

2002-12-31 Thread Gavin King
The name of the type is clob, and the expected property type is java.sql.Clob. Note that there are restrictions upon what you can do with Clobs (they can't be used outside of transaction, for example). You should also take notice of Hibernate.createClob(). -Original Message- From: Ugo

RE: [Hibernate] Tools road map

2002-12-31 Thread Gavin King
My comments are now added in /italics/ on the page itself... -Original Message- From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 December 2002 7:16 AM To: [EMAIL PROTECTED] Subject: [Hibernate] Tools road map I've been so insane to plot down a road-map for

RE: [Hibernate] CodeGenerator

2002-12-31 Thread Gavin King
property name=bar type=serializable meta attribute=description JavaDoc comment for getBar() /meta meta attribute=java-typejava.lang.Object/meta /property . But this one ? Isn't this a bit cloudy If I understand this correctly you

Re: [Hibernate] Re: [Hibernate-commits] Hibernate/cirrus/hibernate/test FooBarTest.java,1.237,1.238 MultiTableTest.java,1.21,1.22

2002-12-31 Thread Max Rydahl Andersen
That's a mean one :) I'll remember that when my reflective code starts trashing on IBM's :) /max - Original Message - From: Gavin King [EMAIL PROTECTED] To: Max Rydahl Andersen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 31, 2002 12:37 AM Subject: RE: [Hibernate] Re:

RE: [Hibernate] Combining 2 tables into 1 object

2002-12-31 Thread Gavin King
Have a look in the Patterns section of the wiki at the Delegate pattern (and the discussion). -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, 31 December 2002 3:56 AM To: '[EMAIL PROTECTED]' Subject: [Hibernate] Combining 2 tables into 1 object I

[Hibernate] Hibernate XDoclet Task

2002-12-31 Thread Ralf E. Stranzenbach
Hi, as a newbie using XDoclet (today it's working for the very first time) i have two questions: * Is there any chance to add predefined queries to the generated mapping? * Is there any chance to generate the bean-pattern (setXXX(), getXXX() and especially the addXXX(Child)/setXXX(Parent))