public class IsEmptyExpression extends java.lang.Object implements Criterion
Criterion
constraining a geometry property to be (non-)empty.Constructor and Description |
---|
IsEmptyExpression(java.lang.String propertyName,
boolean isEmpty)
Constructs an instance for the specified property
|
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
|
public IsEmptyExpression(java.lang.String propertyName, boolean isEmpty)
propertyName
- The name of the property being constrainedisEmpty
- Whether to constrain the property to be empty or non-emptypublic java.lang.String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
toSqlString
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria queryHibernateException
- Problem during rendering.public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
getTypedValues
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria queryHibernateException
- Problem determining types.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.