Uses of Interface
com.mysema.query.types.path.Path

Packages that use Path
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.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 
 

Uses of Path in com.mysema.query.collections
 

Methods in com.mysema.query.collections with parameters of type Path
static
<A> ColDeleteClause<A>
MiniApi.delete(Path<A> path, Collection<A> col)
           
 SubType CustomQueryable.from(Path<?>... exprs)
           
static
<A> ColQuery
MiniApi.from(Path<A> path, A... arr)
           
<A> ColQuery
ColQuery.from(Path<A> entity, Iterable<? extends A> col)
          Add a query source
static
<A> ColQuery
MiniApi.from(Path<A> path, Iterable<A> col)
           
protected abstract
<T> Iterable<T>
CustomQueryable.getContent(Path<T> expr)
           
static
<A> ColUpdateClause<A>
MiniApi.update(Path<A> path, Iterable<A> col)
           
 

Uses of Path in com.mysema.query.collections.dml
 

Methods in com.mysema.query.collections.dml with parameters of type Path
<U> ColUpdateClause<T>
ColUpdateClause.set(Path<U> path, U value)
           
 

Constructors in com.mysema.query.collections.dml with parameters of type Path
ColDeleteClause(EvaluatorFactory ef, Path<T> expr, Collection<? extends T> col)
           
ColUpdateClause(EvaluatorFactory ef, Path<T> expr, Iterable<? extends T> col)
           
 

Uses of Path in com.mysema.query.collections.impl
 

Methods in com.mysema.query.collections.impl with parameters of type Path
<A> SubType
AbstractColQuery.from(Path<A> entity, Iterable<? extends A> col)
           
 void ColQuerySerializer.visit(Path<?> path)
           
 

Uses of Path in com.mysema.query.dml
 

Methods in com.mysema.query.dml with parameters of type Path
<T> SubType
UpdateClause.set(Path<T> path, T value)
          Set the paths to be updated
 

Uses of Path in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type Path
<P> HQLSubQuery
HQLSubQuery.fullJoin(Path<? extends Collection<P>> target)
           
<P> T
HQLQueryMixin.fullJoin(Path<? extends Collection<P>> target)
           
<P> SubType
HQLQueryBase.fullJoin(Path<? extends Collection<P>> target)
           
<P> HQLQuery
HQLQuery.fullJoin(Path<? extends Collection<P>> target)
          Create an full join with the given target.
<P> HQLSubQuery
HQLSubQuery.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLSubQuery
HQLSubQuery.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create a full join with the given target and alias.
<P> HQLQuery
HQLQuery.fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create a full join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.fullJoin(PMap<?,P,?> target, Path<P> alias)
          Create a full join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.innerJoin(Path<? extends Collection<P>> target)
           
<P> T
HQLQueryMixin.innerJoin(Path<? extends Collection<P>> target)
           
<P> SubType
HQLQueryBase.innerJoin(Path<? extends Collection<P>> target)
           
<P> HQLQuery
HQLQuery.innerJoin(Path<? extends Collection<P>> target)
          Create an inner join with the given target.
<P> HQLSubQuery
HQLSubQuery.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLSubQuery
HQLSubQuery.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create an inner join with the given target and alias.
<P> HQLQuery
HQLQuery.innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create an inner join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.innerJoin(PMap<?,P,?> target, Path<P> alias)
          Create an inner join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.join(Path<? extends Collection<P>> target)
           
<P> T
HQLQueryMixin.join(Path<? extends Collection<P>> target)
           
<P> SubType
HQLQueryBase.join(Path<? extends Collection<P>> target)
           
<P> HQLQuery
HQLQuery.join(Path<? extends Collection<P>> target)
          Create an join with the given target.
<P> HQLSubQuery
HQLSubQuery.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLSubQuery
HQLSubQuery.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.join(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLSubQuery
HQLSubQuery.join(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.join(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.join(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.join(PMap<?,P,?> target, Path<P> alias)
          Create a join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.leftJoin(Path<? extends Collection<P>> target)
           
<P> T
HQLQueryMixin.leftJoin(Path<? extends Collection<P>> target)
           
<P> SubType
HQLQueryBase.leftJoin(Path<? extends Collection<P>> target)
           
<P> HQLQuery
HQLQuery.leftJoin(Path<? extends Collection<P>> target)
          Create an left join with the given target.
<P> HQLSubQuery
HQLSubQuery.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLSubQuery
HQLSubQuery.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> T
HQLQueryMixin.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create a left join with the given target and alias.
<P> HQLQuery
HQLQuery.leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
          Create a left join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.leftJoin(PMap<?,P,?> target, Path<P> alias)
          Create a left join with the given target and alias.
 

Uses of Path in com.mysema.query.hql.hibernate
 

Methods in com.mysema.query.hql.hibernate with parameters of type Path
<T> HibernateUpdateClause
HibernateUpdateClause.set(Path<T> path, T value)
           
 

Uses of Path in com.mysema.query.hql.jpa
 

Methods in com.mysema.query.hql.jpa with parameters of type Path
<T> JPAUpdateClause
JPAUpdateClause.set(Path<T> path, T value)
           
 

Uses of Path in com.mysema.query.jdoql
 

Methods in com.mysema.query.jdoql with parameters of type Path
<P> JDOQLSubQuery
JDOQLSubQuery.from(Path<? extends Collection<P>> target, PEntity<P> alias)
           
 void JDOQLSerializer.visit(Path<?> path)
           
 

Uses of Path in com.mysema.query.jdoql.dml
 

Methods in com.mysema.query.jdoql.dml with parameters of type Path
<T> JDOQLUpdateClause
JDOQLUpdateClause.set(Path<T> path, T value)
           
 

Uses of Path in com.mysema.query.serialization
 

Methods in com.mysema.query.serialization with parameters of type Path
 void SerializerBase.visit(Path<?> path)
           
 

Uses of Path in com.mysema.query.sql.dml
 

Methods in com.mysema.query.sql.dml with parameters of type Path
<T> SQLUpdateClause
SQLUpdateClause.set(Path<T> path, T value)
           
 

Uses of Path in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type Path
protected abstract  void VisitorBase.visit(Path<?> expr)
           
 void ToStringVisitor.visit(Path<?> p)
           
 

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

Classes in com.mysema.query.types.path that implement Path
 class PArray<E>
          PArray represents an array typed path
 class PathBuilder<D>
          PathBuilder is an extension to PEntity for dynamic path construction
 class PBoolean
          PBoolean represents boolean path expressions
 class PCollection<E>
          PCollection represents collection paths
 class PComparable<D extends Comparable>
          PComparable represents Comparable paths
 class PDate<D extends Comparable>
           
 class PDateTime<D extends Comparable>
           
 class PEntity<D>
          PEntity represents entity paths
 class PList<E,Q extends Expr<E>>
          PList represents list paths
 class PMap<K,V,E extends Expr<V>>
          PMap represents map paths
 class PNumber<D extends Number & Comparable<?>>
          PNumber represents numeric paths
 class PSet<E>
          PSet represents set paths
 class PSimple<D>
          PSimple represents simple paths
 class PString
          PString represents String typed paths
 class PTime<D extends Comparable>
           
 

Methods in com.mysema.query.types.path that return Path
 Path<?> PathMetadata.getParent()
           
 Path<?> PTime.getRoot()
           
 Path<?> PString.getRoot()
           
 Path<?> PSimple.getRoot()
           
 Path<?> PSet.getRoot()
           
 Path<?> PNumber.getRoot()
           
 Path<?> PMap.getRoot()
           
 Path<?> PList.getRoot()
           
 Path<?> PEntity.getRoot()
           
 Path<?> PDateTime.getRoot()
           
 Path<?> PDate.getRoot()
           
 Path<?> PComparable.getRoot()
           
 Path<?> PCollection.getRoot()
           
 Path<?> PBoolean.getRoot()
           
 Path<?> PathMetadata.getRoot()
           
 Path<?> Path.getRoot()
          Get the root for this path
 Path<?> PArray.getRoot()
           
 

Methods in com.mysema.query.types.path with parameters of type Path
static PathMetadata<String> PathMetadataFactory.forProperty(Path<?> parent, String property)
           
 

Constructors in com.mysema.query.types.path with parameters of type Path
PBoolean(Path<?> parent, String property)
           
PComparable(Class<? extends D> type, Path<?> parent, String property)
           
PComparable(Path<?> parent, String property)
           
PDate(Class<? extends D> type, Path<?> parent, String property)
           
PDateTime(Class<? extends D> type, Path<?> parent, String property)
           
PNumber(Class<? extends D> type, Path<?> parent, String property)
           
PSimple(Class<? extends D> type, Path<?> parent, String property)
           
PString(Path<?> parent, String property)
           
PTime(Class<? extends D> type, Path<?> parent, String property)
           
 



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