com.mysema.query.jpa
Class AbstractJPQLSubQuery<Q extends AbstractJPQLSubQuery<Q>>
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.jpa.AbstractJPQLSubQuery<Q>
- Type Parameters:
Q
-
- All Implemented Interfaces:
- Detachable
- Direct Known Subclasses:
- JPQLSubQuery
public class AbstractJPQLSubQuery<Q extends AbstractJPQLSubQuery<Q>>
- extends DetachableQuery<Q>
Abstract superclass for SubQuery implementations
- Author:
- tiwe
Method Summary |
Q |
from(EntityPath<?>... o)
|
|
fullJoin(EntityPath<P> target)
|
|
fullJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
fullJoin(MapPath<?,P,?> target)
|
|
fullJoin(MapPath<?,P,?> target,
Path<P> alias)
|
|
fullJoin(Path<? extends Collection<P>> target)
|
|
fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
innerJoin(EntityPath<P> target)
|
|
innerJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
innerJoin(MapPath<?,P,?> target)
|
|
innerJoin(MapPath<?,P,?> target,
Path<P> alias)
|
|
innerJoin(Path<? extends Collection<P>> target)
|
|
innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
join(EntityPath<P> target)
|
|
join(EntityPath<P> target,
EntityPath<P> alias)
|
|
join(MapPath<?,P,?> target)
|
|
join(MapPath<?,P,?> target,
Path<P> alias)
|
|
join(Path<? extends Collection<P>> target)
|
|
join(Path<? extends Collection<P>> target,
Path<P> alias)
|
|
leftJoin(EntityPath<P> target)
|
|
leftJoin(EntityPath<P> target,
EntityPath<P> alias)
|
|
leftJoin(MapPath<?,P,?> target)
|
|
leftJoin(MapPath<?,P,?> target,
Path<P> alias)
|
|
leftJoin(Path<? extends Collection<P>> target)
|
|
leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
|
String |
toString()
|
Q |
with(BooleanExpression... conditions)
|
Methods inherited from class com.mysema.query.support.DetachableQuery |
count, exists, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
AbstractJPQLSubQuery
public AbstractJPQLSubQuery()
AbstractJPQLSubQuery
public AbstractJPQLSubQuery(QueryMetadata metadata)
from
public Q from(EntityPath<?>... o)
fullJoin
public <P> Q fullJoin(Path<? extends Collection<P>> target)
fullJoin
public <P> Q fullJoin(Path<? extends Collection<P>> target,
Path<P> alias)
fullJoin
public <P> Q fullJoin(EntityPath<P> target)
fullJoin
public <P> Q fullJoin(EntityPath<P> target,
EntityPath<P> alias)
fullJoin
public <P> Q fullJoin(MapPath<?,P,?> target)
fullJoin
public <P> Q fullJoin(MapPath<?,P,?> target,
Path<P> alias)
innerJoin
public <P> Q innerJoin(Path<? extends Collection<P>> target)
innerJoin
public <P> Q innerJoin(Path<? extends Collection<P>> target,
Path<P> alias)
innerJoin
public <P> Q innerJoin(EntityPath<P> target)
innerJoin
public <P> Q innerJoin(EntityPath<P> target,
EntityPath<P> alias)
innerJoin
public <P> Q innerJoin(MapPath<?,P,?> target)
innerJoin
public <P> Q innerJoin(MapPath<?,P,?> target,
Path<P> alias)
join
public <P> Q join(Path<? extends Collection<P>> target)
join
public <P> Q join(Path<? extends Collection<P>> target,
Path<P> alias)
join
public <P> Q join(EntityPath<P> target)
join
public <P> Q join(EntityPath<P> target,
EntityPath<P> alias)
join
public <P> Q join(MapPath<?,P,?> target)
join
public <P> Q join(MapPath<?,P,?> target,
Path<P> alias)
leftJoin
public <P> Q leftJoin(Path<? extends Collection<P>> target)
leftJoin
public <P> Q leftJoin(Path<? extends Collection<P>> target,
Path<P> alias)
leftJoin
public <P> Q leftJoin(EntityPath<P> target)
leftJoin
public <P> Q leftJoin(EntityPath<P> target,
EntityPath<P> alias)
leftJoin
public <P> Q leftJoin(MapPath<?,P,?> target)
leftJoin
public <P> Q leftJoin(MapPath<?,P,?> target,
Path<P> alias)
with
public Q with(BooleanExpression... conditions)
toString
public String toString()
- Overrides:
toString
in class QueryBase<Q extends AbstractJPQLSubQuery<Q>>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.