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

Packages that use EComparable
com.mysema.query Contains basic Query elements 
com.mysema.query.hql Query implementations for HQL and JPAQL 
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 Expr encode the base type hierarchy and signatures of Querydsl expressions 
com.mysema.query.types.operation Operations represent typed operations with operator and arguments 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of EComparable in com.mysema.query
 

Subclasses of EComparable in com.mysema.query
 class BooleanBuilder
          BooleanBuilder is a cascading builder for Boolean expressions.
 

Uses of EComparable in com.mysema.query.hql
 

Methods in com.mysema.query.hql that return EComparable
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.avg(ECollection<?,A> col)
           
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.max(ECollection<?,A> left)
           
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.min(ECollection<?,A> left)
           
 

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

Subclasses of EComparable in com.mysema.query.types.custom
 class CBoolean
          CBoolean is a custom boolean expression
 class CComparable<T extends Comparable<?>>
          CComparable defines custom comparable expressions
 class CDate<T extends Comparable<?>>
           
 class CDateTime<T extends Comparable<?>>
           
 class CString
          CString defines custom String expressions
 class CTime<T extends Comparable<?>>
           
 

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

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

Subclasses of EComparable in com.mysema.query.types.expr
 class EBoolean
          EBoolean represents boolean expressions
 class EBooleanConst
          EBooleanConst provides constants for Boolean.TRUE and Boolean.FALSE
 class EDate<D extends Comparable>
          EDate represents Date expressions
 class EDateConst
           
 class EDateOrTime<D extends Comparable>
          EDateOrTime is a supertype for Date/Time related types
 class EDateTime<D extends Comparable>
          EDateTime represents Date / Time expressions
 class EDateTimeConst
           
 class EString
          EString represents String expressions
 class EStringConst
          EStringConst represents String constants
 class ETime<D extends Comparable>
          ETime represents Time expressions
 class ETimeConst
           
 

Uses of EComparable in com.mysema.query.types.operation
 

Subclasses of EComparable in com.mysema.query.types.operation
 class OBoolean
          OBoolean represents boolean operations
 class OComparable<OpType,D extends Comparable<?>>
          OComparable represents Comparable operations
 class ODate<OpType extends Comparable<?>,D extends Comparable<?>>
          ODate represents Date operations
 class ODateTime<OpType extends Comparable<?>,D extends Comparable<?>>
          ODateTime represents DateTime operations
 class OString
          OString represents a String typed operation
 class OTime<OpType,D extends Comparable<?>>
          OTime represents Time functions
 

Methods in com.mysema.query.types.operation that return EComparable
 EComparable<D> OComparable.asExpr()
           
static
<O,D extends Comparable<?>>
EComparable<D>
OComparable.create(Class<D> type, Operator<O> op, Expr<?>... args)
          Factory method
 

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

Subclasses of EComparable in com.mysema.query.types.path
 class PBoolean
          PBoolean represents boolean path expressions
 class PComparable<D extends Comparable>
          PComparable represents Comparable paths
 class PDate<D extends Comparable>
           
 class PDateTime<D extends Comparable>
           
 class PString
          PString represents String typed paths
 class PTime<D extends Comparable>
           
 

Methods in com.mysema.query.types.path that return EComparable
 EComparable<D> PComparable.asExpr()
           
 



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