com.mysema.query.types.path
Class NullExpr<T>

java.lang.Object
  extended by com.mysema.query.types.Expr<D>
      extended by com.mysema.query.types.expr.ESimple<D>
          extended by com.mysema.query.types.path.PSimple<T>
              extended by com.mysema.query.types.path.NullExpr<T>
Type Parameters:
T -
All Implemented Interfaces:
Path<T>, Serializable

public class NullExpr<T>
extends PSimple<T>

Author:
tiwe
See Also:
Serialized Form

Field Summary
static NullExpr<Object> DEFAULT
           
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
NullExpr(Class<? extends T> type)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.types.path.PSimple
accept, equals, getAnnotatedElement, getMetadata, getRoot, hashCode, isNotNull, isNull
 
Methods inherited from class com.mysema.query.types.expr.ESimple
as, asExpr, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when
 
Methods inherited from class com.mysema.query.types.Expr
getType, notIn, notIn, notIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Path
asExpr, getType
 

Field Detail

DEFAULT

public static final NullExpr<Object> DEFAULT
Constructor Detail

NullExpr

public NullExpr(Class<? extends T> type)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.