Issue 33: Guess parameter mapping of Query according to parameter name (with debug when compiling) and type
Project Member Reported by kuisong....@gmail.com, Apr 29, 2010
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.