com.mysema.query.types.expr
Class EDateOrTime<D extends Comparable>

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.expr.EComparableBase<D>
              extended by com.mysema.query.types.expr.EComparable<D>
                  extended by com.mysema.query.types.expr.EDateOrTime<D>
Type Parameters:
D -
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDate, ETime

public abstract class EDateOrTime<D extends Comparable>
extends EComparable<D>

EDateOrTime is a supertype for Date/Time related types

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
EDateOrTime(Class<? extends D> type)
           
 
Method Summary
 EBoolean after(D right)
          Get a this > right expression
 EBoolean after(Expr<D> right)
          Get a this > right expression
 EBoolean before(D right)
          Get a this < right expression
 EBoolean before(Expr<D> right)
          Get a this < right expression
 
Methods inherited from class com.mysema.query.types.expr.EComparable
as, between, between, goe, goe, gt, gt, in, loe, loe, lt, lt, notBetween, notBetween
 
Methods inherited from class com.mysema.query.types.expr.EComparableBase
asc, castToNum, desc, stringValue
 
Methods inherited from class com.mysema.query.types.expr.ESimple
count, countDistinct, eq, eq, in, in, in, ne, ne, when, when
 
Methods inherited from class com.mysema.query.types.Expr
accept, asExpr, equals, getType, hashCode, notIn, notIn, notIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EDateOrTime

public EDateOrTime(Class<? extends D> type)
Method Detail

after

public EBoolean after(D right)
Get a this > right expression

Parameters:
right -
Returns:

after

public EBoolean after(Expr<D> right)
Get a this > right expression

Parameters:
right -
Returns:

before

public EBoolean before(D right)
Get a this < right expression

Parameters:
right -
Returns:

before

public EBoolean before(Expr<D> right)
Get a this < right expression

Parameters:
right -
Returns:


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