public class

PropertySubqueryExpression

extends SubqueryExpression
java.lang.Object
   ↳ org.hibernate.criterion.SubqueryExpression
     ↳ org.hibernate.criterion.PropertySubqueryExpression

Class Overview

A comparison between a property value in the outer query and the result of a subquery

Summary

Protected Constructors
PropertySubqueryExpression(String propertyName, String op, String quantifier, DetachedCriteria dc)
Protected Methods
String toLeftSqlString(Criteria criteria, CriteriaQuery criteriaQuery)
[Expand]
Inherited Methods
From class org.hibernate.criterion.SubqueryExpression
From class java.lang.Object
From interface org.hibernate.criterion.Criterion

Protected Constructors

protected PropertySubqueryExpression (String propertyName, String op, String quantifier, DetachedCriteria dc)

Protected Methods

protected String toLeftSqlString (Criteria criteria, CriteriaQuery criteriaQuery)