RE: [Hibernate] date for 3.0.1 ?

2005-04-13 Thread Gavin King
This weekend. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Wednesday, 13 April 2005 7:41 AM To: Hibernate development Subject: [Hibernate] date for 3.0.1 ? Hi guys, any planned date for 3.0.1 ? I got some minor additions to

Re: [Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread snpe
Hello, yes, i want limit metadata and I wait for your changes Question 1: Can I limit dependencies (many-to-one,one-to-many) in JDBCBinder ? for example check box in Artifact wizard : Want you make one-to-many ? If no then we doesn't make imported keys (jdbc concept for another side of forei

Re: [Hibernate] three way many-many/many-one question, with some XDoclet

2005-04-13 Thread Emmanuel Bernard
Please use the user forum for such questions http://forum.hibernate.org Bear Giles wrote: Augh! I have three classes with approximately a three-way many-to-many relationship. Each "facility" can have multiple "contracts" and "accounts." Each "contract" may serve multiple "facilities." For mod

[Hibernate] Hibernate Annotations: next steps

2005-04-13 Thread Emmanuel Bernard
Hi all, Thanks to Matthew Inger and a damn good debugger party through the internals of Hibernate metadata, we now have the long awaited support for List, including the infamous implicit many to one with non null FK. I've updated JIRA (HibernateExt / annotations) with all the missing features.

[Hibernate] Look Up table retrieve

2005-04-13 Thread Jaswinder Kaur
Title: Look Up table retrieve Hi all, I have a table with three columns. Type Code Description It's a look up table. So type +code make the primary key. I want to retrieve this data in a way that can be stored in hashmap. The key of map is type and value is list  of objects . (The objec

[Hibernate] three way many-many/many-one question, with some XDoclet

2005-04-13 Thread Bear Giles
Augh! I have three classes with approximately a three-way many-to-many relationship. Each "facility" can have multiple "contracts" and "accounts." Each "contract" may serve multiple "facilities." For modelling I can have each "account" have multiple "contracts" and "facilities". That's easy

[Hibernate] Re: Hibernate tools and database explorer

2005-04-13 Thread Max Rydahl Andersen
On Wed, 13 Apr 2005 19:26:47 +0200, snpe <[EMAIL PROTECTED]> wrote: Looks great what you are doing. If I understand you correctly this stuff simply just get some names from the Data Explorer to limit what metadata our rev.eng. will get, correct ? If that is the case then if you wait a day or two

[Hibernate] Hibernate tools and database explorer

2005-04-13 Thread snpe
Hello, I try integrate any database explorer and hibernate tools I want, for example, that choose object (table,views ) from explorer and call hibernate reverse engineering wizard. I use sqlexplorer (patched), but I will try webtools when M4 be out (April 22) I have any request from tools 1)

Re: [Hibernate] date for 3.0.1 ?

2005-04-13 Thread Emmanuel Bernard
I have to move some code from annotations to hibernate3 (it shouldn't be held in annotations) --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > On Wed, 13 Apr 2005 14:06:33 +0200, Emmanuel Bernard > <[EMAIL PROTECTED]> > wrote: > > > I do have to put some changes in 3.0.1 too > (currently >

Re: [Hibernate] Re: hbm2java compability...

2005-04-13 Thread Max Rydahl Andersen
On Mon, 11 Apr 2005 18:16:36 +0200, Xavier Poinsard <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen wrote: I've written a wiki page http://www.hibernate.org/276.html describing which meta attributes hbm2java v3 supports compared to hbm2java v2. I would like to ask you guys that uses hbm2java

Re: [Hibernate] date for 3.0.1 ?

2005-04-13 Thread Max Rydahl Andersen
On Wed, 13 Apr 2005 14:06:33 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: I do have to put some changes in 3.0.1 too (currently in annotations CVS, but shouldn't). shouldn't ? /max --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: Hi guys, any planned date for 3.0.1 ? I got some minor add

Re: [Hibernate] date for 3.0.1 ?

2005-04-13 Thread Max Rydahl Andersen
Hi Max, hi ricardo, I'm working on the Doc generator, nice! btw. i'm cc'ing this to devel so the other guys can see the progress. I've been checking out the mapping model (org.hibernate.mapping) and I have one question: In the documentation I want to show how each column is used (property, collect

Re: [Hibernate] date for 3.0.1 ?

2005-04-13 Thread Emmanuel Bernard
I do have to put some changes in 3.0.1 too (currently in annotations CVS, but shouldn't). --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > Hi guys, > > any planned date for 3.0.1 ? > > I got some minor additions to the core that I would > like to add > (MetaAttributable). > And if 3.0.1 is

[Hibernate] date for 3.0.1 ?

2005-04-13 Thread Max Rydahl Andersen
Hi guys, any planned date for 3.0.1 ? I got some minor additions to the core that I would like to add (MetaAttributable). And if 3.0.1 is not planned to be released soon (within a week) i'll need to hold changes in the toolset back as otherwise the next tool release will not work with the lat

Re: [Hibernate] automated plugin build script

2005-04-13 Thread Max Rydahl Andersen
On Tue, 12 Apr 2005 20:43:43 +0200, John Franey <[EMAIL PROTECTED]> wrote: Just to let you know, I'm making some progress on this, I'm almost obsessed. Good to hear ;) I'm cc'ing this to devel list so others can see it. I'm also cc'ing this to our jboss ide mailing list since its also somethin

[Hibernate] expressions in select clause

2005-04-13 Thread Gavin King
I finally got full support for arithmetic, concatenations, functions, literals in the select clause.   Hooray for the new query parser!