org.hibernate.criterion
Class PropertiesSubqueryExpression
java.lang.Object
org.hibernate.criterion.SubqueryExpression
org.hibernate.criterion.PropertiesSubqueryExpression
- All Implemented Interfaces:
- Serializable, Criterion
public class PropertiesSubqueryExpression
- extends SubqueryExpression
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesSubqueryExpression
protected PropertiesSubqueryExpression(String[] propertyNames,
String op,
DetachedCriteria dc)
toLeftSqlString
protected String toLeftSqlString(Criteria criteria,
CriteriaQuery outerQuery)
- Specified by:
toLeftSqlString
in class SubqueryExpression
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.