public class NotEmptyExpression extends AbstractEmptinessExpression implements Criterion
propertyName
Modifier | Constructor and Description |
---|---|
protected |
NotEmptyExpression(String propertyName)
Constructs an EmptyExpression
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
excludeEmpty()
Should empty rows be excluded?
|
getQueryableCollection, getTypedValues, toSqlString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTypedValues, toSqlString
protected NotEmptyExpression(String propertyName)
propertyName
- The collection property nameRestrictions.isNotEmpty(java.lang.String)
protected boolean excludeEmpty()
AbstractEmptinessExpression
excludeEmpty
in class AbstractEmptinessExpression
true
Indicates the expression should be 'exists'; false
indicates 'not exists'Copyright © 2019 JBoss by Red Hat. All rights reserved.