Defines the specification or blue-print for a native-sql query.
Essentially a simple struct containing the information needed to "translate"
a native-sql query and cache that translated representation.
The single available method
ParameterParser.parse is responsible for parsing a
query string and recognizing tokens in relation to parameters (either
named, JPA-style, or ordinal) and providing callbacks about such
recognitions.