public class IdentifierEqExpression extends Object implements Criterion
Modifier | Constructor and Description |
---|---|
protected |
IdentifierEqExpression(Object value)
Constructs an IdentifierEqExpression
|
Modifier and Type | Method and Description |
---|---|
TypedValue[] |
getTypedValues(Criteria criteria,
CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment
|
String |
toSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Render the SQL fragment
|
String |
toString() |
protected IdentifierEqExpression(Object value)
value
- The identifier valueRestrictions.idEq(java.lang.Object)
public String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery)
Criterion
toSqlString
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria querypublic TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)
Criterion
getTypedValues
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria queryCopyright © 2016 JBoss by Red Hat. All rights reserved.