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

Packages that use EntityPath
com.mysema.query.alias Alias functionality 
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.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>
          ComparableEntityPath extends the ComparablePath class to implement the EntityPath interface
 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-2012 Mysema Ltd. All Rights Reserved.