|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HQLQuery
Query interface for HQL queries
Method Summary | ||
---|---|---|
HQLQuery |
fetch()
Add the "fetch" flag to the last defined join |
|
HQLQuery |
fetchAll()
Add the "fetch all properties" flag to the last defined join. |
|
HQLQuery |
from(PEntity<?>... sources)
Set the sources of this query |
|
|
fullJoin(Path<? extends Collection<P>> target)
Create an full join with the given target. |
|
|
fullJoin(Path<? extends Collection<P>> target,
PEntity<P> alias)
Create a full join with the given target and alias. |
|
|
fullJoin(PEntity<P> target)
Create an full join with the given target. |
|
|
fullJoin(PEntity<P> target,
PEntity<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,
PEntity<P> alias)
Create a full 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,
PEntity<P> alias)
Create an inner join with the given target and alias. |
|
|
innerJoin(PEntity<P> target)
Create an inner join with the given target. |
|
|
innerJoin(PEntity<P> target,
PEntity<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,
PEntity<P> alias)
Create an inner 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,
PEntity<P> alias)
|
|
|
join(PEntity<P> target)
Create an join with the given target. |
|
|
join(PEntity<P> target,
PEntity<P> alias)
Create a join with the given target and alias. |
|
|
join(PMap<?,P,?> target)
Create an join with the given target. |
|
|
join(PMap<?,P,?> target,
PEntity<P> alias)
Create a 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,
PEntity<P> alias)
Create a left join with the given target and alias. |
|
|
leftJoin(PEntity<P> target)
Create an left join with the given target. |
|
|
leftJoin(PEntity<P> target,
PEntity<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,
PEntity<P> alias)
Create a left join with the given target and alias. |
|
HQLQuery |
with(EBoolean... condition)
Add conditions to the with clause |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having, limit, offset, orderBy, restrict, where |
Methods inherited from interface com.mysema.query.Projectable |
---|
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult |
Method Detail |
---|
HQLQuery from(PEntity<?>... sources)
sources
-
<P> HQLQuery innerJoin(PEntity<P> target)
P
- target
-
<P> HQLQuery innerJoin(PEntity<P> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery innerJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> HQLQuery innerJoin(Path<? extends Collection<P>> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery innerJoin(PMap<?,P,?> target)
P
- target
-
<P> HQLQuery innerJoin(PMap<?,P,?> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery join(PEntity<P> target)
P
- target
-
<P> HQLQuery join(PEntity<P> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery join(Path<? extends Collection<P>> target)
P
- target
-
<P> HQLQuery join(Path<? extends Collection<P>> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery join(PMap<?,P,?> target)
P
- target
-
<P> HQLQuery join(PMap<?,P,?> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery leftJoin(PEntity<P> target)
P
- target
-
<P> HQLQuery leftJoin(PEntity<P> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery leftJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> HQLQuery leftJoin(Path<? extends Collection<P>> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery leftJoin(PMap<?,P,?> target)
P
- target
-
<P> HQLQuery leftJoin(PMap<?,P,?> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery fullJoin(PEntity<P> target)
P
- target
-
<P> HQLQuery fullJoin(PEntity<P> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery fullJoin(Path<? extends Collection<P>> target)
P
- target
-
<P> HQLQuery fullJoin(Path<? extends Collection<P>> target, PEntity<P> alias)
P
- target
- alias
-
<P> HQLQuery fullJoin(PMap<?,P,?> target)
P
- target
-
<P> HQLQuery fullJoin(PMap<?,P,?> target, PEntity<P> alias)
P
- target
- alias
-
HQLQuery with(EBoolean... condition)
condition
-
HQLQuery fetch()
HQLQuery fetchAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |