org.hibernate.criterion

Class NotEmptyExpression

Implemented Interfaces:
Criterion, Serializable

public class NotEmptyExpression
extends AbstractEmptinessExpression
implements Criterion

Author:
Gavin King

Field Summary

Fields inherited from class org.hibernate.criterion.AbstractEmptinessExpression

propertyName

Constructor Summary

NotEmptyExpression(String propertyName)

Method Summary

protected boolean
excludeEmpty()

Methods inherited from class org.hibernate.criterion.AbstractEmptinessExpression

excludeEmpty, getQueryableCollection, getTypedValues, toSqlString, toString

Constructor Details

NotEmptyExpression

protected NotEmptyExpression(String propertyName)

Method Details

excludeEmpty

protected boolean excludeEmpty()
Overrides:
excludeEmpty in interface AbstractEmptinessExpression