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

Packages that use BeanPath
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of BeanPath in com.mysema.query.sql
 

Subclasses of BeanPath in com.mysema.query.sql
 class RelationalPathBase<T>
          RelationalPathBase is a base class for RelationPath implements
 

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

Subclasses of BeanPath in com.mysema.query.types.path
 class EntityPathBase<T>
          EntityPathBase provides a base class for EntityPath implementations
 class PathBuilder<T>
          PathBuilder is an extension to EntityPathBase for dynamic path construction
 

Methods in com.mysema.query.types.path with type parameters of type BeanPath
<U extends BeanPath<? extends T>>
U
BeanPath.as(Class<U> clazz)
          Cast the path to a subtype querytype
 



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