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

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

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

Methods in com.mysema.query.types.path that return PathBuilder
<T> PathBuilder<T>
PathBuilderFactory.create(Class<T> clazz)
           
 PathBuilder<Object> PathBuilder.get(String property)
           
<A> PathBuilder<A>
PathBuilder.get(String property, Class<A> type)
           
 

Methods in com.mysema.query.types.path that return types with arguments of type PathBuilder
<A> PList<A,PathBuilder<A>>
PathBuilder.getList(String property, Class<A> type)
           
<K,V> PMap<K,V,PathBuilder<V>>
PathBuilder.getMap(String property, Class<K> key, Class<V> value)
           
 



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