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<D>
          EntityPathBase provides a base class for EntityPath implementations
 class PathBuilder<D>
          PathBuilder is an extension to EntityPathBase for dynamic path construction
 

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



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