Re: [hibernate-dev] [HSEARCH] New Query API: last call

2010-06-04 Thread Emmanuel Bernard
withSlop instead of slop looks like a good improvement (same for the fuzzy params etc) I have not used phraseQuery() because what you get is not a query compared to createQuery(). That's why I think phrase is better than phraseQuery. But I'm open to other options. matching vs sentence etc Ther

Re: [hibernate-dev] Help to intoduce dynamic parameters into a message

2010-06-04 Thread Hardy Ferentschik
These kind of usage question should be asked on the "Search, Validator, Shards" Forum https://forum.hibernate.org/viewforum.php?f=9 This mailing list is for Hibernate development related topics. --Hardy On Fri, 04 Jun 2010 14:16:38 +0200, Johann Jmml wrote: > Hi, > > > I'm a newbie. > Whe

[hibernate-dev] Help to intoduce dynamic parameters into a message

2010-06-04 Thread Johann Jmml
Hi, I'm a newbie. When validating a class, how to use values of dynamic parameters into a validation error message? I explain, I want to take into account parameters which will be included into the text of the message referenced by EXCEPTION_ID id into a resource file. What is the best mean to

[hibernate-dev] Plugguble component tuplizers

2010-06-04 Thread Кирилл Кленский
Hi, Pluggable component tuplizers are currently supported for component, composite-element, composite-nested-element. 1. The definitions in http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd are not up-to-date. Should we use the DTD from jar in our mappings or should it simply be fixed in

Re: [hibernate-dev] Optimizing reflection optimization

2010-06-04 Thread Кирилл Кленский
"Could you please create a JIRA?" JIRA ticket created: HHH-5289 Remove unnecessary security checks in property accessors According to the tests I have done it looks like reflection calls are taking a lot more time compared to the direct ones - even with newest Sun JVMs and with security checks dis