Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsSubqueryExpression
Expression that checks the existence of rows in a sub-query
|
class |
PropertiesSubqueryExpression
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
|
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 © 2017 JBoss by Red Hat. All rights reserved.