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

Packages that use com.mysema.query.types.path
com.mysema.query Contains basic Query elements 
com.mysema.query.alias Alias functionality 
com.mysema.query.collections Query implementations for JavaBean collections 
com.mysema.query.collections.dml DML operations for Querydsl Collections 
com.mysema.query.collections.impl Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.dml DML interfaces 
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.serialization Contains stubs for Serialization of queries 
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support for Querydsl SQL 
com.mysema.query.types Contains Querydsl grammar types 
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
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.alias
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
Path
          Path represents a path expression
 

Classes in com.mysema.query.types.path used by com.mysema.query.collections.dml
Path
          Path represents a path expression
 

Classes in com.mysema.query.types.path used by com.mysema.query.collections.impl
Path
          Path represents a path expression
 

Classes in com.mysema.query.types.path used by com.mysema.query.dml
Path
          Path represents a path expression
 

Classes in com.mysema.query.types.path used by com.mysema.query.hql
Path
          Path represents a path expression
PCollection
          PCollection represents collection paths
PEntity
          PEntity represents entity paths
PList
          PList represents list paths
PMap
          PMap represents map paths
PSet
          PSet represents set paths
 

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

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

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

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

Classes in com.mysema.query.types.path used by com.mysema.query.serialization
Path
          Path represents a path expression
 

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
Path
          Path represents a path expression
PEntity
          PEntity represents entity paths
 

Classes in com.mysema.query.types.path used by com.mysema.query.types
PArray
          PArray represents an array typed path
Path
          Path represents a path expression
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.types.path
PArray
          PArray represents an array typed path
Path
          Path represents a path expression
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
PathMetadata
          PathMetadata provides metadata for Path expressions.
PathType
          PathType represents the relation of a path to its parent
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.