|
||||||||||
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.ProjectableQuery<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.hql.HQLQueryBase |
---|
queryMixin |
Constructor Summary | |
---|---|
JPAQuery(javax.persistence.EntityManager entityManager)
|
|
JPAQuery(javax.persistence.EntityManager entityManager,
HQLTemplates patterns)
|
Method Summary |
---|
Methods inherited from class com.mysema.query.hql.jpa.AbstractJPAQuery |
---|
count, createQuery, createQuery, createQuery, iterate, iterate, list, list, listResults, logQuery, uniqueResult |
Methods inherited from class com.mysema.query.hql.HQLQueryBase |
---|
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.ProjectableQuery |
---|
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult, uniqueResult |
Methods inherited from class com.mysema.query.QueryBase |
---|
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, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult, uniqueResult |
Constructor Detail |
---|
public JPAQuery(javax.persistence.EntityManager entityManager, HQLTemplates patterns)
public JPAQuery(javax.persistence.EntityManager entityManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |