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

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

Uses of SimplePath in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return SimplePath
static
<D> SimplePath<D>
Alias.var()
           
 

Uses of SimplePath in com.mysema.query.support
 

Methods in com.mysema.query.support that return SimplePath
static
<T> SimplePath<T>
Expressions.path(Class<T> type, Path<?> parent, String property)
           
static
<T> SimplePath<T>
Expressions.path(Class<T> type, String variable)
           
 

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

Methods in com.mysema.query.types.path that return SimplePath
protected
<A> SimplePath<A>
BeanPath.createSimple(String property, Class<? super A> type)
          Create a new Simpe path
 SimplePath<E> ArrayPath.get(Expression<Integer> index)
          Create a expression for indexed access
 SimplePath<E> ArrayPath.get(int index)
          Create a expression for indexed access
<A> SimplePath<A>
PathBuilder.get(Path<A> path)
           
<A> SimplePath<A>
PathBuilder.getSimple(String property, Class<A> type)
          Get a new Simple path
 



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