|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.QueryBase<SubType>
com.mysema.query.support.QueryBaseWithProjection<SubType>
com.mysema.query.hql.HQLQueryBase<SubType>
com.mysema.query.hql.jpa.AbstractJPAQuery<JPAQuery>
com.mysema.query.hql.jpa.JPAQuery
public class JPAQuery
JPAQuery is the default implementation of the HQLQuery interface for JPA
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.QueryBase |
|---|
_this |
| Constructor Summary | |
|---|---|
JPAQuery(javax.persistence.EntityManager em)
|
|
JPAQuery(javax.persistence.EntityManager em,
HQLTemplates patterns)
|
|
| Method Summary |
|---|
| Methods inherited from class com.mysema.query.hql.jpa.AbstractJPAQuery |
|---|
count, createQuery, createQuery, iterate, iterate, list, list, listResults, logQuery, uniqueResult |
| Methods inherited from class com.mysema.query.hql.HQLQueryBase |
|---|
createQBECondition, fetch, fetchAll, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getConstants, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, toCountRowsString, toQueryString, toString, with |
| Methods inherited from class com.mysema.query.support.QueryBaseWithProjection |
|---|
asArray, countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult |
| Methods inherited from class com.mysema.query.QueryBase |
|---|
addToProjection, getMetadata, groupBy, having, limit, offset, orderBy, restrict, where |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.hql.HQLQuery |
|---|
fetch, fetchAll, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, with |
| 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 |
| Constructor Detail |
|---|
public JPAQuery(javax.persistence.EntityManager em,
HQLTemplates patterns)
public JPAQuery(javax.persistence.EntityManager em)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||