Uses of Package
com.mysema.query.types.path

Packages that use com.mysema.query.types.path
com.mysema.query.alias Alias functionality 
com.mysema.query.mongodb   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.mssql SQL Server support 
com.mysema.query.support Various support classes 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Classes in com.mysema.query.types.path used by com.mysema.query.alias
ArrayPath
          ArrayPath represents an array typed path
BooleanPath
          BooleanPath represents boolean path expressions
CollectionPath
          CollectionPath represents collection paths
ComparablePath
          ComparablePath represents Comparable paths
DatePath
          DatePath presents Date paths
DateTimePath
          DateTimePath presents DateTime typed paths
EntityPathBase
          EntityPathBase provides a base class for EntityPath implementations
EnumPath
          EnumPath represents enum paths
ListPath
          ListPath represents list paths
MapPath
          MapPath represents map paths
NumberPath
          NumberPath represents numeric paths
SetPath
          SetPath represents set paths
SimplePath
          SimplePath represents simple paths
StringPath
          StringPath represents String typed paths
TimePath
          TimePath represented Time paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.mongodb
ArrayPath
          ArrayPath represents an array typed path
 

Classes in com.mysema.query.types.path used by com.mysema.query.sql
BeanPath
          BeanPath represents bean paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.sql.mssql
NumberPath
          NumberPath represents numeric paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.support
BooleanPath
          BooleanPath represents boolean path expressions
ComparablePath
          ComparablePath represents Comparable paths
DatePath
          DatePath presents Date paths
DateTimePath
          DateTimePath presents DateTime typed paths
NumberPath
          NumberPath represents numeric paths
SimplePath
          SimplePath represents simple paths
StringPath
          StringPath represents String typed paths
TimePath
          TimePath represented Time paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.types.path
ArrayPath
          ArrayPath represents an array typed path
BeanPath
          BeanPath represents bean paths
BooleanPath
          BooleanPath represents boolean path expressions
CollectionPath
          CollectionPath represents collection paths
CollectionPathBase
          CollectionPath is a base class for collection typed paths
ComparablePath
          ComparablePath represents Comparable paths
DatePath
          DatePath presents Date paths
DateTimePath
          DateTimePath presents DateTime typed paths
EntityPathBase
          EntityPathBase provides a base class for EntityPath implementations
EnumPath
          EnumPath represents enum paths
ListPath
          ListPath represents list paths
MapPath
          MapPath represents map paths
NumberPath
          NumberPath represents numeric paths
PathBuilder
          PathBuilder is an extension to EntityPathBase for dynamic path construction
PathInits
          PathInits defines path initializations that can be attached to properties via QueryInit annotations
SetPath
          SetPath represents set paths
SimplePath
          SimplePath represents simple paths
StringPath
          StringPath represents String typed paths
TimePath
          TimePath represented Time paths
 



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