Class Overview
superclass for "simple" comparisons (with SQL binary operators)
Protected Constructors
protected
SimpleExpression
(String propertyName, Object value, String op, boolean ignoreCase)
Public Methods
Return typed values for all parameters in the rendered SQL fragment
Parameters
criteria
| The local criteria |
criteriaQuery
| The overal criteria query |
Returns
- The types values (for binding)
Parameters
criteria
| The local criteria |
criteriaQuery
| The overal criteria query |
Returns
- The generated SQL fragment
Protected Methods
protected
final
String
getOp
()