org.hibernate.criterion
Class PropertySubqueryExpression
java.lang.Object
   org.hibernate.criterion.SubqueryExpression
org.hibernate.criterion.SubqueryExpression
       org.hibernate.criterion.PropertySubqueryExpression
org.hibernate.criterion.PropertySubqueryExpression
- All Implemented Interfaces: 
- Serializable, Criterion
- public class PropertySubqueryExpression 
- extends SubqueryExpression
A comparison between a property value in the outer query and the
 result of a subquery
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertySubqueryExpression
protected PropertySubqueryExpression(String propertyName,
                                     String op,
                                     String quantifier,
                                     DetachedCriteria dc)
toLeftSqlString
protected String toLeftSqlString(Criteria criteria,
                                 CriteriaQuery criteriaQuery)
- 
- Specified by:
- toLeftSqlStringin class- SubqueryExpression
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.