The single available method Parse(String, ParameterParser..::..IRecognizer)
            is responsible for parsing a query string and recognizing tokens in
            relation to parameters (either named, ejb3-style, or ordinal) and
            providing callbacks about such recognitions.
            
The ParameterParser..::..IRecognizer type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | JpaPositionalParameter | |
|  | NamedParameter | |
|  | OrdinalParameter | |
|  | Other(Char) | |
|  | Other(String) | |
|  | OutParameter | 





