Uses of Class
com.mysema.query.types.expr.ETime

Packages that use ETime
com.mysema.query.support Various support classes 
com.mysema.query.types.custom Custom types are comparable to operations but contain the serialization templates instead of operator patterns. 
com.mysema.query.types.expr Operations represent typed operations with operator and arguments 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
com.mysema.query.types.query Subquery implementations 
 

Uses of ETime in com.mysema.query.support
 

Methods in com.mysema.query.support with parameters of type ETime
<RT extends Comparable<?>>
TimeSubQuery<RT>
DetachableQuery.unique(ETime<RT> projection)
           
<RT extends Comparable<?>>
TimeSubQuery<RT>
DetachableAdapter.unique(ETime<RT> projection)
           
<RT extends Comparable<?>>
TimeSubQuery<RT>
DetachableMixin.unique(ETime<RT> projection)
           
 

Uses of ETime in com.mysema.query.types.custom
 

Subclasses of ETime in com.mysema.query.types.custom
 class CTime<T extends Comparable<?>>
           
 

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

Subclasses of ETime in com.mysema.query.types.expr
 class ETimeConst<D extends Date>
           
 class OTime<D extends Comparable<?>>
          OTime represents Time functions
 

Methods in com.mysema.query.types.expr that return ETime
 ETime<D> ETime.as(Path<D> alias)
           
 ETime<T> Coalesce.asTime()
           
static
<D extends Comparable<?>>
ETime<D>
OTime.create(Class<D> type, Operator<? super D> op, Expr<?>... args)
          Factory method
static
<D extends Date>
ETime<D>
ETimeConst.create(D time)
           
static ETime<Date> ETime.currentTime()
          Get an expression representing the current time as a ETime instance
static
<T extends Comparable>
ETime<T>
ETime.currentTime(Class<T> cl)
          Get an expression representing the current time as a ETime instance
 

Uses of ETime in com.mysema.query.types.path
 

Subclasses of ETime in com.mysema.query.types.path
 class PTime<D extends Comparable>
           
 

Uses of ETime in com.mysema.query.types.query
 

Subclasses of ETime in com.mysema.query.types.query
 class TimeSubQuery<A extends Comparable<?>>
          Single result subquery
 

Methods in com.mysema.query.types.query with parameters of type ETime
<RT extends Comparable<?>>
TimeSubQuery<RT>
Detachable.unique(ETime<RT> projection)
          Create a subquery expression for the given projection
 



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