2013/1/18 Hardy Ferentschik <hardy@hibernate.org>
I don't even use annotation I can do something like (just listing the parameter):

<parameter type="long"/>

Yes, you would do it like this.

If the parameter has constraint annotations and ignore-annotations is true on a superior level, this would remove any existing constraints from this parameter, though. If that's not wanted, you'd have to specify

<parameter type="long" ignore-annotations="false"/>

--Gunnar