On 10 February 2012 13:06, Emmanuel Bernard wrote:
> I would not want Properties but Map might be ok.
>
> Make sure that built-in types do not pass actual objects from the bridge
> factory though.
That's what we thought as well :
https://hibernate.onjira.com/browse/HSEARCH-1042
https://github.c
I would not want Properties but Map might be ok.
Make sure that built-in types do not pass actual objects from the bridge
factory though.
On 8 févr. 2012, at 12:05, Sanne Grinovero wrote:
> The current API reads:
>
> public interface ParameterizedBridge {
> //TODO inject Properties? sinc
+1
On Feb 8, 2012, at 5:05 AM, Sanne Grinovero wrote:
> The current API reads:
>
> public interface ParameterizedBridge {
> //TODO inject Properties? since the annotations cannot support Object
> attribute?
> void setParameterValues(Map parameters);
> }
>
> Shall we apply the TODO