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

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

Uses of ArrayPath in com.mysema.query.alias
 

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

Uses of ArrayPath in com.mysema.query.mongodb
 

Subclasses of ArrayPath in com.mysema.query.mongodb
 class Point
          Point is an adapter type for Double[] arrays to use geo spatial querying features of Mongodb
 

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

Methods in com.mysema.query.types.path that return ArrayPath
protected
<A> ArrayPath<A>
BeanPath.createArray(String property, Class<? super A[]> type)
          Create a new array path
<A> ArrayPath<A>
PathBuilder.getArray(String property, Class<A[]> type)
          Get a PArray instance for the given property and the given array type
 



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