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

Packages that use PList
com.mysema.query.alias Alias functionality 
com.mysema.query.hql Query implementations for HQL and JPAQL 
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 PList in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PList
static
<D> PList<D,?>
Alias.$(List<D> args)
           
 

Uses of PList in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type PList
 void HQLSerializer.visit(PList<?,?> expr)
           
 

Uses of PList in com.mysema.query.types
 

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

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

Methods in com.mysema.query.types.path that return PList
protected
<A,E extends Expr<A>>
PList<A,E>
PEntity.createList(String property, Class<? super A> type, Class<? super E> queryType)
           
<A> PList<A,PathBuilder<A>>
PathBuilder.getList(String property, Class<A> type)
           
<A,E extends Expr<A>>
PList<A,E>
PathBuilder.getList(String property, Class<A> type, Class<E> queryType)
           
 

Methods in com.mysema.query.types.path with parameters of type PList
static PathMetadata<Integer> PathMetadataFactory.forListAccess(PList<?,?> parent, Expr<Integer> index)
           
static PathMetadata<Integer> PathMetadataFactory.forListAccess(PList<?,?> parent, int index)
           
 



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