Uses of Interface
com.mysema.query.types.Interval

Packages that use Interval
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.expr Operations represent typed operations with operator and arguments 
 

Uses of Interval in com.mysema.query.types
 

Classes in com.mysema.query.types that implement Interval
 class IntervalImpl<T>
          Default implementation of the interval interface
 

Methods in com.mysema.query.types that return Interval
static
<T> Interval<T>
IntervalImpl.create(T begin, T end)
           
 

Uses of Interval in com.mysema.query.types.expr
 

Methods in com.mysema.query.types.expr with parameters of type Interval
<A extends Number & Comparable<?>>
EBoolean
ENumber.in(Interval<A> period)
          Get this in period expression
 EBoolean EComparable.in(Interval<D> period)
          Get this in period expression
 



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