[Hibernate] Any timeframe for the resolution of ANN-1 (Map annotations support)

2006-04-11 Thread Sylvain Vieujot
Hello, We have moved a project that was hibernate+xdoclet based to hibernate annotations. We're pretty happy with it except that hibernate annotations still doesn't support maps of non-entities (bug ANN-1). When we started the migration we were quite confident it would be solved by now as it

Re: [Hibernate] Any timeframe for the resolution of ANN-1 (Map annotations support)

2006-04-12 Thread Sylvain Vieujot
Ok, thanks, Sylvain. On Wed, 2006-04-12 at 11:54 +0200, Emmanuel Bernard wrote: (Subclass of) CollectionBinder is the area that will do the job And HbmBinder is the code to take inspiration from. Let me know if you've some annotation choice desing questions. Sylvain Vieujot wrote: Ok

[Hibernate] Plan for a full text search facility built on top of Hibernate Lucene annotations

2006-06-01 Thread Sylvain Vieujot
After chatting with Emmanuel, here is a draft plan for a closer integration between Hibernate and Lucene for performing full text queries. Hibernate annotations for Lucene helps keeping the lucene indexes up to date, but doesn't provide a query facility. It also lacks converters that would for

Re: [Hibernate] Plan for a full text search facility built on top of Hibernate Lucene annotations

2006-06-01 Thread Sylvain Vieujot
About the QL : You're right, the goal isn't to provide yet another QL, and Lucene's one should be used. I meant having a Criteria type of QL, like what Compass does :CompassQueryBuilder queryBuilder = session.createQueryBuilder(); CompassHits hits = queryBuilder.bool() .addMust(