org.hibernate.criterion

Class PropertySubqueryExpression

Implemented Interfaces:
Criterion, Serializable

public class PropertySubqueryExpression
extends SubqueryExpression

A comparison between a property value in the outer query and the result of a subquery
Author:
Gavin King

Constructor Summary

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

Method Summary

protected String
toLeftSqlString(Criteria criteria, CriteriaQuery criteriaQuery)

Methods inherited from class org.hibernate.criterion.SubqueryExpression

getTypedValues, getTypes, toLeftSqlString, toSqlString

Constructor Details

PropertySubqueryExpression

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

Method Details

toLeftSqlString

protected String toLeftSqlString(Criteria criteria,
                                 CriteriaQuery criteriaQuery)
Overrides:
toLeftSqlString in interface SubqueryExpression