[hibernate-dev] Pull request for HHH-2394 (Support filter tag in subclass)

2012-05-30 Thread Rob Worsnop
https://github.com/hibernate/hibernate-orm/pull/339 It seemed that the challenge to overcome was that Hibernate did not know which aliases to use when generating the where clauses for filters. When filters are not allowed on subclasses (current situation), the alias for the root entity is used for

Re: [hibernate-dev] Hibernate Search Question

2012-05-30 Thread Emmanuel Bernard
Hello Christian, As Sanne said, we won't do it ourselves but if someone is interested, we will be more than happy to help and integrate the work. With the work done in recent versions, most specific code is now isolated and it is "just" a matter of creating a new module hibernate-orm-jpa under t

Re: [hibernate-dev] [OGM] [Neo4J] AssociationKey and missing info for associations mapping

2012-05-30 Thread Emmanuel Bernard
>> In a Document approach, there is no (useful) notion of association either >> but one can gather a set of elements under a property name. This is useful >> for collection of embedded and collection of associated entities that one >> want to embed. But the property name under which we would se