public class PropertiesSubqueryExpression extends SubqueryExpression
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
| Modifier | Constructor and Description |
|---|---|
protected |
PropertiesSubqueryExpression(String[] propertyNames,
String op,
DetachedCriteria dc) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
toLeftSqlString(Criteria criteria,
CriteriaQuery outerQuery) |
getTypedValues, getTypes, toSqlStringprotected PropertiesSubqueryExpression(String[] propertyNames, String op, DetachedCriteria dc)
protected String toLeftSqlString(Criteria criteria, CriteriaQuery outerQuery)
toLeftSqlString in class SubqueryExpressionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.