Uses of Class
com.querydsl.jpa.JPAQueryBase
-
Packages that use JPAQueryBase Package Description com.querydsl.jpa JPA supportcom.querydsl.jpa.hibernate JPQL for Hibernatecom.querydsl.jpa.impl JPQL for JPA -
-
Uses of JPAQueryBase in com.querydsl.jpa
Classes in com.querydsl.jpa with type parameters of type JPAQueryBase Modifier and Type Class Description classJPAQueryBase<T,Q extends JPAQueryBase<T,Q>>JPAQueryBaseis a base Query class for JPA queries -
Uses of JPAQueryBase in com.querydsl.jpa.hibernate
Subclasses of JPAQueryBase in com.querydsl.jpa.hibernate Modifier and Type Class Description classAbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>>Abstract base class for Hibernate API based implementations of the JPQL interfaceclassHibernateQuery<T>HibernateQueryis the default implementation of the JPQLQuery interface for Hibernate -
Uses of JPAQueryBase in com.querydsl.jpa.impl
Subclasses of JPAQueryBase in com.querydsl.jpa.impl Modifier and Type Class Description classAbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>>Abstract base class for JPA API based implementations of the JPQLQuery interfaceclassJPAQuery<T>JPAQueryis the default implementation of theJPQLQueryinterface for JPA
-