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

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

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

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

Methods in com.mysema.query.types.path that return PArray
protected
<A> PArray<A>
PEntity.createArray(String property, Class<? super A> type)
           
<A> PArray<A>
PathBuilder.getArray(String property, Class<A> type)
           
 

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



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