|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HQLQuery | |
---|---|
com.mysema.query.hql | Query implementations for HQL and JPAQL |
com.mysema.query.hql.hibernate | HQL for Hibernate |
com.mysema.query.hql.jpa | HQL Support classes |
Uses of HQLQuery in com.mysema.query.hql |
---|
Methods in com.mysema.query.hql that return HQLQuery | ||
---|---|---|
HQLQuery |
HQLQuery.fetch()
Add the "fetch" flag to the last defined join |
|
HQLQuery |
HQLQuery.fetchAll()
Add the "fetch all properties" flag to the last defined join. |
|
HQLQuery |
HQLQuery.from(PEntity<?>... sources)
Set the sources of this query |
|
|
HQLQuery.fullJoin(Path<? extends Collection<P>> target)
Create an full join with the given target. |
|
|
HQLQuery.fullJoin(Path<? extends Collection<P>> target,
PEntity<P> alias)
Create a full join with the given target and alias. |
|
|
HQLQuery.fullJoin(PEntity<P> target)
Create an full join with the given target. |
|
|
HQLQuery.fullJoin(PEntity<P> target,
PEntity<P> alias)
Create a full join with the given target and alias. |
|
|
HQLQuery.fullJoin(PMap<?,P,?> target)
Create an full join with the given target. |
|
|
HQLQuery.fullJoin(PMap<?,P,?> target,
PEntity<P> alias)
Create a full join with the given target and alias. |
|
|
HQLQuery.innerJoin(Path<? extends Collection<P>> target)
Create an inner join with the given target. |
|
|
HQLQuery.innerJoin(Path<? extends Collection<P>> target,
PEntity<P> alias)
Create an inner join with the given target and alias. |
|
|
HQLQuery.innerJoin(PEntity<P> target)
Create an inner join with the given target. |
|
|
HQLQuery.innerJoin(PEntity<P> target,
PEntity<P> alias)
Create an inner join with the given target and alias. |
|
|
HQLQuery.innerJoin(PMap<?,P,?> target)
Create an inner join with the given target. |
|
|
HQLQuery.innerJoin(PMap<?,P,?> target,
PEntity<P> alias)
Create an inner join with the given target and alias. |
|
|
HQLQuery.join(Path<? extends Collection<P>> target)
Create an join with the given target. |
|
|
HQLQuery.join(Path<? extends Collection<P>> target,
PEntity<P> alias)
|
|
|
HQLQuery.join(PEntity<P> target)
Create an join with the given target. |
|
|
HQLQuery.join(PEntity<P> target,
PEntity<P> alias)
Create a join with the given target and alias. |
|
|
HQLQuery.join(PMap<?,P,?> target)
Create an join with the given target. |
|
|
HQLQuery.join(PMap<?,P,?> target,
PEntity<P> alias)
Create a join with the given target and alias. |
|
|
HQLQuery.leftJoin(Path<? extends Collection<P>> target)
Create an left join with the given target. |
|
|
HQLQuery.leftJoin(Path<? extends Collection<P>> target,
PEntity<P> alias)
Create a left join with the given target and alias. |
|
|
HQLQuery.leftJoin(PEntity<P> target)
Create an left join with the given target. |
|
|
HQLQuery.leftJoin(PEntity<P> target,
PEntity<P> alias)
Create a left join with the given target and alias. |
|
|
HQLQuery.leftJoin(PMap<?,P,?> target)
Create an left join with the given target. |
|
|
HQLQuery.leftJoin(PMap<?,P,?> target,
PEntity<P> alias)
Create a left join with the given target and alias. |
|
HQLQuery |
HQLQuery.with(EBoolean... condition)
Add conditions to the with clause |
Uses of HQLQuery in com.mysema.query.hql.hibernate |
---|
Classes in com.mysema.query.hql.hibernate that implement HQLQuery | |
---|---|
class |
HibernateQuery
HibernateQuery is the default implementation of the HQLQuery interface for Hibernate |
Uses of HQLQuery in com.mysema.query.hql.jpa |
---|
Classes in com.mysema.query.hql.jpa that implement HQLQuery | |
---|---|
class |
JPAQuery
JPAQuery is the default implementation of the HQLQuery interface for JPA |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |