AW: [Hibernate] Hibernate Annotations: next steps

2005-04-20 Thread Pesch, Christian
> 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. This is great. I've played around and bit and stuck with bidirectional one to m

[Hibernate] many-to-many filters

2005-04-20 Thread Steve Ebersole
So I've been looking and thinking about this ability to define filter conditions on such that they apply to the associated table (not the just association table, which is what we have now). So the current thinking here is to allow another within the ; something like:

RE: [Hibernate] many-to-many filters

2005-04-20 Thread Gavin King
The thing you need to think about is a many-to-many to a joined subclass. I *think* that this causes a join to the subclass table, in which case you could *not* apply the entity filter. So you would need collection-specific filters. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

[Hibernate] unsubscribe

2005-04-20 Thread Troy McKinnon