|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
QueryMixin.fullJoin(EntityPath<P> target)
|
|
|
QueryMixin.fullJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.fullJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.innerJoin(EntityPath<P> target)
|
|
|
QueryMixin.innerJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.innerJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.join(EntityPath<P> target)
|
|
|
QueryMixin.join(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.join(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.leftJoin(EntityPath<P> target)
|
|
|
QueryMixin.leftJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.leftJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
QueryMixin.rightJoin(EntityPath<P> target)
|
|
|
QueryMixin.rightJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||