Parse and analyze numeric range expressions. Transform them into Hibernate Criteria objects.
Legal syntax is any sequence of the following, separated by commas or semicolons:
The current parser allows any number of dots in place of "..". This should be construed as a bug.
TO DO: "< 50", "<= 50", "> 50", ">= 50" @author mjd 20081203
|
|
|
|
|
|