[hibernate-dev] want to join

2009-04-12 Thread Brajesh Patel
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Re: programmatic configuration of Hibernate Search

2009-04-12 Thread Sanne Grinovero
That's good news, at the moment I can't imagine a need for the second case. 2009/4/12 Emmanuel Bernard : > This can be mixed as in one entity is defined in annotation and an other > programmatically. As far as mixing configuration in the same entity, it's > theoretically possible but usually very

[hibernate-dev] Re: programmatic configuration of Hibernate Search

2009-04-12 Thread Emmanuel Bernard
This can be mixed as in one entity is defined in annotation and an other programmatically. As far as mixing configuration in the same entity, it's theoretically possible but usually very painful to code (and rules are hard to make intuitive). If anyone is interested after my initial work, w