Re: [hibernate-dev] Patch for HHH-272: Custom SQL for column gets and sets

2009-09-03 Thread Rob Hasselbaum
Hi Steve, Thanks for the feedback. I am working on moving the patch to trunk as you requested. I'll update the bug when that's done. My comments on the rest of your feedback are inline below. On 09/03/2009 04:39 PM, Steve Ebersole wrote: > 1) Personally, I don't like the attribute names sql-get

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new API and configurations)

2009-09-03 Thread Emmanuel Bernard
I don't see how people would nicely have access to the right bridge implementation On 3 sept. 09, at 17:30, Sanne Grinovero wrote: >> >> That would be cool but realistically we need to accept Object >> unless somehow >> we can convey the "expected" type(s) of a field bridge using >> generic

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new API and configurations)

2009-09-03 Thread Sanne Grinovero
answers and ideas inline: 2009/9/3 Emmanuel Bernard : > > On 28 août 09, at 07:54, Sanne Grinovero wrote: > >> Sure I like it! I'm in the swamp of old mails, so I give you my first >> impression only: >> Even if it's fluent it's not (yet) intuitive to me which methods I should >> call; >> >> Query

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new API and configurations)

2009-09-03 Thread Emmanuel Bernard
On 28 août 09, at 07:54, Sanne Grinovero wrote: > Sure I like it! I'm in the swamp of old mails, so I give you my first > impression only: > Even if it's fluent it's not (yet) intuitive to me which methods I > should call; > > Query luceneQuery = > qb.must(Occurs.MUST) >.add( >qb.bo

[hibernate-dev] [HibernateSearch] Infinispan programmatic configuration

2009-09-03 Thread Łukasz Moreń
I am thinking how to provide programmatic configuration into Hibernate Search for many caches, i.e. if user wants to use different configured caches for each index.With XML it is ok, in one file can be configured many named caches. So far in programmatic version user have to implement method that r

Re: [hibernate-dev] Patch for HHH-272: Custom SQL for column gets and sets

2009-09-03 Thread Steve Ebersole
1) Personally, I don't like the attribute names sql-get and sql-set. When I think through trying to describe and explain this feature to people, the terms "wrap" and "unwrap" keep coming to my head as being descriptive, relevant and natural. It was really the "naturalness" aspect that got me with

[hibernate-dev] [ISPN-6] Documentation for Infinispan 2nd level cache provider available now online

2009-09-03 Thread Galder Zamarreno
Hi all, Re: http://www.jboss.org/community/wiki/UsingInfinispanasJPAHibernateSecondLevelCacheProvider Please find in the link above a wiki explaining how to configure Infinispan as a second level cache provider. The advanced configuration section is of particular interest for anyone who wants