Uses of Class
org.hibernate.criterion.SubqueryExpression

Packages that use SubqueryExpression
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of SubqueryExpression in org.hibernate.criterion
 

Subclasses of SubqueryExpression in org.hibernate.criterion
 class ExistsSubqueryExpression
           
 class PropertySubqueryExpression
          A comparison between a property value in the outer query and the result of a subquery
 class SimpleSubqueryExpression
          A comparison between a constant value and the the result of a subquery
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.