Uses of Class
com.querydsl.jpa.impl.AbstractJPAQuery
-
Packages that use AbstractJPAQuery Package Description com.querydsl.jpa.impl JPQL for JPA -
-
Uses of AbstractJPAQuery in com.querydsl.jpa.impl
Classes in com.querydsl.jpa.impl with type parameters of type AbstractJPAQuery Modifier and Type Class Description classAbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>>Abstract base class for JPA API based implementations of the JPQLQuery interfaceSubclasses of AbstractJPAQuery in com.querydsl.jpa.impl Modifier and Type Class Description classJPAQuery<T>JPAQueryis the default implementation of theJPQLQueryinterface for JPA
-