Uses of Class
com.mysema.query.types.path.PComparable

Packages that use PComparable
com.mysema.query.alias Alias functionality 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of PComparable in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PComparable
static
<D extends Comparable<?>>
PComparable<D>
Alias.$(D arg)
           
static
<D extends Comparable<?>>
PComparable<D>
Alias.var(D arg)
           
 

Uses of PComparable in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type PComparable
 void VisitorBase.visit(PComparable<?> expr)
           
 void Visitor.visit(PComparable<?> expr)
           
 

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

Methods in com.mysema.query.types.path that return PComparable
protected
<A extends Comparable>
PComparable<A>
PEntity.createComparable(String property, Class<? super A> type)
           
<A extends Comparable<?>>
PComparable<A>
PathBuilder.getComparable(String property, Class<A> type)
           
 



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