|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Q
- public interface HQLCommonQuery<Q extends HQLCommonQuery<Q>>
HQLCommonQuery is a common interface for HQLQuery and HQLSubQuery
Method Summary | ||
---|---|---|
Q |
from(EntityPath<?>... sources)
Set the sources of this query |
|
|
fullJoin(EntityPath<P> target)
Create an full join with the given target. |
|
|
fullJoin(EntityPath<P> target,
EntityPath<P> alias)
Create a full join with the given target and alias. |
|
|
fullJoin(Path<? extends Collection<P>> target)
Create an full join with the given target. |
|
|
fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
Create a full join with the given target and alias. |
|
|
fullJoin(PMap<?,P,?> target)
Create an full join with the given target. |
|
|
fullJoin(PMap<?,P,?> target,
Path<P> alias)
Create a full join with the given target and alias. |
|
|
innerJoin(EntityPath<P> target)
Create an inner join with the given target. |
|
|
innerJoin(EntityPath<P> target,
EntityPath<P> alias)
Create an inner join with the given target and alias. |
|
|
innerJoin(Path<? extends Collection<P>> target)
Create an inner join with the given target. |
|
|
innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
Create an inner join with the given target and alias. |
|
|
innerJoin(PMap<?,P,?> target)
Create an inner join with the given target. |
|
|
innerJoin(PMap<?,P,?> target,
Path<P> alias)
Create an inner join with the given target and alias. |
|
|
join(EntityPath<P> target)
Create an join with the given target. |
|
|
join(EntityPath<P> target,
EntityPath<P> alias)
Create a join with the given target and alias. |
|
|
join(Path<? extends Collection<P>> target)
Create an join with the given target. |
|
|
join(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
|
join(PMap<?,P,?> target)
Create an join with the given target. |
|
|
join(PMap<?,P,?> target,
Path<P> alias)
Create a join with the given target and alias. |
|
|
leftJoin(EntityPath<P> target)
Create an left join with the given target. |
|
|
leftJoin(EntityPath<P> target,
EntityPath<P> alias)
Create a left join with the given target and alias. |
|
|
leftJoin(Path<? extends Collection<P>> target)
Create an left join with the given target. |
|
|
leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
Create a left join with the given target and alias. |
|
|
leftJoin(PMap<?,P,?> target)
Create an left join with the given target. |
|
|
leftJoin(PMap<?,P,?> target,
Path<P> alias)
Create a left join with the given target and alias. |
|
Q |
with(EBoolean... condition)
Add conditions to the with clause |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having, limit, offset, orderBy, restrict, set |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Method Detail |
---|
Q from(EntityPath<?>... sources)
sources
-
<P> Q innerJoin(EntityPath<P> target)
P
- target
-
<P> Q innerJoin(EntityPath<P> target, EntityPath<P> alias)
P
- target
- alias
-
<P> Q innerJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> Q innerJoin(Path<? extends Collection<P>> target, Path<P> alias)
P
- target
- alias
-
<P> Q innerJoin(PMap<?,P,?> target)
P
- target
-
<P> Q innerJoin(PMap<?,P,?> target, Path<P> alias)
P
- target
- alias
-
<P> Q join(EntityPath<P> target)
P
- target
-
<P> Q join(EntityPath<P> target, EntityPath<P> alias)
P
- target
- alias
-
<P> Q join(Path<? extends Collection<P>> target)
P
- target
-
<P> Q join(Path<? extends Collection<P>> target, Path<P> alias)
P
- target
- alias
-
<P> Q join(PMap<?,P,?> target)
P
- target
-
<P> Q join(PMap<?,P,?> target, Path<P> alias)
P
- target
- alias
-
<P> Q leftJoin(EntityPath<P> target)
P
- target
-
<P> Q leftJoin(EntityPath<P> target, EntityPath<P> alias)
P
- target
- alias
-
<P> Q leftJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> Q leftJoin(Path<? extends Collection<P>> target, Path<P> alias)
P
- target
- alias
-
<P> Q leftJoin(PMap<?,P,?> target)
P
- target
-
<P> Q leftJoin(PMap<?,P,?> target, Path<P> alias)
P
- target
- alias
-
<P> Q fullJoin(EntityPath<P> target)
P
- target
-
<P> Q fullJoin(EntityPath<P> target, EntityPath<P> alias)
P
- target
- alias
-
<P> Q fullJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> Q fullJoin(Path<? extends Collection<P>> target, Path<P> alias)
P
- target
- alias
-
<P> Q fullJoin(PMap<?,P,?> target)
P
- target
-
<P> Q fullJoin(PMap<?,P,?> target, Path<P> alias)
P
- target
- alias
-
Q with(EBoolean... condition)
condition
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |