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

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

Uses of SetPath in com.mysema.query.alias
 

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

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

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



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