站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

EmptyExpression (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.criterion
Class EmptyExpression

java.lang.Object
  extended byorg.hibernate.criterion.AbstractEmptinessExpression
      extended byorg.hibernate.criterion.EmptyExpression
All Implemented Interfaces:
Criterion, Serializable

public class EmptyExpression
extends AbstractEmptinessExpression
implements Criterion

Author:
Gavin King
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.criterion.AbstractEmptinessExpression
propertyName
 
Constructor Summary
protected EmptyExpression(String propertyName)
           
 
Method Summary
protected  boolean excludeEmpty()
           
 
Methods inherited from class org.hibernate.criterion.AbstractEmptinessExpression
getQueryableCollection, getTypedValues, toSqlString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hibernate.criterion.Criterion
getTypedValues, toSqlString
 

Constructor Detail

EmptyExpression

protected EmptyExpression(String propertyName)
Method Detail

excludeEmpty

protected boolean excludeEmpty()
Specified by:
excludeEmpty in class AbstractEmptinessExpression