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.morphia   
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
 JDOQLDeleteClause JDOQueryFactory.delete(EntityPath<?> path)
           
<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
 JDOQLQuery JDOQueryFactory.from(EntityPath<?> from)
           
 

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
 

Methods in com.mysema.query.jpa.hibernate with parameters of type EntityPath
 HibernateDeleteClause HibernateQueryFactory.delete(EntityPath<?> path)
           
 HibernateQuery HibernateQueryFactory.from(EntityPath<?> from)
           
 HibernateUpdateClause HibernateQueryFactory.update(EntityPath<?> path)
           
 

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

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

Methods in com.mysema.query.jpa.impl with parameters of type EntityPath
 JPADeleteClause JPAQueryFactory.delete(EntityPath<?> path)
           
 JPAQuery JPAQueryFactory.from(EntityPath<?> from)
           
 JPAUpdateClause JPAQueryFactory.update(EntityPath<?> path)
           
 

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.morphia
 

Constructors in com.mysema.query.mongodb.morphia with parameters of type EntityPath
MorphiaQuery(com.google.code.morphia.Morphia morphia, com.google.code.morphia.Datastore datastore, com.google.code.morphia.mapping.cache.EntityCache cache, EntityPath<K> entityPath)
           
MorphiaQuery(com.google.code.morphia.Morphia morphia, 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<?>> Context.replacements
           
 

Methods in com.mysema.query.support with parameters of type EntityPath
 void 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 ComparableEntityPath<T extends Comparable>
           
 class EntityPathBase<T>
          EntityPathBase provides a base class for EntityPath implementations
 class PathBuilder<T>
          PathBuilder is an extension to EntityPathBase for dynamic path construction
 



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