Class ExtendedJPAQuery<T>

  • All Implemented Interfaces:
    com.querydsl.core.Fetchable<T>, com.querydsl.core.FetchableQuery<T,​com.querydsl.jpa.JPQLQuery<T>>, com.querydsl.core.FilteredClause<com.querydsl.jpa.JPQLQuery<T>>, com.querydsl.core.Query<com.querydsl.jpa.JPQLQuery<T>>, com.querydsl.core.SimpleQuery<com.querydsl.jpa.JPQLQuery<T>>, com.querydsl.core.support.ExtendedSubQuery<T>, com.querydsl.core.types.Expression<T>, com.querydsl.core.types.SubQueryExpression<T>, com.querydsl.jpa.JPQLQuery<T>, Serializable

    public class ExtendedJPAQuery<T>
    extends com.querydsl.jpa.impl.JPAQuery<T>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.querydsl.jpa.impl.AbstractJPAQuery

        entityManager, flushMode, hints, lockMode, projection, queryHandler
      • Fields inherited from class com.querydsl.jpa.JPAQueryBase

        queryMixin
      • Fields inherited from class com.querydsl.core.support.QueryBase

        MDC_PARAMETERS, MDC_QUERY
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedJPAQuery​(javax.persistence.EntityManager entityManager, com.querydsl.jpa.impl.JPAQuery<T> another)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.querydsl.jpa.JPQLSerializer getSerializer​(boolean forCount)  
      • Methods inherited from class com.querydsl.jpa.impl.JPAQuery

        clone, clone, select, select
      • Methods inherited from class com.querydsl.jpa.impl.AbstractJPAQuery

        cleanupMDC, clone, clone, createQuery, createQuery, createSerializer, fetch, fetchCount, fetchOne, fetchResults, iterate, logQuery, reset, setFlushMode, setHint, setLockMode
      • Methods inherited from class com.querydsl.jpa.JPAQueryBase

        fetchAll, fetchJoin, from, from, from, getTemplates, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, serialize, serialize, toString
      • Methods inherited from class com.querydsl.core.support.FetchableSubQueryBase

        accept, contains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExists
      • Methods inherited from class com.querydsl.core.support.FetchableQueryBase

        equals, fetchFirst, transform, uniqueResult
      • Methods inherited from class com.querydsl.core.support.QueryBase

        distinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
      • Methods inherited from interface com.querydsl.core.types.Expression

        accept, getType
      • Methods inherited from interface com.querydsl.core.support.ExtendedSubQuery

        contains, contains, eq, eq, exists, goe, goe, gt, gt, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExists
      • Methods inherited from interface com.querydsl.core.Fetchable

        fetchFirst
      • Methods inherited from interface com.querydsl.core.FetchableQuery

        transform
      • Methods inherited from interface com.querydsl.core.FilteredClause

        where
      • Methods inherited from interface com.querydsl.core.Query

        groupBy, having
      • Methods inherited from interface com.querydsl.core.SimpleQuery

        distinct, limit, offset, orderBy, restrict, set
      • Methods inherited from interface com.querydsl.core.types.SubQueryExpression

        getMetadata
    • Constructor Detail

      • ExtendedJPAQuery

        public ExtendedJPAQuery​(javax.persistence.EntityManager entityManager,
                                com.querydsl.jpa.impl.JPAQuery<T> another)
    • Method Detail

      • getSerializer

        public com.querydsl.jpa.JPQLSerializer getSerializer​(boolean forCount)