
|
If you were logged in you would be able to see more operations.
|
|
|
|
CriterionFactory must provide a method which will take a string as an argument and create one or more Criterion. This string must contain one or more restrictions of the form
property operator value (title="My title").
Full use of parenthesis and conditions (AND, OR) must also be supported.
|
|
Description
|
CriterionFactory must provide a method which will take a string as an argument and create one or more Criterion. This string must contain one or more restrictions of the form
property operator value (title="My title").
Full use of parenthesis and conditions (AND, OR) must also be supported. |
Show » |
|
Criterion parse(String expression)
in CriterionFactory.
See method documentation for full details about its use
Commited revision : 2627-2630