public class ForeignKeyNullExpression extends Object implements Criterion
| Constructor and Description |
|---|
ForeignKeyNullExpression(String associationPropertyName) |
ForeignKeyNullExpression(String associationPropertyName,
boolean negated) |
| 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
|
public ForeignKeyNullExpression(String associationPropertyName)
public ForeignKeyNullExpression(String associationPropertyName, boolean negated)
public 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 queryCopyright © 2001-2026 Red Hat, Inc. All Rights Reserved.