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

Packages that use EDateTime
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 EDateTime in com.mysema.query.support
 

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

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

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

Methods in com.mysema.query.types.custom that return EDateTime
static
<T extends Comparable<?>>
EDateTime<T>
CDateTime.create(Class<T> type, String template, Expr<?>... args)
           
static
<T extends Comparable<?>>
EDateTime<T>
CDateTime.create(Class<T> type, Template template, Expr<?>... args)
           
 

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

Subclasses of EDateTime in com.mysema.query.types.expr
 class EDateTimeConst<D extends Date>
           
 class ODateTime<D extends Comparable<?>>
          ODateTime represents DateTime operations
 

Methods in com.mysema.query.types.expr that return EDateTime
 EDateTime<D> EDateTime.as(Path<D> alias)
           
 EDateTime<T> Coalesce.asDateTime()
           
static
<D extends Comparable<?>>
EDateTime<D>
ODateTime.create(Class<D> type, Operator<? super D> op, Expr<?>... args)
          Factory method
static
<D extends Date>
EDateTime<D>
EDateTimeConst.create(D date)
           
static EDateTime<Date> EDateTime.currentDate()
          Get an expression representing the current date as a EDateTime instance
static
<T extends Comparable>
EDateTime<T>
EDateTime.currentDate(Class<T> cl)
          Get an expression representing the current date as a EDateTime instance
static EDateTime<Date> EDateTime.currentTimestamp()
          Get an expression representing the current time instant as a EDateTime instance
static
<T extends Comparable>
EDateTime<T>
EDateTime.currentTimestamp(Class<T> cl)
          Get an expression representing the current time instant as a EDateTime instance
 EDateTime<D> EDateTime.max()
          Get the maximum value of this expression (aggregation)
 EDateTime<D> EDateTime.min()
          Get the minimum value of this expression (aggregation)
 

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

Subclasses of EDateTime in com.mysema.query.types.path
 class PDateTime<D extends Comparable>
           
 

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

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

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



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