Uses of Class
com.querydsl.jpa.JPAQueryBase
Packages that use JPAQueryBase
Package
Description
JPA support
JPQL for Hibernate
JPQL for JPA
-
Uses of JPAQueryBase in com.querydsl.jpa
Classes in com.querydsl.jpa with type parameters of type JPAQueryBaseModifier and TypeClassDescriptionclassJPAQueryBase<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.hibernateModifier and TypeClassDescriptionclassAbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T, Q>> Abstract base class for Hibernate API based implementations of the JPQL interfaceclassHibernateQueryis the default implementation of the JPQLQuery interface for Hibernate -
Uses of JPAQueryBase in com.querydsl.jpa.impl
Subclasses of JPAQueryBase in com.querydsl.jpa.implModifier and TypeClassDescriptionclassAbstractJPAQuery<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