Uses of Interface
com.mysema.query.types.EntityPath

Packages that use EntityPath
com.mysema.query.alias Alias functionality 
com.mysema.query.jdo JDOQL support for Querydsl 
com.mysema.query.jdo.dml DML operations support for Querydsl JDOQL 
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.jpa.hibernate JPQL for Hibernate 
com.mysema.query.jpa.impl HQL Support classes 
com.mysema.query.mongodb   
com.mysema.query.search   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.support Various support classes 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of EntityPath in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return EntityPath
 EntityPath<?> ManagedObject.__mappedPath()
           
 

Uses of EntityPath in com.mysema.query.jdo
 

Methods in com.mysema.query.jdo with parameters of type EntityPath
<P> Q
AbstractJDOQLSubQuery.from(CollectionExpression<?,P> target, EntityPath<P> alias)
           
 Q AbstractJDOQLSubQuery.from(EntityPath<?>... args)
           
 Q AbstractJDOQLQuery.from(EntityPath<?>... args)
           
 Q JDOQLCommonQuery.from(EntityPath<?>... sources)
          Add query sources
 

Uses of EntityPath in com.mysema.query.jdo.dml
 

Constructors in com.mysema.query.jdo.dml with parameters of type EntityPath
JDOQLDeleteClause(javax.jdo.PersistenceManager pm, EntityPath<?> entity)
           
JDOQLDeleteClause(javax.jdo.PersistenceManager persistenceManager, EntityPath<?> entity, JDOQLTemplates templates)
           
 

Uses of EntityPath in com.mysema.query.jpa
 

Methods in com.mysema.query.jpa with parameters of type EntityPath
 Q AbstractJPQLSubQuery.from(EntityPath<?>... o)
           
 Q JPQLQueryBase.from(EntityPath<?>... args)
           
 Q JPQLCommonQuery.from(EntityPath<?>... sources)
          Set the sources of this query
<P> Q
AbstractJPQLSubQuery.fullJoin(EntityPath<P> target)
           
<P> Q
JPQLQueryBase.fullJoin(EntityPath<P> target)
           
<P> Q
JPQLCommonQuery.fullJoin(EntityPath<P> target)
          Create an full join with the given target.
<P> Q
AbstractJPQLSubQuery.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
AbstractJPQLSubQuery.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLCommonQuery.fullJoin(EntityPath<P> target, EntityPath<P> alias)
          Create a full join with the given target and alias.
<P> Q
JPQLCommonQuery.fullJoin(EntityPath<P> target, EntityPath<P> alias)
          Create a full join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.innerJoin(EntityPath<P> target)
           
<P> Q
JPQLQueryBase.innerJoin(EntityPath<P> target)
           
<P> Q
JPQLCommonQuery.innerJoin(EntityPath<P> target)
          Create an inner join with the given target.
<P> Q
AbstractJPQLSubQuery.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
AbstractJPQLSubQuery.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLCommonQuery.innerJoin(EntityPath<P> target, EntityPath<P> alias)
          Create an inner join with the given target and alias.
<P> Q
JPQLCommonQuery.innerJoin(EntityPath<P> target, EntityPath<P> alias)
          Create an inner join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.join(EntityPath<P> target)
           
<P> Q
JPQLQueryBase.join(EntityPath<P> target)
           
<P> Q
JPQLCommonQuery.join(EntityPath<P> target)
          Create an join with the given target.
<P> Q
AbstractJPQLSubQuery.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
AbstractJPQLSubQuery.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLCommonQuery.join(EntityPath<P> target, EntityPath<P> alias)
          Create a join with the given target and alias.
<P> Q
JPQLCommonQuery.join(EntityPath<P> target, EntityPath<P> alias)
          Create a join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.leftJoin(EntityPath<P> target)
           
<P> Q
JPQLQueryBase.leftJoin(EntityPath<P> target)
           
<P> Q
JPQLCommonQuery.leftJoin(EntityPath<P> target)
          Create an left join with the given target.
<P> Q
AbstractJPQLSubQuery.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
AbstractJPQLSubQuery.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLQueryBase.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> Q
JPQLCommonQuery.leftJoin(EntityPath<P> target, EntityPath<P> alias)
          Create a left join with the given target and alias.
<P> Q
JPQLCommonQuery.leftJoin(EntityPath<P> target, EntityPath<P> alias)
          Create a left join with the given target and alias.
 

Uses of EntityPath in com.mysema.query.jpa.hibernate
 

Constructors in com.mysema.query.jpa.hibernate with parameters of type EntityPath
HibernateDeleteClause(org.hibernate.Session session, EntityPath<?> entity)
           
HibernateDeleteClause(SessionHolder session, EntityPath<?> entity, JPQLTemplates templates)
           
HibernateDeleteClause(org.hibernate.StatelessSession session, EntityPath<?> entity)
           
HibernateUpdateClause(org.hibernate.Session session, EntityPath<?> entity)
           
HibernateUpdateClause(SessionHolder session, EntityPath<?> entity, JPQLTemplates templates)
           
HibernateUpdateClause(org.hibernate.StatelessSession session, EntityPath<?> entity)
           
 

Uses of EntityPath in com.mysema.query.jpa.impl
 

Constructors in com.mysema.query.jpa.impl with parameters of type EntityPath
JPADeleteClause(javax.persistence.EntityManager em, EntityPath<?> entity)
           
JPADeleteClause(javax.persistence.EntityManager entityManager, EntityPath<?> entity, JPQLTemplates templates)
           
JPAUpdateClause(javax.persistence.EntityManager session, EntityPath<?> entity)
           
JPAUpdateClause(javax.persistence.EntityManager em, EntityPath<?> entity, JPQLTemplates templates)
           
 

Uses of EntityPath in com.mysema.query.mongodb
 

Constructors in com.mysema.query.mongodb with parameters of type EntityPath
MongodbQuery(com.google.code.morphia.Morphia morphiaParam, com.google.code.morphia.Datastore datastore, EntityPath<K> entityPath)
           
 

Uses of EntityPath in com.mysema.query.search
 

Constructors in com.mysema.query.search with parameters of type EntityPath
SearchQuery(org.hibernate.search.FullTextSession session, EntityPath<T> path)
           
SearchQuery(org.hibernate.Session session, EntityPath<T> path)
           
 

Uses of EntityPath in com.mysema.query.sql
 

Subinterfaces of EntityPath in com.mysema.query.sql
 interface RelationalPath<T>
          RelationalPath extends EntityPath to provide access to relational metadata
 

Classes in com.mysema.query.sql that implement EntityPath
 class RelationalPathBase<T>
          RelationalPathBase is a base class for RelationPath implements
 

Uses of EntityPath in com.mysema.query.support
 

Fields in com.mysema.query.support with type parameters of type EntityPath
 List<EntityPath<?>> CollectionAnyVisitor.Context.replacements
           
 

Methods in com.mysema.query.support with parameters of type EntityPath
 void CollectionAnyVisitor.Context.add(Path<?> anyPath, EntityPath<?> replacement)
           
 T QueryMixin.from(EntityPath<?>... args)
           
<P> T
QueryMixin.fullJoin(EntityPath<P> target)
           
<P> T
QueryMixin.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.fullJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.innerJoin(EntityPath<P> target)
           
<P> T
QueryMixin.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.innerJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.join(EntityPath<P> target)
           
<P> T
QueryMixin.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.join(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.leftJoin(EntityPath<P> target)
           
<P> T
QueryMixin.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.leftJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.rightJoin(EntityPath<P> target)
           
<P> T
QueryMixin.rightJoin(EntityPath<P> target, EntityPath<P> alias)
           
<P> T
QueryMixin.rightJoin(EntityPath<P> target, EntityPath<P> alias)
           
 

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

Classes in com.mysema.query.types.path that implement EntityPath
 class EntityPathBase<D>
          EntityPathBase provides a base class for EntityPath implementations
 class PathBuilder<D>
          PathBuilder is an extension to EntityPathBase for dynamic path construction
 



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