Package org.hibernate.criterion
Class PropertiesSubqueryExpression
- java.lang.Object
-
- org.hibernate.criterion.SubqueryExpression
-
- org.hibernate.criterion.PropertiesSubqueryExpression
-
- All Implemented Interfaces:
java.io.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
Constructors Modifier Constructor Description protected
PropertiesSubqueryExpression(java.lang.String[] propertyNames, java.lang.String op, DetachedCriteria dc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
toLeftSqlString(Criteria criteria, CriteriaQuery outerQuery)
-
Methods inherited from class org.hibernate.criterion.SubqueryExpression
getTypedValues, getTypes, toSqlString
-
-
-
-
Constructor Detail
-
PropertiesSubqueryExpression
protected PropertiesSubqueryExpression(java.lang.String[] propertyNames, java.lang.String op, DetachedCriteria dc)
-
-
Method Detail
-
toLeftSqlString
protected java.lang.String toLeftSqlString(Criteria criteria, CriteriaQuery outerQuery)
- Specified by:
toLeftSqlString
in classSubqueryExpression
-
-