public class LogicalExpression extends Object implements Criterion
| Modifier | Constructor and Description | 
|---|---|
protected  | 
LogicalExpression(Criterion lhs,
                 Criterion rhs,
                 String op)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getOp()  | 
TypedValue[] | 
getTypedValues(Criteria criteria,
              CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment 
 | 
String | 
toSqlString(Criteria criteria,
           CriteriaQuery criteriaQuery)
Render the SQL fragment 
 | 
String | 
toString()  | 
public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)
CriteriongetTypedValues in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria querypublic String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery)
CriteriontoSqlString in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria querypublic String getOp()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.