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.collections Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.hql.hibernate HQL for Hibernate 
com.mysema.query.hql.jpa HQL Support classes 
com.mysema.query.jdoql JDOQL support for Querydsl 
com.mysema.query.jdoql.dml DML operations support for Querydsl JDOQL 
com.mysema.query.search   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support for Querydsl SQL 
com.mysema.query.sql.mssql   
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
PArray
          PArray represents an array typed path
PBoolean
          PBoolean represents boolean path expressions
PCollection
          PCollection represents collection paths
PComparable
          PComparable represents Comparable paths
PDate
           
PDateTime
           
PEntity
          PEntity represents entity paths
PList
          PList represents list paths
PMap
          PMap represents map paths
PNumber
          PNumber represents numeric paths
PSet
          PSet represents set paths
PSimple
          PSimple represents simple paths
PString
          PString represents String typed paths
PTime
           
 

Classes in com.mysema.query.types.path used by com.mysema.query.collections
PMap
          PMap represents map paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.hql
PEntity
          PEntity represents entity paths
PMap
          PMap represents map paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.hql.hibernate
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.hql.jpa
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.jdoql
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.jdoql.dml
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.search
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.sql
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.sql.dml
PEntity
          PEntity represents entity paths
 

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

Classes in com.mysema.query.types.path used by com.mysema.query.support
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.types.path
PArray
          PArray represents an array typed path
PathBuilder
          PathBuilder is an extension to PEntity for dynamic path construction
PathInits
          PathInits defines path initializations that can be attached to properties via QueryInit annotations
PBoolean
          PBoolean represents boolean path expressions
PCollection
          PCollection represents collection paths
PComparable
          PComparable represents Comparable paths
PDate
           
PDateTime
           
PEntity
          PEntity represents entity paths
PList
          PList represents list paths
PMap
          PMap represents map paths
PNumber
          PNumber represents numeric paths
PSet
          PSet represents set paths
PSimple
          PSimple represents simple paths
PString
          PString represents String typed paths
PTime
           
 



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