org.hibernate.criterion
Class PropertiesSubqueryExpression

java.lang.Object
  extended by org.hibernate.criterion.SubqueryExpression
      extended by 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

Constructor Summary
protected PropertiesSubqueryExpression(String[] propertyNames, String op, DetachedCriteria dc)
           
 
Method Summary
protected  String toLeftSqlString(Criteria criteria, CriteriaQuery outerQuery)
           
 
Methods inherited from class org.hibernate.criterion.SubqueryExpression
getTypedValues, getTypes, toSqlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSubqueryExpression

protected PropertiesSubqueryExpression(String[] propertyNames,
                                       String op,
                                       DetachedCriteria dc)
Method Detail

toLeftSqlString

protected String toLeftSqlString(Criteria criteria,
                                 CriteriaQuery outerQuery)
Specified by:
toLeftSqlString in class SubqueryExpression


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.