Re: [hibernate-dev] firing proper events after HQL?

2009-11-23 Thread Adam Warski
Hello, > a user on forums is posting about an HQL like > "delete from product where id = 4" > which - in case of Hibernate Search - is not going to remove the > relevant document from the index. > > Another interesting case would be > "delete from product" > > Any thoughts about this? Should we

[hibernate-dev] firing proper events after HQL?

2009-11-23 Thread Sanne Grinovero
Hello, a user on forums is posting about an HQL like "delete from product where id = 4" which - in case of Hibernate Search - is not going to remove the relevant document from the index. Another interesting case would be "delete from product" Any thoughts about this? Should we always use API when

Re: [hibernate-dev] Programmatic API Doc

2009-11-23 Thread Emmanuel Bernard
Hello Amin, Looks good. A few omments - please don't update the rest of the files. Your patch is gigantic and it's hard to see what you have really changed vs what has been beautified by your editor. - I would not emphasize providedId so much as it's a very obscure feature at the moment.