public class

SimpleSubqueryExpression

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

Class Overview

A comparison between a constant value and the the result of a subquery

Summary

Protected Constructors
SimpleSubqueryExpression(Object value, String op, String quantifier, DetachedCriteria dc)
Public Methods
TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment
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 SimpleSubqueryExpression (Object value, String op, String quantifier, DetachedCriteria dc)

Public Methods

public TypedValue[] getTypedValues (Criteria criteria, CriteriaQuery criteriaQuery)

Return typed values for all parameters in the rendered SQL fragment

Parameters
criteria The local criteria
criteriaQuery The overal criteria query
Returns
  • The types values (for binding)

Protected Methods

protected String toLeftSqlString (Criteria criteria, CriteriaQuery criteriaQuery)