public class

NotEmptyExpression

extends AbstractEmptinessExpression
implements Criterion
java.lang.Object
   ↳ org.hibernate.criterion.AbstractEmptinessExpression
     ↳ org.hibernate.criterion.NotEmptyExpression

Summary

[Expand]
Inherited Fields
From class org.hibernate.criterion.AbstractEmptinessExpression
Protected Constructors
NotEmptyExpression(String propertyName)
Protected Methods
boolean excludeEmpty()
[Expand]
Inherited Methods
From class org.hibernate.criterion.AbstractEmptinessExpression
From class java.lang.Object
From interface org.hibernate.criterion.Criterion

Protected Constructors

protected NotEmptyExpression (String propertyName)

Protected Methods

protected boolean excludeEmpty ()