org.hibernate.criterion

Class EmptyExpression

Implemented Interfaces:
Criterion, Serializable

public class EmptyExpression
extends AbstractEmptinessExpression
implements Criterion

Author:
Gavin King

Field Summary

Fields inherited from class org.hibernate.criterion.AbstractEmptinessExpression

propertyName

Constructor Summary

EmptyExpression(String propertyName)

Method Summary

protected boolean
excludeEmpty()

Methods inherited from class org.hibernate.criterion.AbstractEmptinessExpression

excludeEmpty, getQueryableCollection, getTypedValues, toSqlString, toString

Constructor Details

EmptyExpression

protected EmptyExpression(String propertyName)

Method Details

excludeEmpty

protected boolean excludeEmpty()
Overrides:
excludeEmpty in interface AbstractEmptinessExpression