public class IdentifierEqExpression extends java.lang.Object implements Criterion
| Modifier | Constructor and Description |
|---|---|
protected |
IdentifierEqExpression(java.lang.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
|
java.lang.String |
toSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Render the SQL fragment
|
java.lang.String |
toString() |
protected IdentifierEqExpression(java.lang.Object value)
value - The identifier valueRestrictions.idEq(java.lang.Object)public java.lang.String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery)
CriteriontoSqlString in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria querypublic TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)
CriteriongetTypedValues in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria querypublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.