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

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

Uses of CollectionPath in com.mysema.query.alias
 

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

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

Methods in com.mysema.query.types.path that return CollectionPath
protected
<A,Q extends SimpleExpression<? super A>>
CollectionPath<A,Q>
BeanPath.createCollection(String property, Class<? super A> type, Class<? super Q> queryType)
          Create a new Collection typed path
<A> CollectionPath<A,PathBuilder<A>>
PathBuilder.getCollection(String property, Class<A> type)
          Get a new Collection typed path
<A,E extends SimpleExpression<A>>
CollectionPath<A,E>
PathBuilder.getCollection(String property, Class<A> type, Class<E> queryType)
          Get a new Collection typed path
 



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