[hibernate-dev] IRC meetings

2012-06-22 Thread Steve Ebersole
We decided to put off the weekly meetings for the time being. At least until we get the various codebases merged back together and start pushing towards 5.0 -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list

[hibernate-dev] A fine grained way to mark @Transient and @ClassBridges as dirty

2012-06-22 Thread Marc Schipperheyn
@Transient @Field and @ClassBridges mark methods and classes dirty by default because there is currently no way for HSearch to know which fields are managed here. In the case of @Transient @Field this will often be ok, because it will only lead to some superfluous extra indexing which is not a big