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

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

Uses of ListPath in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return ListPath
static
<D,Q extends SimpleExpression<D>>
ListPath<D,Q>
Alias.$(List<D> args)
           
 

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

Methods in com.mysema.query.types.path that return ListPath
protected
<A,E extends SimpleExpression<? super A>>
ListPath<A,E>
BeanPath.createList(String property, Class<? super A> type, Class<? super E> queryType)
          Create a new List typed path
<A> ListPath<A,PathBuilder<A>>
PathBuilder.getList(String property, Class<A> type)
          Get a new List typed path
<A,E extends SimpleExpression<A>>
ListPath<A,E>
PathBuilder.getList(String property, Class<A> type, Class<E> queryType)
          Get a new List typed path
 



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