Re: [Hibernate] Roadmap...

2004-02-16 Thread Gavin King
Ara Abrahamian wrote: And this will take into account cascade=all|delete too? My bad, when I wrote "orphan delete", I meant to say "casade delete". It would not work for orphan delete. -- Gavin King JBoss Group +61 410534454 http://hibernate.org

Re: [Hibernate] Roadmap...

2004-02-16 Thread Gavin King
Max Rydahl Andersen wrote: > ok - so instead of deleting one at the time, we batch delete, but still call all the lifecycle stuff ? > (but isn't the users just going to ask for a quick batch delete instead then (to avoid the possible expensive delete ? ;) I'm sure they will /ask/. -- Gavin

Re: [Hibernate] Hibernate & JAAS

2004-02-16 Thread Bear Giles
Giovanni Formenti wrote: Someone tried to do jaas authentication via Hibernate and extend the SimplePrincipal to store more information about logged user?! I'm trying to integrate this in JBoss 3.2.3... I read http://www.hibernate.org/139.html but few information are available there. Someone have e

Re: [Hibernate] Query by Mapped Composite Element

2004-02-16 Thread Emmanuel Bernard
Use the Hibernate forum for user questions. > Hi, > > I am trying to create a query based on the values of a map containing > composite-elements. I have a Map property called propertiesMapped. The > elements withing this map are mapped as composite-elements. I want to > join only based on a pro

[Hibernate] Query by Mapped Composite Element

2004-02-16 Thread Mike Porter
Hi,   I am trying to create a query based on the values of a map containing composite-elements.  I have a Map property called propertiesMapped.  The elements withing this map are mapped as composite-elements.  I want to join only based on a property of the composite-element, in my example t

RE: [Hibernate] Roadmap...

2004-02-16 Thread Ara Abrahamian
> > It will just be built underneath existing functionality like > > delete(query) and orphan delete. It will support all > > Hibernate semantics. So this: > > > > session.delete("from Foo foo where foo.name like 'foo'") > > > > will cause two queries: > > > > SELECT ... FROM FOO WHERE NAME LIKE 'f

[Hibernate] Hibernate & JAAS

2004-02-16 Thread Giovanni Formenti
Someone tried to do jaas authentication via Hibernate and extend the SimplePrincipal to store more information about logged user?! I'm trying to integrate this in JBoss 3.2.3... I read http://www.hibernate.org/139.html but few information are available there. Someone have examples of this or can g