Done. SPR-1979.
Type: Posts; User: shaug; Keyword(s):
Done. SPR-1979.
I don't think sorting would necessarily be sufficient, since a named parameter could be used multiple times in the same sql. Likewise, thought must be given for supporting named...
Doesn't this severely hamper the functionality of named parameter support in SqlQuery? This is especially true when the named parameter represents a collection. In fact, Spring makes this...
I'm in the process of incorporating i18n features into our product, and was intrigued to see ApplicationObjectSupport and its built-in getMessageSourceAccessor() method. However, the utility of this...