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

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

Uses of PArray in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PArray
static
<D> PArray<D>
Alias.$(D[] arg)
           
 

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)
          Create a new array path
<A> PArray<A>
PathBuilder.getArray(String property, Class<A[]> type)
          Get a PArray instance for the given property and the given array 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.