RE: [Hibernate] Re: API name changes

2005-02-14 Thread dchannon
My view is that this is a major version update and we are aligning with a standard so we should change APIs to suite as well as behaviour. +1 Cheers David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bauer Sent: Monday, 14 February 200

RE: [Hibernate] Re: API name changes

2005-02-14 Thread March, Andres
> -Original Message- > From: [EMAIL PROTECTED] [mailto:hibernate-devel- > [EMAIL PROTECTED] On Behalf Of Emmanuel Bernard > Sent: Monday, February 14, 2005 3:16 AM > To: hibernate-devel@lists.sourceforge.net > Subject: Re: [Hibernate] Re: API name changes > > > Christian Bauer wrote: >

RE: [Hibernate] Some Wiki and Forum Suggestions

2005-02-14 Thread March, Andres
dres - oscache > -Original Message- > From: [EMAIL PROTECTED] [mailto:hibernate-devel- > [EMAIL PROTECTED] On Behalf Of Christian Bauer > Sent: Monday, February 14, 2005 2:32 AM > To: Hibernate development > Subject: Re: [Hibernate] Some Wiki and Forum Suggestions > > Michael Gloegl wrote

Re: [Hibernate] New SQLQuery interface.

2005-02-14 Thread Max Rydahl Andersen
On Mon, 14 Feb 2005 06:06:59 -0600, Gavin King <[EMAIL PROTECTED]> wrote: No. okeeey - not much came out of that review then ,) ...so no objections to me adding "throw an exception if users ask for ordering with scalars first" ? /max -Original Message- From: Max Andersen Sent: Monday,

Re: [Hibernate] New SQLQuery interface.

2005-02-14 Thread Max Rydahl Andersen
On Mon, 14 Feb 2005 05:39:12 -0600, Gavin King <[EMAIL PROTECTED]> wrote: Oh, I did not read the whole thread. No, the order is not controlled. Ok - so nothing was changed ? /max -Original Message- From: Max Andersen Sent: Monday, 14 February 2005 10:17 PM To: Gavin King; hibernate-deve

Re: [Hibernate] New SQLQuery interface.

2005-02-14 Thread Max Rydahl Andersen
On Mon, 14 Feb 2005 05:06:46 -0600, Gavin King <[EMAIL PROTECTED]> wrote: yep. well - maybe i'm blind, but looking at the current SQLTest.java (and the underlying impl) it still looks like its called addXXX and that sequence is still strictly controlled ?. I seem to remember a commit message

Re: [Hibernate] Re: API name changes

2005-02-14 Thread Emmanuel Bernard
Christian Bauer wrote: Christian Bauer wrote: Starting with H3, we recommend the new EJB3-style operations create() and merge(). We still have our old methods: save(), update(), saveOrUpdate(), with slightly different semantics. What do you think about save(), attach(), saveOrAttach()? It might

[Hibernate] Re: API name changes

2005-02-14 Thread Christian Bauer
Christian Bauer wrote: Starting with H3, we recommend the new EJB3-style operations create() and merge(). We still have our old methods: save(), update(), saveOrUpdate(), with slightly different semantics. What do you think about save(), attach(), saveOrAttach()? It might be too much code to ch

Re: [Hibernate] New SQLQuery interface.

2005-02-14 Thread Max Rydahl Andersen
Hi, whatever happend to the stuff discussed in this thread ? was anything changed or ? -max Guys, please review: org.hibernate.test.sql.SQLQueryTest.testSQLQueryInterface() It demonstrates the new SQLQuery interface, which will replace the horrible createSQLQuery() methods. It for sure looks bet

Re: [Hibernate] Some Wiki and Forum Suggestions

2005-02-14 Thread Christian Bauer
Michael Gloegl wrote: In the Wiki, the "Cowiki text formating rules" under the edit box is no longer pointing to the correct URL - it currently is http://www.develnet.org/95.html but should be http://cowiki.org/104.html Done Also in the forum, could we perhaps somehow mark the developers of proj