| Issue 33: | Guess parameter mapping of Query according to parameter name (with debug when compiling) and type | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The strategy for parameter mapping now is according the name of parameters in JP-QL and order in parameter list of delegated method. it forces user to remember the rule when using repository functions. A better solution for this is system try to guess the mapping base on type of parameter, or name of parameter if debug is enabling when compiling. |