If possible.
{quote} Good point, by default it would be positional parameters. It may be possible though to add support for named parameters by (automatically) registering a function taking a [parameter object|http://www.javascriptkit.com/javatutors/namedfunction.shtml] which then delegates to the function to be invoked. The attributes of the parameter object could be populated from given named parameters. {quote}
See comments for [https://hibernate.atlassian.net/browse/OGM-359|OGM-359] |
|